Home
last modified time | relevance | path

Searched refs:amdgpu_mm_wdoorbell (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu.h1602 void amdgpu_mm_wdoorbell(struct amdgpu_device *adev, u32 index, u32 v);
1668 #define WDOORBELL32(index, v) amdgpu_mm_wdoorbell(adev, (index), (v))
H A Damdgpu_device.c301 void amdgpu_mm_wdoorbell(struct amdgpu_device *adev, u32 index, u32 v) in amdgpu_mm_wdoorbell() function