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 <yifan1.zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
1 parent 4d2ccd9 commit fe6872a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)