Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_debugfs.c79 unsigned int instance_bank, sh_bank, se_bank, me, pipe, queue, vmid; in amdgpu_debugfs_process_reg_op() local
82 instance_bank = sh_bank = se_bank = me = pipe = queue = vmid = 0; in amdgpu_debugfs_process_reg_op()
93 sh_bank = (*pos & GENMASK_ULL(43, 34)) >> 34; in amdgpu_debugfs_process_reg_op()
98 if (sh_bank == 0x3FF) in amdgpu_debugfs_process_reg_op()
99 sh_bank = 0xFFFFFFFF; in amdgpu_debugfs_process_reg_op()
130 if ((sh_bank != 0xFFFFFFFF && sh_bank >= adev->gfx.config.max_sh_per_se) || in amdgpu_debugfs_process_reg_op()
139 sh_bank, instance_bank, 0); in amdgpu_debugfs_process_reg_op()