]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: Adjust freesync pcon whitelist
authorWayne Lin <Wayne.Lin@amd.com>
Thu, 5 Mar 2026 09:07:16 +0000 (17:07 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Apr 2026 19:20:49 +0000 (15:20 -0400)
Add more freesync supported pcon ID into the whitelist.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
Signed-off-by: Roman Li <roman.li@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
drivers/gpu/drm/amd/display/include/ddc_service_types.h

index f3fa8eb4bcce6fe9e7ebcd76c10eb19af4243ebd..d5ea4fe84b7336c5826faaa8a0ae0e6a55a0695f 100644 (file)
@@ -1400,6 +1400,8 @@ static bool dm_is_freesync_pcon_whitelist(const uint32_t branch_dev_id)
        case DP_BRANCH_DEVICE_ID_0060AD:
        case DP_BRANCH_DEVICE_ID_00E04C:
        case DP_BRANCH_DEVICE_ID_90CC24:
+       case DP_BRANCH_DEVICE_ID_001CF8:
+       case DP_BRANCH_DEVICE_ID_001FF2:
                ret_val = true;
                break;
        default:
index 1c603b12957f6f0d62ec29ae1b74d8e5ae98c07a..53210e3aa0e0de4fdda2f0e1769fe0e2d18105f1 100644 (file)
@@ -36,6 +36,7 @@
 #define DP_BRANCH_DEVICE_ID_006037 0x006037
 #define DP_BRANCH_DEVICE_ID_001CF8 0x001CF8
 #define DP_BRANCH_DEVICE_ID_0060AD 0x0060AD
+#define DP_BRANCH_DEVICE_ID_001FF2 0x001FF2
 #define DP_BRANCH_HW_REV_10 0x10
 #define DP_BRANCH_HW_REV_20 0x20