1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 15:23:33 +02:00

drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0 ring

From Yinjie Yao
6876d05b899102f4dfdb9ad560132126144c1c72 in linux-6.18.y/6.18.33
e7e90b5839aeb8805ec83bb4da610b8dab8e184d in mainline linux
This commit is contained in:
jsg
2026-05-25 09:29:38 +00:00
parent 6fec0be271
commit e8cd5bea10
+1
View File
@@ -759,6 +759,7 @@ static const struct amd_ip_funcs jpeg_v4_0_ip_funcs = {
static const struct amdgpu_ring_funcs jpeg_v4_0_dec_ring_vm_funcs = {
.type = AMDGPU_RING_TYPE_VCN_JPEG,
.align_mask = 0xf,
.no_user_fence = true,
.get_rptr = jpeg_v4_0_dec_ring_get_rptr,
.get_wptr = jpeg_v4_0_dec_ring_get_wptr,
.set_wptr = jpeg_v4_0_dec_ring_set_wptr,