Searched refs:test_ib (Results 1 – 19 of 19) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ring.h | 133 int (*test_ib)(struct amdgpu_ring *ring, long timeout); member
|
D | vce_v3_0.c | 906 .test_ib = amdgpu_vce_ring_test_ib, 932 .test_ib = amdgpu_vce_ring_test_ib,
|
D | uvd_v6_0.c | 1118 .test_ib = amdgpu_uvd_ring_test_ib, 1147 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | vcn_v1_0.c | 1142 .test_ib = amdgpu_vcn_dec_ring_test_ib, 1169 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
D | vce_v2_0.c | 619 .test_ib = amdgpu_vce_ring_test_ib,
|
D | uvd_v4_2.c | 777 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | uvd_v5_0.c | 885 .test_ib = amdgpu_uvd_ring_test_ib,
|
D | uvd_v7_0.c | 1708 .test_ib = amdgpu_uvd_ring_test_ib, 1733 .test_ib = uvd_v7_0_enc_ring_test_ib,
|
D | si_dma.c | 788 .test_ib = si_dma_ring_test_ib,
|
D | vce_v4_0.c | 1072 .test_ib = amdgpu_vce_ring_test_ib,
|
D | cik_sdma.c | 1294 .test_ib = cik_sdma_ring_test_ib,
|
D | sdma_v2_4.c | 1230 .test_ib = sdma_v2_4_ring_test_ib,
|
D | gfx_v9_0.c | 4147 .test_ib = gfx_v9_0_ring_test_ib, 4182 .test_ib = gfx_v9_0_ring_test_ib, 4207 .test_ib = gfx_v9_0_ring_test_ib,
|
D | sdma_v4_0.c | 1620 .test_ib = sdma_v4_0_ring_test_ib,
|
D | sdma_v3_0.c | 1637 .test_ib = sdma_v3_0_ring_test_ib,
|
D | gfx_v6_0.c | 3546 .test_ib = gfx_v6_0_ring_test_ib, 3572 .test_ib = gfx_v6_0_ring_test_ib,
|
D | amdgpu.h | 1738 #define amdgpu_ring_test_ib(r, t) (r)->funcs->test_ib((r), (t))
|
D | gfx_v7_0.c | 5101 .test_ib = gfx_v7_0_ring_test_ib, 5131 .test_ib = gfx_v7_0_ring_test_ib,
|
D | gfx_v8_0.c | 6731 .test_ib = gfx_v8_0_ring_test_ib, 6764 .test_ib = gfx_v8_0_ring_test_ib, 6788 .test_ib = gfx_v8_0_ring_test_ib,
|