Searched refs:amdgpu_debugfs_process_reg_op (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_debugfs.c46 * amdgpu_debugfs_process_reg_op - Handle MMIO register reads/writes
72 static int amdgpu_debugfs_process_reg_op(bool read, struct file *f, function
195 return amdgpu_debugfs_process_reg_op(true, f, buf, size, pos);
204 return amdgpu_debugfs_process_reg_op(false, f, (char __user *)buf, size, pos);

Completed in 127 milliseconds