]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit860b6fb839eace0eb4c242829773f0f5c673bfd1
tree2e8ac02469e4e2d544abcccca0f6a613df93c873
parentf0ba53199ae373dbe8dfdd81e1ab3d8c8d1ea86d
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