Searched refs:amdgpu_gfx_scratch_free (Results 1 – 7 of 7) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gfx.h | 363 void amdgpu_gfx_scratch_free(struct amdgpu_device *adev, uint32_t reg);
|
D | amdgpu_gfx.c | 132 void amdgpu_gfx_scratch_free(struct amdgpu_device *adev, uint32_t reg) in amdgpu_gfx_scratch_free() function
|
D | gfx_v6_0.c | 1823 amdgpu_gfx_scratch_free(adev, scratch); in gfx_v6_0_ring_test_ring() 1949 amdgpu_gfx_scratch_free(adev, scratch); in gfx_v6_0_ring_test_ib()
|
D | gfx_v7_0.c | 2114 amdgpu_gfx_scratch_free(adev, scratch); in gfx_v7_0_ring_test_ring() 2399 amdgpu_gfx_scratch_free(adev, scratch); in gfx_v7_0_ring_test_ib()
|
D | gfx_v10_0.c | 3885 amdgpu_gfx_scratch_free(adev, scratch); in gfx_v10_0_ring_test_ring() 3907 amdgpu_gfx_scratch_free(adev, scratch); in gfx_v10_0_ring_test_ring()
|
D | gfx_v8_0.c | 878 amdgpu_gfx_scratch_free(adev, scratch); in gfx_v8_0_ring_test_ring()
|
D | gfx_v9_0.c | 1096 amdgpu_gfx_scratch_free(adev, scratch); in gfx_v9_0_ring_test_ring()
|