Searched refs:emit_reg_wait (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ring.h | 162 void (*emit_reg_wait)(struct amdgpu_ring *ring, uint32_t reg, member
|
D | vcn_v1_0.c | 1683 .emit_reg_wait = vcn_v1_0_dec_ring_emit_reg_wait, 1714 .emit_reg_wait = vcn_v1_0_enc_ring_emit_reg_wait, 1748 .emit_reg_wait = vcn_v1_0_jpeg_ring_emit_reg_wait,
|
D | uvd_v7_0.c | 1796 .emit_reg_wait = uvd_v7_0_ring_emit_reg_wait, 1828 .emit_reg_wait = uvd_v7_0_enc_ring_emit_reg_wait,
|
D | vce_v4_0.c | 1091 .emit_reg_wait = vce_v4_0_emit_reg_wait,
|
D | sdma_v4_0.c | 1649 .emit_reg_wait = sdma_v4_0_ring_emit_reg_wait,
|
D | gfx_v9_0.c | 4682 .emit_reg_wait = gfx_v9_0_ring_emit_reg_wait, 4717 .emit_reg_wait = gfx_v9_0_ring_emit_reg_wait, 4748 .emit_reg_wait = gfx_v9_0_ring_emit_reg_wait,
|
D | amdgpu.h | 1729 #define amdgpu_ring_emit_reg_wait(r, d, v, m) (r)->funcs->emit_reg_wait((r), (d), (v), (m))
|