Searched refs:begin_use (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ring.c | 101 if (ring->funcs->begin_use) in amdgpu_ring_alloc() 102 ring->funcs->begin_use(ring); in amdgpu_ring_alloc() 126 if (ring->funcs->begin_use) in amdgpu_ring_alloc_reemit() 127 ring->funcs->begin_use(ring); in amdgpu_ring_alloc_reemit()
|
| H A D | jpeg_v2_5.c | 716 .begin_use = amdgpu_jpeg_ring_begin_use, 747 .begin_use = amdgpu_jpeg_ring_begin_use,
|
| H A D | jpeg_v5_0_0.c | 703 .begin_use = amdgpu_jpeg_ring_begin_use,
|
| H A D | amdgpu_ring.h | 273 void (*begin_use)(struct amdgpu_ring *ring); member
|
| H A D | vce_v1_0.c | 808 .begin_use = amdgpu_vce_ring_begin_use,
|
| H A D | jpeg_v1_0.c | 582 .begin_use = jpeg_v1_0_ring_begin_use,
|
| H A D | jpeg_v4_0_5.c | 827 .begin_use = amdgpu_jpeg_ring_begin_use,
|
| H A D | vcn_v2_5.c | 1801 .begin_use = vcn_v2_5_ring_begin_use, 1900 .begin_use = vcn_v2_5_ring_begin_use,
|
| H A D | vcn_v5_0_0.c | 1228 .begin_use = amdgpu_vcn_ring_begin_use,
|
| H A D | vcn_v4_0_5.c | 1504 .begin_use = amdgpu_vcn_ring_begin_use,
|
| H A D | sdma_v5_2.c | 1952 .begin_use = sdma_v5_2_ring_begin_use,
|
| H A D | gfx_v12_0.c | 5516 .begin_use = gfx_v12_0_ring_begin_use, 5554 .begin_use = gfx_v12_0_ring_begin_use,
|
| H A D | gfx_v11_0.c | 7259 .begin_use = gfx_v11_0_ring_begin_use, 7300 .begin_use = gfx_v11_0_ring_begin_use,
|
| H A D | gfx_v10_0.c | 9874 .begin_use = gfx_v10_0_ring_begin_use, 9914 .begin_use = gfx_v10_0_ring_begin_use,
|