Skip to content

Commit a8af68f

Browse files
amd-sungkimalexdeucher
authored andcommitted
drm/amd/display: Extend Freesync over PCon support for more devices
[why] More branch devices are able to support Freesync over PCon so include them in the list of supporting devices. [how] Add more compatible PCon devices in the whitelist for Freesync over Pcon. Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com> Signed-off-by: Sung Joon Kim <sungjoon.kim@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 1fa0d42 commit a8af68f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,8 @@ static bool dm_is_freesync_pcon_whitelist(const uint32_t branch_dev_id)
11491149

11501150
switch (branch_dev_id) {
11511151
case DP_BRANCH_DEVICE_ID_0060AD:
1152+
case DP_BRANCH_DEVICE_ID_00E04C:
1153+
case DP_BRANCH_DEVICE_ID_90CC24:
11521154
ret_val = true;
11531155
break;
11541156
default:

0 commit comments

Comments
 (0)