Searched refs:test_ib (Results 1 – 25 of 45) sorted by relevance
12
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ring.h | 205 int (*test_ib)(struct amdgpu_ring *ring, long timeout); member 315 #define amdgpu_ring_test_ib(r, t) ((r)->funcs->test_ib ? (r)->funcs->test_ib((r), (t)) : 0)
|
D | jpeg_v2_5.c | 677 .test_ib = amdgpu_jpeg_dec_ring_test_ib, 707 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | vce_v3_0.c | 937 .test_ib = amdgpu_vce_ring_test_ib, 964 .test_ib = amdgpu_vce_ring_test_ib,
|
D | amdgpu_ib.c | 411 if (!ring->sched.ready || !ring->funcs->test_ib) in amdgpu_ib_ring_tests()
|
D | uvd_v6_0.c | 1570 .test_ib = amdgpu_uvd_ring_test_ib, 1598 .test_ib = amdgpu_uvd_ring_test_ib, 1626 .test_ib = uvd_v6_0_enc_ring_test_ib,
|
D | jpeg_v3_0.c | 575 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | vce_v2_0.c | 648 .test_ib = amdgpu_vce_ring_test_ib,
|
D | jpeg_v5_0_0.c | 662 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | uvd_v3_1.c | 194 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | uvd_v4_2.c | 791 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | jpeg_v4_0.c | 742 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | uvd_v5_0.c | 899 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | jpeg_v1_0.c | 577 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | jpeg_v4_0_5.c | 783 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | jpeg_v2_0.c | 784 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | vcn_v3_0.c | 1800 .test_ib = NULL,//amdgpu_vcn_dec_sw_ring_test_ib, 1963 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2062 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | si_dma.c | 734 .test_ib = si_dma_ring_test_ib,
|
D | uvd_v7_0.c | 1827 .test_ib = amdgpu_uvd_ring_test_ib, 1858 .test_ib = uvd_v7_0_enc_ring_test_ib,
|
D | amdgpu_vpe.c | 896 .test_ib = vpe_ring_test_ib,
|
D | vcn_v1_0.c | 2101 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2133 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | vcn_v2_0.c | 2137 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2167 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | sdma_v4_4_2.c | 1945 .test_ib = sdma_v4_4_2_ring_test_ib, 1976 .test_ib = sdma_v4_4_2_ring_test_ib,
|
D | vcn_v2_5.c | 1639 .test_ib = amdgpu_vcn_dec_ring_test_ib, 1738 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | sdma_v2_4.c | 1143 .test_ib = sdma_v2_4_ring_test_ib,
|
D | sdma_v4_0.c | 2439 .test_ib = sdma_v4_0_ring_test_ib, 2471 .test_ib = sdma_v4_0_ring_test_ib,
|
12