Searched defs:amdgpu_ih_ring (Results 1 – 1 of 1) sorted by relevance
48 struct amdgpu_ih_ring { struct49 unsigned ring_size;50 uint32_t ptr_mask;51 u32 doorbell_index;52 bool use_doorbell;53 bool use_bus_addr;55 struct amdgpu_bo *ring_obj;56 volatile uint32_t *ring;57 uint64_t gpu_addr;81 u32 (*get_wptr)(struct amdgpu_device *adev, struct amdgpu_ih_ring *ih); argument
Completed in 4 milliseconds