]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu: dont pin wptr bo instead use eviction fence
authorSunil Khatri <sunil.khatri@amd.com>
Wed, 15 Jul 2026 14:02:56 +0000 (19:32 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Jul 2026 23:59:08 +0000 (19:59 -0400)
commit17da8410554906a95bb9ef30acbdf0c5abc1a4ef
tree82e5e3bf8fb1543209ea70e3157fba53d742492e
parent6e7566ba4739dd573c331adde1c96690f7a567bd
drm/amdgpu: dont pin wptr bo instead use eviction fence

Instead of pinning the wptr bo attach the eviction fence to
the bo to make sure it remains valid all the time.

Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 7264bc10c7c657a54603c7fc058bf8e15f18ce12)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
drivers/gpu/drm/amd/amdgpu/mes_userqueue.c