Searched refs:test_ib (Results 1 – 23 of 23) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ring.h | 148 int (*test_ib)(struct amdgpu_ring *ring, long timeout); member 234 #define amdgpu_ring_test_ib(r, t) (r)->funcs->test_ib((r), (t))
|
D | amdgpu_ib.c | 364 if (!ring->sched.ready || !ring->funcs->test_ib) in amdgpu_ib_ring_tests()
|
D | vce_v3_0.c | 909 .test_ib = amdgpu_vce_ring_test_ib, 936 .test_ib = amdgpu_vce_ring_test_ib,
|
D | uvd_v6_0.c | 1533 .test_ib = amdgpu_uvd_ring_test_ib, 1561 .test_ib = amdgpu_uvd_ring_test_ib, 1589 .test_ib = uvd_v6_0_enc_ring_test_ib,
|
D | vcn_v2_5.c | 1020 .test_ib = amdgpu_vcn_dec_ring_test_ib, 1120 .test_ib = amdgpu_vcn_enc_ring_test_ib, 1199 .test_ib = amdgpu_vcn_jpeg_ring_test_ib,
|
D | vce_v2_0.c | 618 .test_ib = amdgpu_vce_ring_test_ib,
|
D | sdma_v4_0.c | 2278 .test_ib = sdma_v4_0_ring_test_ib, 2314 .test_ib = sdma_v4_0_ring_test_ib, 2346 .test_ib = sdma_v4_0_ring_test_ib, 2378 .test_ib = sdma_v4_0_ring_test_ib,
|
D | uvd_v4_2.c | 755 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | uvd_v5_0.c | 864 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | vcn_v2_0.c | 2189 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2220 .test_ib = amdgpu_vcn_enc_ring_test_ib, 2249 .test_ib = amdgpu_vcn_jpeg_ring_test_ib,
|
D | vcn_v1_0.c | 2219 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2252 .test_ib = amdgpu_vcn_enc_ring_test_ib, 2286 .test_ib = amdgpu_vcn_jpeg_ring_test_ib,
|
D | si_dma.c | 738 .test_ib = si_dma_ring_test_ib,
|
D | uvd_v7_0.c | 1794 .test_ib = amdgpu_uvd_ring_test_ib, 1826 .test_ib = uvd_v7_0_enc_ring_test_ib,
|
D | sdma_v2_4.c | 1156 .test_ib = sdma_v2_4_ring_test_ib,
|
D | cik_sdma.c | 1269 .test_ib = cik_sdma_ring_test_ib,
|
D | vce_v4_0.c | 1089 .test_ib = amdgpu_vce_ring_test_ib,
|
D | sdma_v3_0.c | 1594 .test_ib = sdma_v3_0_ring_test_ib,
|
D | sdma_v5_0.c | 1610 .test_ib = sdma_v5_0_ring_test_ib,
|
D | gfx_v6_0.c | 3507 .test_ib = gfx_v6_0_ring_test_ib, 3531 .test_ib = gfx_v6_0_ring_test_ib,
|
D | gfx_v10_0.c | 5192 .test_ib = gfx_v10_0_ring_test_ib, 5232 .test_ib = gfx_v10_0_ring_test_ib, 5262 .test_ib = gfx_v10_0_ring_test_ib,
|
D | gfx_v7_0.c | 5022 .test_ib = gfx_v7_0_ring_test_ib, 5053 .test_ib = gfx_v7_0_ring_test_ib,
|
D | gfx_v9_0.c | 6238 .test_ib = gfx_v9_0_ring_test_ib, 6278 .test_ib = gfx_v9_0_ring_test_ib,
|
D | gfx_v8_0.c | 6951 .test_ib = gfx_v8_0_ring_test_ib, 6985 .test_ib = gfx_v8_0_ring_test_ib,
|