OSDN Git Service

drm/amd/display: Pass connector id when executing VBIOS CT
authorMikita Lipski <mikita.lipski@amd.com>
Tue, 17 Jul 2018 14:52:19 +0000 (10:52 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 13 Aug 2018 22:29:37 +0000 (17:29 -0500)
commit433149130c31de3f63b17b4ce08b45dab208f7e8
tree2e8ac02469e4e2d544abcccca0f6a613df93c873
parentad8960a6cb06c446d0a391ce095f6f28edf36aff
drm/amd/display: Pass connector id when executing VBIOS CT

[why]
Older ASICs require both phys_id and connector_id
to execute bios command table. If we are not passing the
right connector_id - it can lead to a black screen.

[how]
Set connector_obj_id when executing vbios command table

Signed-off-by: Mikita Lipski <mikita.lipski@amd.com>
Reviewed-by: Hersen Wu <hersenxs.wu@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c