Skip to content

Commit 69ed0c5

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]>
1 parent c6eafee commit 69ed0c5

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
@@ -1567,6 +1567,7 @@ static int amdgpu_dm_init(struct amdgpu_device *adev)
15671567
init_data.flags.gpu_vm_support = true;
15681568
break;
15691569
case IP_VERSION(3, 0, 1):
1570+
case IP_VERSION(3, 1, 4):
15701571
case IP_VERSION(3, 1, 6):
15711572
init_data.flags.gpu_vm_support = true;
15721573
break;

0 commit comments

Comments
 (0)