Searched refs:test_ib (Results 1 – 25 of 38) sorted by relevance
12
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ring.h | 202 int (*test_ib)(struct amdgpu_ring *ring, long timeout); member 308 #define amdgpu_ring_test_ib(r, t) ((r)->funcs->test_ib ? (r)->funcs->test_ib((r), (t)) : 0)
|
D | jpeg_v2_5.c | 674 .test_ib = amdgpu_jpeg_dec_ring_test_ib, 703 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | amdgpu_ib.c | 418 if (!ring->sched.ready || !ring->funcs->test_ib) in amdgpu_ib_ring_tests()
|
D | vce_v3_0.c | 937 .test_ib = amdgpu_vce_ring_test_ib, 964 .test_ib = amdgpu_vce_ring_test_ib,
|
D | uvd_v6_0.c | 1562 .test_ib = amdgpu_uvd_ring_test_ib, 1590 .test_ib = amdgpu_uvd_ring_test_ib, 1618 .test_ib = uvd_v6_0_enc_ring_test_ib,
|
D | jpeg_v3_0.c | 579 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | vce_v2_0.c | 648 .test_ib = amdgpu_vce_ring_test_ib,
|
D | jpeg_v1_0.c | 569 .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 | 783 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | jpeg_v2_0.c | 781 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | jpeg_v4_0.c | 739 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | uvd_v5_0.c | 891 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | vcn_v3_0.c | 1753 .test_ib = NULL,//amdgpu_vcn_dec_sw_ring_test_ib, 1916 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2015 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | si_dma.c | 737 .test_ib = si_dma_ring_test_ib,
|
D | uvd_v7_0.c | 1823 .test_ib = amdgpu_uvd_ring_test_ib, 1854 .test_ib = uvd_v7_0_enc_ring_test_ib,
|
D | vcn_v2_0.c | 2031 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2061 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | vcn_v1_0.c | 1998 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2030 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | sdma_v4_4_2.c | 1849 .test_ib = sdma_v4_4_2_ring_test_ib, 1880 .test_ib = sdma_v4_4_2_ring_test_ib,
|
D | vcn_v2_5.c | 1591 .test_ib = amdgpu_vcn_dec_ring_test_ib, 1690 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | sdma_v2_4.c | 1148 .test_ib = sdma_v2_4_ring_test_ib,
|
D | jpeg_v4_0_3.c | 1066 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | vce_v4_0.c | 1122 .test_ib = amdgpu_vce_ring_test_ib,
|
D | cik_sdma.c | 1260 .test_ib = cik_sdma_ring_test_ib,
|
D | sdma_v4_0.c | 2337 .test_ib = sdma_v4_0_ring_test_ib, 2369 .test_ib = sdma_v4_0_ring_test_ib,
|
12