drm/amd/display: switch to setting physical address directly
authorMelissa Wen <mwen@igalia.com>
Fri, 27 Sep 2024 23:05:57 +0000 (18:05 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Oct 2024 18:32:08 +0000 (14:32 -0400)
commit9f293c4544f74a428275e6fbf9b2b62587ced7f0
tree5443fdbf513bf62ed3cd3173b79ab8f08f2cd857
parent48edb2a4256eedf6c92eecf2bc7744e6ecb44b5e
drm/amd/display: switch to setting physical address directly

Connectors have source physical address available in display
info. Use drm_dp_cec_attach() to use it instead of parsing the EDID
again.

Signed-off-by: Melissa Wen <mwen@igalia.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c