]> www.infradead.org Git - users/hch/misc.git/commit
drm/amdgpu: rework how the cleaner shader is emitted v3
authorChristian König <christian.koenig@amd.com>
Mon, 27 Jan 2025 14:09:45 +0000 (15:09 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Mar 2025 16:16:34 +0000 (12:16 -0400)
commitb7fbcd77bb467d09ba14cb4ec3b121dc85bb3100
treec257b6d1ec205d41a78f9484d964907905136bdf
parentbd22e44ad415ac22e3a4f9a983d2a085f6cb4427
drm/amdgpu: rework how the cleaner shader is emitted v3

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
v3: fix another NULL pointer deref

Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c