]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: MST DSC check for older devices
authorAgustin Gutierrez <agustin.gutierrez@amd.com>
Thu, 25 Apr 2024 14:37:36 +0000 (10:37 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 8 May 2024 19:17:03 +0000 (15:17 -0400)
commitb33f1d128cffa99f08631b22c8fb982db465985b
tree4aaa396e9058d75dae4f1c82df4b3532a2859a63
parent5922deae69beabae98644f3cd902df45da932297
drm/amd/display: MST DSC check for older devices

[Why]
Some older MST hubs do not report DPCD registers according to
specification.

[How]
This change re-applies commit c53655545141 ("drm/amd/display: dsc mst
re-compute pbn for changes on hub").
With an additional check for these older MST devices.

Reviewed-by: Swapnil Patel <swapnil.patel@amd.com>
Acked-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Agustin Gutierrez <agustin.gutierrez@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c