Skip to content

Commit fe6872a

Browse files
yifancomalexdeucher
authored andcommitted
drm/amd/display: Add DCN314 display SG Support
Add display SG support for DCN 3.1.4. Signed-off-by: Yifan Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected]
1 parent 4d2ccd9 commit fe6872a

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
@@ -1503,6 +1503,7 @@ static int amdgpu_dm_init(struct amdgpu_device *adev)
15031503
case IP_VERSION(3, 0, 1):
15041504
case IP_VERSION(3, 1, 2):
15051505
case IP_VERSION(3, 1, 3):
1506+
case IP_VERSION(3, 1, 4):
15061507
case IP_VERSION(3, 1, 5):
15071508
case IP_VERSION(3, 1, 6):
15081509
init_data.flags.gpu_vm_support = true;

0 commit comments

Comments
 (0)