]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amd/display: un-block 8k with single dimm
authorPaul Hsieh <paul.hsieh@amd.com>
Thu, 20 Jun 2024 09:09:25 +0000 (17:09 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 1 Jul 2024 20:10:35 +0000 (16:10 -0400)
commitfe4b8c98dd1fcfab6e6c18bbc0f0f31a64bba7a5
treeda5e65c73ec697a40ee96d5823ca803a33322ab1
parentd12b17e43aacc6a4a462f0918637b4097b72cf56
drm/amd/display: un-block 8k with single dimm

[Why]
Driver doesn't validate multi-display with scaling when OS calls DDI.
This behavior causes the validated result to be a mismatch
between some automated test cases.
To address this issue, some workaround was added that caused issues in 8k.

[How]
Since the origin issue had been root caused,
revert the previous workaround and unblock 8k with a single dimm.

Reviewed-by: Aric Cyr <aric.cyr@amd.com>
Signed-off-by: Jerry Zuo <jerry.zuo@amd.com>
Signed-off-by: Paul Hsieh <paul.hsieh@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c