RE: [PATCH] drm/amdgpu/display: fix logic regression in dce110 apply_single_controller_ctx_to_hw

2021-08-25 Thread Zuo, Jerry
[AMD Official Use Only] Thanks for pointing out the mistake. Reviewed-by: Fangzhi Zuo -Original Message- From: Deucher, Alexander Sent: August 25, 2021 1:07 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Zuo, Jerry Subject: [PATCH] drm/amdgpu/display: fix logic

[PATCH] drm/amdgpu/display: fix logic regression in dce110 apply_single_controller_ctx_to_hw

2021-08-25 Thread Alex Deucher
Commit 5de27e1d6755 ("drm/amd/display: Add DP 2.0 SST DC Support") added a new check for DP 2.0 with a CONFIG_DRM_AMD_DC_DCN check that removed a bunch of logic if CONFIG_DRM_AMD_DC_DCN was not set, restore that logic. Fixes: 5de27e1d6755 ("drm/amd/display: Add DP 2.0 SST DC Support") Cc: Fangzhi