Searched defs:amdgpu_ih_ring (Results 1 – 1 of 1) sorted by relevance
38 struct amdgpu_ih_ring { struct39 unsigned ring_size;40 uint32_t ptr_mask;41 u32 doorbell_index;42 bool use_doorbell;43 bool use_bus_addr;67 u32 (*get_wptr)(struct amdgpu_device *adev, struct amdgpu_ih_ring *ih); argument