Searched refs:set_rptr (Results 1 – 9 of 9) sorted by relevance
79 void (*set_rptr)(struct amdgpu_device *adev, struct amdgpu_ih_ring *ih); member85 #define amdgpu_ih_set_rptr(adev, ih) (adev)->irq.ih_funcs->set_rptr((adev), (ih))
437 .set_rptr = cik_ih_set_rptr
298 .set_rptr = si_ih_set_rptr
436 .set_rptr = cz_ih_set_rptr
433 .set_rptr = iceland_ih_set_rptr
488 .set_rptr = tonga_ih_set_rptr
643 .set_rptr = vega10_ih_set_rptr
691 .set_rptr = vega20_ih_set_rptr
719 .set_rptr = navi10_ih_set_rptr
Completed in 13 milliseconds