1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 07:13:36 +02:00

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

From Yinjie Yao
8549b3933038e68dc61cb934b9a54223dd244a78 in linux-6.18.y/6.18.33
83e37c0987ca92f9e87789b46dd311dcf5a4a6c8 in mainline linux
This commit is contained in:
jsg
2026-05-25 09:31:46 +00:00
parent e8cd5bea10
commit c14d0da257
+1
View File
@@ -1214,6 +1214,7 @@ static const struct amd_ip_funcs jpeg_v4_0_3_ip_funcs = {
static const struct amdgpu_ring_funcs jpeg_v4_0_3_dec_ring_vm_funcs = {
.type = AMDGPU_RING_TYPE_VCN_JPEG,
.align_mask = 0xf,
.no_user_fence = true,
.get_rptr = jpeg_v4_0_3_dec_ring_get_rptr,
.get_wptr = jpeg_v4_0_3_dec_ring_get_wptr,
.set_wptr = jpeg_v4_0_3_dec_ring_set_wptr,