diff options
| author | Arunpravin Paneer Selvam <[email protected]> | 2024-08-05 13:47:04 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-08-06 15:11:03 +0000 |
| commit | 46142cc1b9272d664e0258e105b537735bfeeccc (patch) | |
| tree | e87c6302269ecacccb040ca91daff24411e70306 /drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | |
| parent | drm/amdgpu: fix unchecked return value warning for amdgpu_atombios (diff) | |
| download | kernel-46142cc1b9272d664e0258e105b537735bfeeccc.tar.gz kernel-46142cc1b9272d664e0258e105b537735bfeeccc.zip | |
drm/amdgpu: Add DCC GFX12 flag to enable address alignment
We require this flag AMDGPU_GEM_CREATE_GFX12_DCC or any other
kernel level GFX12 DCC flag to differentiate the DCC buffers and other
pinned display buffers(which has TTM_PL_FLAG_CONTIGUOUS enabled).
If we use the TTM_PL_FLAG_CONTIGUOUS flag for DCC buffers, we may over
allocate for all the pinned display buffers unnecessarily that leads to
memory allocation failure.
Signed-off-by: Arunpravin Paneer Selvam <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c')
0 files changed, 0 insertions, 0 deletions
