/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ring.h | 205 int (*test_ib)(struct amdgpu_ring *ring, long timeout); member 315 #define amdgpu_ring_test_ib(r, t) ((r)->funcs->test_ib ? (r)->funcs->test_ib((r), (t)) : 0)
|
H A D | vce_v3_0.c | 933 .test_ib = amdgpu_vce_ring_test_ib, 960 .test_ib = amdgpu_vce_ring_test_ib,
|
H A D | amdgpu_ib.c | 411 if (!ring->sched.ready || !ring->funcs->test_ib) in amdgpu_ib_ring_tests()
|
H A D | vcn_v3_0.c | 1798 .test_ib = NULL,//amdgpu_vcn_dec_sw_ring_test_ib, 1961 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2060 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
H A D | uvd_v7_0.c | 1556 .test_ib = amdgpu_uvd_ring_test_ib, 1587 .test_ib = uvd_v7_0_enc_ring_test_ib,
|
H A D | vce_v4_0.c | 843 .test_ib = amdgpu_vce_ring_test_ib,
|
H A D | vcn_v2_0.c | 2130 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2160 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
H A D | vcn_v1_0.c | 2095 .test_ib = amdgpu_vcn_dec_ring_test_ib, 2127 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
H A D | sdma_v4_4_2.c | 1952 .test_ib = sdma_v4_4_2_ring_test_ib, 1983 .test_ib = sdma_v4_4_2_ring_test_ib,
|
H A D | vcn_v2_5.c | 1637 .test_ib = amdgpu_vcn_dec_ring_test_ib, 1736 .test_ib = amdgpu_vcn_enc_ring_test_ib,
|
H A D | sdma_v4_0.c | 2439 .test_ib = sdma_v4_0_ring_test_ib, 2471 .test_ib = sdma_v4_0_ring_test_ib,
|
H A D | jpeg_v4_0_3.c | 1092 .test_ib = amdgpu_jpeg_dec_ring_test_ib,
|
H A D | sdma_v3_0.c | 1576 .test_ib = sdma_v3_0_ring_test_ib,
|
H A D | vcn_v4_0_5.c | 1414 .test_ib = amdgpu_vcn_unified_ring_test_ib,
|
H A D | sdma_v7_0.c | 1631 .test_ib = sdma_v7_0_ring_test_ib,
|
H A D | sdma_v6_0.c | 1707 .test_ib = sdma_v6_0_ring_test_ib,
|
H A D | gfx_v12_0.c | 5331 .test_ib = gfx_v12_0_ring_test_ib, 5374 .test_ib = gfx_v12_0_ring_test_ib, 5408 .test_ib = gfx_v12_0_ring_test_ib,
|
H A D | sdma_v5_2.c | 1986 .test_ib = sdma_v5_2_ring_test_ib,
|
H A D | sdma_v5_0.c | 1992 .test_ib = sdma_v5_0_ring_test_ib,
|
H A D | gfx_v7_0.c | 5035 .test_ib = gfx_v7_0_ring_test_ib, 5069 .test_ib = gfx_v7_0_ring_test_ib,
|
H A D | gfx_v11_0.c | 6897 .test_ib = gfx_v11_0_ring_test_ib, 6944 .test_ib = gfx_v11_0_ring_test_ib, 6978 .test_ib = gfx_v11_0_ring_test_ib,
|
H A D | gfx_v8_0.c | 6995 .test_ib = gfx_v8_0_ring_test_ib, 7033 .test_ib = gfx_v8_0_ring_test_ib,
|
H A D | gfx_v9_0.c | 7559 .test_ib = gfx_v9_0_ring_test_ib, 7607 .test_ib = gfx_v9_0_ring_test_ib,
|
H A D | gfx_v10_0.c | 9792 .test_ib = gfx_v10_0_ring_test_ib, 9838 .test_ib = gfx_v10_0_ring_test_ib, 9872 .test_ib = gfx_v10_0_ring_test_ib,
|
H A D | gfx_v9_4_3.c | 4765 .test_ib = gfx_v9_4_3_ring_test_ib,
|