Searched refs:test_ib (Results 1 – 25 of 30) sorted by relevance
12
| /Linux-v5.15/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 | 933 .test_ib = amdgpu_vce_ring_test_ib, 960 .test_ib = amdgpu_vce_ring_test_ib,
|
| D | uvd_v6_0.c | 1569 .test_ib = amdgpu_uvd_ring_test_ib, 1597 .test_ib = amdgpu_uvd_ring_test_ib, 1625 .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 | 1538 .test_ib = amdgpu_vcn_dec_ring_test_ib, 1568 .test_ib = amdgpu_vcn_dec_ring_test_ib, 1668 .test_ib = amdgpu_vcn_enc_ring_test_ib, 1698 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
| D | vce_v2_0.c | 643 .test_ib = amdgpu_vce_ring_test_ib,
|
| D | sdma_v4_0.c | 2441 .test_ib = sdma_v4_0_ring_test_ib, 2477 .test_ib = sdma_v4_0_ring_test_ib, 2509 .test_ib = sdma_v4_0_ring_test_ib, 2541 .test_ib = sdma_v4_0_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_v4_2.c | 781 .test_ib = amdgpu_uvd_ring_test_ib,
|
| D | jpeg_v2_0.c | 796 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
| D | uvd_v5_0.c | 889 .test_ib = amdgpu_uvd_ring_test_ib,
|
| D | vcn_v3_0.c | 1832 .test_ib = NULL,//amdgpu_vcn_dec_sw_ring_test_ib, 1988 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2088 .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 | 1922 .test_ib = amdgpu_vcn_dec_ring_test_ib, 1955 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
| D | uvd_v7_0.c | 1827 .test_ib = amdgpu_uvd_ring_test_ib, 1859 .test_ib = uvd_v7_0_enc_ring_test_ib,
|
| D | vcn_v2_0.c | 2025 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2056 .test_ib = amdgpu_vcn_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 | 1118 .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 | 1707 .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