Lines Matching refs:v1_data
323 struct amdgpu_debugfs_regs2_iocdata v1_data; in amdgpu_debugfs_regs2_ioctl() local
336 r = copy_from_user(&v1_data, (struct amdgpu_debugfs_regs2_iocdata *)data, in amdgpu_debugfs_regs2_ioctl()
337 sizeof(v1_data)); in amdgpu_debugfs_regs2_ioctl()
349 rd->id.use_srbm = v1_data.use_srbm; in amdgpu_debugfs_regs2_ioctl()
350 rd->id.use_grbm = v1_data.use_grbm; in amdgpu_debugfs_regs2_ioctl()
351 rd->id.pg_lock = v1_data.pg_lock; in amdgpu_debugfs_regs2_ioctl()
352 rd->id.grbm.se = v1_data.grbm.se; in amdgpu_debugfs_regs2_ioctl()
353 rd->id.grbm.sh = v1_data.grbm.sh; in amdgpu_debugfs_regs2_ioctl()
354 rd->id.grbm.instance = v1_data.grbm.instance; in amdgpu_debugfs_regs2_ioctl()
355 rd->id.srbm.me = v1_data.srbm.me; in amdgpu_debugfs_regs2_ioctl()
356 rd->id.srbm.pipe = v1_data.srbm.pipe; in amdgpu_debugfs_regs2_ioctl()
357 rd->id.srbm.queue = v1_data.srbm.queue; in amdgpu_debugfs_regs2_ioctl()