]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu/jpeg: set no_user_fence for JPEG v5.0.0 ring
authorYinjie Yao <yinjie.yao@amd.com>
Mon, 27 Apr 2026 15:46:11 +0000 (11:46 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Apr 2026 18:39:34 +0000 (14:39 -0400)
commit0f43893d3cd478fa57836697525b338817c9c23d
tree10609192600151eb33751b50fb6a497c1688dd83
parentf05d0a4f21fc720116d6e238f23308b199891058
drm/amdgpu/jpeg: set no_user_fence for JPEG v5.0.0 ring

JPEG rings do not support 64-bit user fence writes, reject CS
submissions with user fences.

Fixes: dfad65c65728 ("drm/amdgpu: Add JPEG5 support")
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Yinjie Yao <yinjie.yao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_0.c