diff options
| author | Nicholas Kazlauskas <[email protected]> | 2021-01-14 19:49:27 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-08-30 19:08:38 +0000 |
| commit | c5d3c9a093d353e7f38183a70df425f92e3c329d (patch) | |
| tree | 43334e8b35a387a3579244841f9271ab50b88929 /drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | |
| parent | drm/amd/pm: And destination bounds checking to struct copy (diff) | |
| download | kernel-c5d3c9a093d353e7f38183a70df425f92e3c329d.tar.gz kernel-c5d3c9a093d353e7f38183a70df425f92e3c329d.zip | |
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]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_display.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c index 8e5a7ac8c36f..7a7316731911 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c @@ -522,6 +522,7 @@ uint32_t amdgpu_display_supported_domains(struct amdgpu_device *adev, break; case CHIP_RENOIR: case CHIP_VANGOGH: + case CHIP_YELLOW_CARP: domain |= AMDGPU_GEM_DOMAIN_GTT; break; |
