Skip to content

Commit c5d3c9a

Browse files
Nicholas Kazlauskasalexdeucher
authored andcommitted
drm/amdgpu: Enable S/G for Yellow Carp
Missing code for Yellow Carp to enable scatter gather - follows how DCN21 support was added. Tested that 8k framebuffer allocation and display can now succeed after applying the patch. v2: Add hookup in DM Reviewed-by: Aaron Liu <[email protected]> Acked-by: Huang Rui <[email protected]> Signed-off-by: Nicholas Kazlauskas <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected]
1 parent 4a9bd6d commit c5d3c9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_display.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ uint32_t amdgpu_display_supported_domains(struct amdgpu_device *adev,
522522
break;
523523
case CHIP_RENOIR:
524524
case CHIP_VANGOGH:
525+
case CHIP_YELLOW_CARP:
525526
domain |= AMDGPU_GEM_DOMAIN_GTT;
526527
break;
527528

0 commit comments

Comments
 (0)