Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_debugfs.c106 unsigned instance_bank, sh_bank, se_bank, me, pipe, queue; in amdgpu_debugfs_process_reg_op() local
109 instance_bank = sh_bank = se_bank = me = pipe = queue = 0; in amdgpu_debugfs_process_reg_op()
119 se_bank = (*pos & GENMASK_ULL(33, 24)) >> 24; in amdgpu_debugfs_process_reg_op()
123 if (se_bank == 0x3FF) in amdgpu_debugfs_process_reg_op()
124 se_bank = 0xFFFFFFFF; in amdgpu_debugfs_process_reg_op()
145 (se_bank != 0xFFFFFFFF && se_bank >= adev->gfx.config.max_shader_engines)) in amdgpu_debugfs_process_reg_op()
148 amdgpu_gfx_select_se_sh(adev, se_bank, in amdgpu_debugfs_process_reg_op()