Searched refs:test_ib (Results 1 – 25 of 30) sorted by relevance
12
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ring.h | 176 int (*test_ib)(struct amdgpu_ring *ring, long timeout); member 260 #define amdgpu_ring_test_ib(r, t) (r)->funcs->test_ib((r), (t))
|
D | jpeg_v2_5.c | 604 .test_ib = amdgpu_jpeg_dec_ring_test_ib, 634 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | amdgpu_ib.c | 395 if (!ring->sched.ready || !ring->funcs->test_ib) in amdgpu_ib_ring_tests()
|
D | vce_v3_0.c | 935 .test_ib = amdgpu_vce_ring_test_ib, 962 .test_ib = amdgpu_vce_ring_test_ib,
|
D | uvd_v6_0.c | 1571 .test_ib = amdgpu_uvd_ring_test_ib, 1599 .test_ib = amdgpu_uvd_ring_test_ib, 1627 .test_ib = uvd_v6_0_enc_ring_test_ib,
|
D | jpeg_v3_0.c | 572 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | vcn_v2_5.c | 1543 .test_ib = amdgpu_vcn_dec_ring_test_ib, 1573 .test_ib = amdgpu_vcn_dec_ring_test_ib, 1673 .test_ib = amdgpu_vcn_enc_ring_test_ib, 1703 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | vce_v2_0.c | 646 .test_ib = amdgpu_vce_ring_test_ib,
|
D | sdma_v4_0.c | 2457 .test_ib = sdma_v4_0_ring_test_ib, 2493 .test_ib = sdma_v4_0_ring_test_ib, 2525 .test_ib = sdma_v4_0_ring_test_ib, 2557 .test_ib = sdma_v4_0_ring_test_ib,
|
D | uvd_v4_2.c | 783 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | jpeg_v1_0.c | 568 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | uvd_v3_1.c | 194 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | uvd_v5_0.c | 891 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | jpeg_v2_0.c | 796 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | vcn_v3_0.c | 1835 .test_ib = NULL,//amdgpu_vcn_dec_sw_ring_test_ib, 1991 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2091 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | si_dma.c | 743 .test_ib = si_dma_ring_test_ib,
|
D | vcn_v1_0.c | 1929 .test_ib = amdgpu_vcn_dec_ring_test_ib, 1962 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | vcn_v2_0.c | 2029 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2060 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | uvd_v7_0.c | 1829 .test_ib = amdgpu_uvd_ring_test_ib, 1861 .test_ib = uvd_v7_0_enc_ring_test_ib,
|
D | sdma_v2_4.c | 1161 .test_ib = sdma_v2_4_ring_test_ib,
|
D | cik_sdma.c | 1272 .test_ib = cik_sdma_ring_test_ib,
|
D | vce_v4_0.c | 1120 .test_ib = amdgpu_vce_ring_test_ib,
|
D | sdma_v3_0.c | 1599 .test_ib = sdma_v3_0_ring_test_ib,
|
D | sdma_v5_2.c | 1733 .test_ib = sdma_v5_2_ring_test_ib,
|
D | gfx_v6_0.c | 3521 .test_ib = gfx_v6_0_ring_test_ib, 3547 .test_ib = gfx_v6_0_ring_test_ib,
|
12