Searched refs:amdgpu_device_rreg (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu.h | 1105 uint32_t amdgpu_device_rreg(struct amdgpu_device *adev, 1147 #define RREG32_NO_KIQ(reg) amdgpu_device_rreg(adev, (reg), AMDGPU_REGS_NO_KIQ) 1156 #define RREG32(reg) amdgpu_device_rreg(adev, (reg), 0) 1157 #define DREG32(reg) printk(KERN_INFO "REGISTER: " #reg " : 0x%08X\n", amdgpu_device_rreg(adev, (reg… 1204 #define DREG32_SYS(sqf, adev, reg) seq_printf((sqf), #reg " : 0x%08X\n", amdgpu_device_rreg((adev),…
|
A D | amdgpu_trace.h | 38 TRACE_EVENT(amdgpu_device_rreg,
|
A D | amdgpu_device.c | 450 uint32_t amdgpu_device_rreg(struct amdgpu_device *adev, in amdgpu_device_rreg() function
|
Completed in 17 milliseconds