Searched refs:test_ib (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ring.h | 146 int (*test_ib)(struct amdgpu_ring *ring, long timeout); member
|
D | vce_v3_0.c | 910 .test_ib = amdgpu_vce_ring_test_ib, 936 .test_ib = amdgpu_vce_ring_test_ib,
|
D | uvd_v6_0.c | 1544 .test_ib = amdgpu_uvd_ring_test_ib, 1571 .test_ib = amdgpu_uvd_ring_test_ib, 1598 .test_ib = uvd_v6_0_enc_ring_test_ib,
|
D | vcn_v1_0.c | 1675 .test_ib = amdgpu_vcn_dec_ring_test_ib, 1707 .test_ib = amdgpu_vcn_enc_ring_test_ib, 1740 .test_ib = amdgpu_vcn_jpeg_ring_test_ib,
|
D | vce_v2_0.c | 621 .test_ib = amdgpu_vce_ring_test_ib,
|
D | uvd_v4_2.c | 763 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | uvd_v5_0.c | 872 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | si_dma.c | 770 .test_ib = si_dma_ring_test_ib,
|
D | uvd_v7_0.c | 1790 .test_ib = amdgpu_uvd_ring_test_ib, 1821 .test_ib = uvd_v7_0_enc_ring_test_ib,
|
D | vce_v4_0.c | 1084 .test_ib = amdgpu_vce_ring_test_ib,
|
D | cik_sdma.c | 1281 .test_ib = cik_sdma_ring_test_ib,
|
D | sdma_v2_4.c | 1206 .test_ib = sdma_v2_4_ring_test_ib,
|
D | sdma_v3_0.c | 1646 .test_ib = sdma_v3_0_ring_test_ib,
|
D | sdma_v4_0.c | 1645 .test_ib = sdma_v4_0_ring_test_ib,
|
D | gfx_v9_0.c | 4673 .test_ib = gfx_v9_0_ring_test_ib, 4712 .test_ib = gfx_v9_0_ring_test_ib, 4743 .test_ib = gfx_v9_0_ring_test_ib,
|
D | gfx_v6_0.c | 3498 .test_ib = gfx_v6_0_ring_test_ib, 3522 .test_ib = gfx_v6_0_ring_test_ib,
|
D | amdgpu.h | 1715 #define amdgpu_ring_test_ib(r, t) (r)->funcs->test_ib((r), (t))
|
D | gfx_v7_0.c | 5086 .test_ib = gfx_v7_0_ring_test_ib, 5116 .test_ib = gfx_v7_0_ring_test_ib,
|
D | gfx_v8_0.c | 7179 .test_ib = gfx_v8_0_ring_test_ib, 7212 .test_ib = gfx_v8_0_ring_test_ib, 7238 .test_ib = gfx_v8_0_ring_test_ib,
|