Searched refs:test_ib (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | vce_v2_0.c | 644 .test_ib = amdgpu_vce_ring_test_ib,
|
D | vce_v3_0.c | 660 .test_ib = amdgpu_vce_ring_test_ib,
|
D | uvd_v6_0.c | 810 .test_ib = uvd_v6_0_ring_test_ib,
|
D | uvd_v5_0.c | 826 .test_ib = uvd_v5_0_ring_test_ib,
|
D | uvd_v4_2.c | 887 .test_ib = uvd_v4_2_ring_test_ib,
|
D | amdgpu.h | 347 int (*test_ib)(struct amdgpu_ring *ring); member 2248 #define amdgpu_ring_test_ib(r) (r)->funcs->test_ib((r))
|
D | cik_sdma.c | 1304 .test_ib = cik_sdma_ring_test_ib,
|
D | sdma_v2_4.c | 1309 .test_ib = sdma_v2_4_ring_test_ib,
|
D | sdma_v3_0.c | 1470 .test_ib = sdma_v3_0_ring_test_ib,
|
D | gfx_v8_0.c | 5026 .test_ib = gfx_v8_0_ring_test_ib, 5042 .test_ib = gfx_v8_0_ring_test_ib,
|
D | gfx_v7_0.c | 5570 .test_ib = gfx_v7_0_ring_test_ib, 5586 .test_ib = gfx_v7_0_ring_test_ib,
|