Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_debugfs.c192 unsigned instance_bank, sh_bank, se_bank, me, pipe, queue, vmid; in amdgpu_debugfs_process_reg_op() local
195 instance_bank = sh_bank = se_bank = me = pipe = queue = vmid = 0; in amdgpu_debugfs_process_reg_op()
205 se_bank = (*pos & GENMASK_ULL(33, 24)) >> 24; in amdgpu_debugfs_process_reg_op()
209 if (se_bank == 0x3FF) in amdgpu_debugfs_process_reg_op()
210 se_bank = 0xFFFFFFFF; in amdgpu_debugfs_process_reg_op()
244 (se_bank != 0xFFFFFFFF && se_bank >= adev->gfx.config.max_shader_engines)) { in amdgpu_debugfs_process_reg_op()
251 amdgpu_gfx_select_se_sh(adev, se_bank, in amdgpu_debugfs_process_reg_op()