Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_debugfs.c109 unsigned instance_bank, sh_bank, se_bank, me, pipe, queue, vmid; in amdgpu_debugfs_process_reg_op() local
112 instance_bank = sh_bank = se_bank = me = pipe = queue = vmid = 0; in amdgpu_debugfs_process_reg_op()
123 sh_bank = (*pos & GENMASK_ULL(43, 34)) >> 34; in amdgpu_debugfs_process_reg_op()
128 if (sh_bank == 0x3FF) in amdgpu_debugfs_process_reg_op()
129 sh_bank = 0xFFFFFFFF; in amdgpu_debugfs_process_reg_op()
148 if ((sh_bank != 0xFFFFFFFF && sh_bank >= adev->gfx.config.max_sh_per_se) || in amdgpu_debugfs_process_reg_op()
153 sh_bank, instance_bank); in amdgpu_debugfs_process_reg_op()