Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_debugfs.c108 static int amdgpu_debugfs_process_reg_op(bool read, struct file *f, in amdgpu_debugfs_process_reg_op() function
221 return amdgpu_debugfs_process_reg_op(true, f, buf, size, pos); in amdgpu_debugfs_regs_read()
230 return amdgpu_debugfs_process_reg_op(false, f, (char __user *)buf, size, pos); in amdgpu_debugfs_regs_write()