[PATCH 5/6] drm/amdgpu: rework how the cleaner shader is emitted v2

2025-02-03 Thread Christian König
Instead of emitting the cleaner shader for every job which has the enforce_isolation flag set only emit it for the first submission from every client. v2: add missing NULL check Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 25 - 1 file chan

[PATCH 5/6] drm/amdgpu: rework how the cleaner shader is emitted

2025-01-27 Thread Christian König
Instead of emitting the cleaner shader for every job which has the enforce_isolation flag set only emit it for the first submission from every client. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 25 - 1 file changed, 20 insertions(+), 5 del