Searched refs:begin_use (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ring.c | 97 if (ring->funcs->begin_use) in amdgpu_ring_alloc() 98 ring->funcs->begin_use(ring); in amdgpu_ring_alloc() 122 if (ring->funcs->begin_use) in amdgpu_ring_alloc_reemit() 123 ring->funcs->begin_use(ring); in amdgpu_ring_alloc_reemit()
|
| H A D | amdgpu_ring.h | 266 void (*begin_use)(struct amdgpu_ring *ring); member
|
| H A D | vcn_v3_0.c | 1876 .begin_use = amdgpu_vcn_ring_begin_use, 2044 .begin_use = amdgpu_vcn_ring_begin_use, 2143 .begin_use = amdgpu_vcn_ring_begin_use,
|
| H A D | amdgpu_vpe.c | 989 .begin_use = vpe_ring_begin_use,
|
| H A D | jpeg_v5_0_1.c | 899 .begin_use = amdgpu_jpeg_ring_begin_use,
|
| H A D | vcn_v5_0_1.c | 1352 .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 | vcn_v4_0_3.c | 1650 .begin_use = amdgpu_vcn_ring_begin_use,
|
| H A D | vcn_v4_0.c | 2000 .begin_use = amdgpu_vcn_ring_begin_use,
|
| H A D | gfx_v12_0.c | 5530 .begin_use = gfx_v12_0_ring_begin_use, 5568 .begin_use = gfx_v12_0_ring_begin_use,
|
| H A D | gfx_v11_0.c | 7251 .begin_use = gfx_v11_0_ring_begin_use, 7292 .begin_use = gfx_v11_0_ring_begin_use,
|