linux_dsm_epyc7002/drivers/gpu/drm/amd/display
Zhan Liu 1c256f40bf drm/amd/display: Remove aconnector condition check for dpcd read
[Why]
Aconnector is not necessary to be NULL in order to read dpcd
successfully.

Actually if we rely on checking aconnector here, we won't be able
to turn off all displays before doing display detection. That will
cause some MST hubs not able to light up.

[How]
Remove aconnector check when turning off all displays at
hardware initialization stage.

Signed-off-by: Zhan Liu <zhan.liu@amd.com>
Reviewed-by: Joseph Gravenor <joseph.gravenor@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2020-04-22 18:11:46 -04:00
..
amdgpu_dm drm/amdgpu/display: give aux i2c buses more meaningful names 2020-04-22 18:11:46 -04:00
dc drm/amd/display: Remove aconnector condition check for dpcd read 2020-04-22 18:11:46 -04:00
dmub drm/amd/display: Make DMCUB bss/data firmware blob optional 2020-04-09 10:43:17 -04:00
include drm/amd/display: query hdcp capability during link detect 2020-04-09 10:43:17 -04:00
modules drm/amd/display: Fix ABM config copy for dmcub 2020-04-09 10:43:16 -04:00
Kconfig amdgpu: Enable initial DCN support on POWER 2019-12-18 16:09:05 -05:00
Makefile drm/amd/display: Drop CONFIG_DRM_AMD_DC_DMUB guards 2019-11-13 15:29:42 -05:00
TODO