Searched refs:test_ib (Results 1 – 25 of 47) sorted by relevance
12
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ring.h | 206 int (*test_ib)(struct amdgpu_ring *ring, long timeout); member 319 #define amdgpu_ring_test_ib(r, t) ((r)->funcs->test_ib ? (r)->funcs->test_ib((r), (t)) : 0)
|
| H A D | jpeg_v2_5.c | 705 .test_ib = amdgpu_jpeg_dec_ring_test_ib, 736 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
| H A D | amdgpu_ib.c | 409 if (!ring->sched.ready || !ring->funcs->test_ib) in amdgpu_ib_ring_tests()
|
| H A D | vce_v3_0.c | 933 .test_ib = amdgpu_vce_ring_test_ib, 960 .test_ib = amdgpu_vce_ring_test_ib,
|
| H A D | uvd_v6_0.c | 1566 .test_ib = amdgpu_uvd_ring_test_ib, 1594 .test_ib = amdgpu_uvd_ring_test_ib, 1622 .test_ib = uvd_v6_0_enc_ring_test_ib,
|
| H A D | vce_v2_0.c | 648 .test_ib = amdgpu_vce_ring_test_ib,
|
| H A D | jpeg_v3_0.c | 600 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
| H A D | jpeg_v5_0_0.c | 682 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
| H A D | uvd_v3_1.c | 194 .test_ib = amdgpu_uvd_ring_test_ib,
|
| H A D | uvd_v4_2.c | 788 .test_ib = amdgpu_uvd_ring_test_ib,
|
| H A D | jpeg_v1_0.c | 577 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
| H A D | uvd_v5_0.c | 895 .test_ib = amdgpu_uvd_ring_test_ib,
|
| H A D | jpeg_v2_0.c | 809 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
| H A D | jpeg_v4_0.c | 768 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
| H A D | jpeg_v4_0_5.c | 805 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
| H A D | vcn_v3_0.c | 1843 .test_ib = NULL,//amdgpu_vcn_dec_sw_ring_test_ib, 2006 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2105 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
| H A D | jpeg_v5_0_1.c | 741 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
| H A D | si_dma.c | 726 .test_ib = si_dma_ring_test_ib,
|
| H A D | uvd_v7_0.c | 1556 .test_ib = amdgpu_uvd_ring_test_ib, 1587 .test_ib = uvd_v7_0_enc_ring_test_ib,
|
| H A D | vce_v4_0.c | 843 .test_ib = amdgpu_vce_ring_test_ib,
|
| H A D | amdgpu_vpe.c | 940 .test_ib = vpe_ring_test_ib,
|
| H A D | vcn_v1_0.c | 2117 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2149 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
| H A D | sdma_v2_4.c | 1136 .test_ib = sdma_v2_4_ring_test_ib,
|
| H A D | vcn_v2_0.c | 2148 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2178 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
| H A D | cik_sdma.c | 1252 .test_ib = cik_sdma_ring_test_ib,
|
12