]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.5 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:13 +0000 (14:39 -0400)
commitf05d0a4f21fc720116d6e238f23308b199891058
treecb68690f9259b030685fd8989bf2d4d6210a98aa
parent2f6afc97d259d530f4f86c7743efbc573a8da927
drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.5 ring

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

Fixes: 8f98a715da8e ("drm/amdgpu/jpeg: add jpeg support for VCN4_0_5")
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_5.c