Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: update dec ring test for VCN 3.0

Signed-off-by: Boyuan Zhang <boyuan.zhang@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Boyuan Zhang and committed by
Alex Deucher
bbf16f53 fa40a009

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c
··· 1659 1659 .emit_ib = vcn_v2_0_dec_ring_emit_ib, 1660 1660 .emit_fence = vcn_v2_0_dec_ring_emit_fence, 1661 1661 .emit_vm_flush = vcn_v2_0_dec_ring_emit_vm_flush, 1662 - .test_ring = amdgpu_vcn_dec_ring_test_ring, 1662 + .test_ring = vcn_v2_0_dec_ring_test_ring, 1663 1663 .test_ib = amdgpu_vcn_dec_ring_test_ib, 1664 1664 .insert_nop = vcn_v2_0_dec_ring_insert_nop, 1665 1665 .insert_start = vcn_v2_0_dec_ring_insert_start,