]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/vcn: set no_user_fence for VCN v4.0.5 enc ring
authorYinjie Yao <yinjie.yao@amd.com>
Mon, 27 Apr 2026 15:45:36 +0000 (11:45 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Apr 2026 19:51:17 +0000 (15:51 -0400)
commit589a254bf3e88204c8402b9cbccd5e23a0af990f
treecb4726781722a90da52fef59ee81979447923945
parent4532b52b34e4e4310386e6fdf6a643368599f522
drm/amdgpu/vcn: set no_user_fence for VCN v4.0.5 enc ring

VCN encoder and decoder rings do not support 64-bit user fence writes,
reject CS submissions with user fences.

Fixes: 547aad32edac ("drm/amdgpu: add VCN4 ip block 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>
(cherry picked from commit 084d94ac93707bdda07efb5cee786f632de4219b)
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c