Home
last modified time | relevance | path

Searched defs:amdgpu_ring_funcs (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu.h323 struct amdgpu_ring_funcs { struct
325 u32 (*get_rptr)(struct amdgpu_ring *ring);
326 u32 (*get_wptr)(struct amdgpu_ring *ring);
327 void (*set_wptr)(struct amdgpu_ring *ring);
329 int (*parse_cs)(struct amdgpu_cs_parser *p, uint32_t ib_idx);
331 void (*emit_ib)(struct amdgpu_ring *ring,
333 void (*emit_fence)(struct amdgpu_ring *ring, uint64_t addr,
335 bool (*emit_semaphore)(struct amdgpu_ring *ring,
338 void (*emit_vm_flush)(struct amdgpu_ring *ring, unsigned vm_id,
340 void (*emit_hdp_flush)(struct amdgpu_ring *ring);
[all …]