Skip to content

Commit 7ece674

Browse files
committed
Revert "drm/amd/display: disable S/G display on DCN 3.1.4"
This reverts commit 9aa1537. This is fixed now so we can re-enable S/G display on DCN 3.1.4. Reviewed-by: Yifan Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] # 6.1.x
1 parent 5c4e8c7 commit 7ece674

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,7 @@ static int amdgpu_dm_init(struct amdgpu_device *adev)
15141514
init_data.flags.gpu_vm_support = true;
15151515
break;
15161516
case IP_VERSION(3, 0, 1):
1517+
case IP_VERSION(3, 1, 4):
15171518
case IP_VERSION(3, 1, 6):
15181519
init_data.flags.gpu_vm_support = true;
15191520
break;

0 commit comments

Comments
 (0)