Skip to content

Commit a8af68f

Browse files
Sung Joon Kimalexdeucher
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 <[email protected]> Acked-by: Qingqing Zhuo <[email protected]> Signed-off-by: Sung Joon Kim <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 1fa0d42 commit a8af68f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)