]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.3 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:38:49 +0000 (14:38 -0400)
commit2f6afc97d259d530f4f86c7743efbc573a8da927
tree8bb716e95838112d1cf6dd769028c24887bb9777
parent8d0cac9478a3f046279c657d6a2545de49ae675a
drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.3 ring

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

Fixes: e684e654eba9 ("drm/amdgpu/jpeg: add jpeg support for VCN4_0_3")
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_v4_0_3.c