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 v5.0.0 ring
From Yinjie Yao a7e63bb93a7fde3c8920984c3deee9acfe461562 in linux-6.18.y/6.18.33 ea7c61c5f895e8f9ea0ffffa180498ef9c740152 in mainline linux
This commit is contained in:
@@ -680,6 +680,7 @@ static const struct amd_ip_funcs jpeg_v5_0_0_ip_funcs = {
|
||||
static const struct amdgpu_ring_funcs jpeg_v5_0_0_dec_ring_vm_funcs = {
|
||||
.type = AMDGPU_RING_TYPE_VCN_JPEG,
|
||||
.align_mask = 0xf,
|
||||
.no_user_fence = true,
|
||||
.get_rptr = jpeg_v5_0_0_dec_ring_get_rptr,
|
||||
.get_wptr = jpeg_v5_0_0_dec_ring_get_wptr,
|
||||
.set_wptr = jpeg_v5_0_0_dec_ring_set_wptr,
|
||||
|
||||
Reference in New Issue
Block a user