Searched refs:emit_rreg (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ring.h166 void (*emit_rreg)(struct amdgpu_ring *ring, uint32_t reg); member in struct:amdgpu_ring_funcs
250 #define amdgpu_ring_emit_rreg(r, d) (r)->funcs->emit_rreg((r), (d))
H A Damdgpu_gfx.c676 BUG_ON(!ring->funcs->emit_rreg);
H A Damdgpu_gfx_v10_0.c5262 .emit_rreg = gfx_v10_0_ring_emit_rreg,
H A Damdgpu_gfx_v8_0.c7001 .emit_rreg = gfx_v8_0_ring_emit_rreg,
H A Damdgpu_gfx_v9_0.c6551 .emit_rreg = gfx_v9_0_ring_emit_rreg,

Completed in 123 milliseconds