Searched refs:test_ib (Results 1 – 25 of 30) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ring.h | 172 int (*test_ib)(struct amdgpu_ring *ring, long timeout); member 259 #define amdgpu_ring_test_ib(r, t) (r)->funcs->test_ib((r), (t))
|
D | amdgpu_ib.c | 395 if (!ring->sched.ready || !ring->funcs->test_ib) in amdgpu_ib_ring_tests()
|
D | vce_v3_0.c | 910 .test_ib = amdgpu_vce_ring_test_ib, 937 .test_ib = amdgpu_vce_ring_test_ib,
|
D | uvd_v6_0.c | 1536 .test_ib = amdgpu_uvd_ring_test_ib, 1564 .test_ib = amdgpu_uvd_ring_test_ib, 1592 .test_ib = uvd_v6_0_enc_ring_test_ib,
|
D | jpeg_v3_0.c | 569 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | vce_v2_0.c | 619 .test_ib = amdgpu_vce_ring_test_ib,
|
D | jpeg_v2_5.c | 584 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | sdma_v4_0.c | 2321 .test_ib = sdma_v4_0_ring_test_ib, 2357 .test_ib = sdma_v4_0_ring_test_ib, 2389 .test_ib = sdma_v4_0_ring_test_ib, 2421 .test_ib = sdma_v4_0_ring_test_ib,
|
D | uvd_v3_1.c | 190 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | uvd_v4_2.c | 753 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | jpeg_v1_0.c | 563 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | jpeg_v2_0.c | 792 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
D | uvd_v5_0.c | 862 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | si_dma.c | 739 .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 | vcn_v1_0.c | 1919 .test_ib = amdgpu_vcn_dec_ring_test_ib, 1952 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | vcn_v2_0.c | 2022 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2053 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | vcn_v2_5.c | 1543 .test_ib = amdgpu_vcn_dec_ring_test_ib, 1643 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | vcn_v3_0.c | 1669 .test_ib = amdgpu_vcn_dec_ring_test_ib, 1769 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | sdma_v2_4.c | 1156 .test_ib = sdma_v2_4_ring_test_ib,
|
D | vce_v4_0.c | 1087 .test_ib = amdgpu_vce_ring_test_ib,
|
D | cik_sdma.c | 1266 .test_ib = cik_sdma_ring_test_ib,
|
D | sdma_v3_0.c | 1594 .test_ib = sdma_v3_0_ring_test_ib,
|
D | sdma_v5_2.c | 1640 .test_ib = sdma_v5_2_ring_test_ib,
|
D | sdma_v5_0.c | 1652 .test_ib = sdma_v5_0_ring_test_ib,
|
12