Searched refs:amdgpu_mm_wdoorbell (Results 1 – 2 of 2) sorted by relevance
349 void amdgpu_mm_wdoorbell(struct amdgpu_device *adev, u32 index, u32 v);365 #define WDOORBELL32(index, v) amdgpu_mm_wdoorbell(adev, (index), (v))
58 void amdgpu_mm_wdoorbell(struct amdgpu_device *adev, u32 index, u32 v) in amdgpu_mm_wdoorbell() function