]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amdgpu/gfx12: remove superfluous cache flags
authorMarek Olšák <marek.olsak@amd.com>
Fri, 31 May 2024 23:38:18 +0000 (19:38 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 1 Jul 2024 20:10:46 +0000 (16:10 -0400)
commite5f6bfe4025f881c17ae1829d76b19efcb353c81
tree0598630e595be63fcee559bc42812b73bd4fe282
parentb16ec6300fc5c74f12622fca7de0255f7016b675
drm/amdgpu/gfx12: remove superfluous cache flags

If any INV flags are needed, they should be executed via ACQUIRE_MEM
before INDIRECT_BUFFER.

GLM flags are also removed because the hw ignores them.

Signed-off-by: Marek Olšák <marek.olsak@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c