Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Dsoc15_common.h149 …uint32_t grbm_cntl = adev->reg_offset[GC_HWIP][0][prefix##GRBM_GFX_CNTL_BASE_IDX] + prefix##GRBM_G…
151 if (target_reg == grbm_cntl) \
Dgfx_v9_0.c744 static uint32_t grbm_cntl; in gfx_v9_0_rlcg_w() local
753 grbm_cntl = adev->reg_offset[GC_HWIP][0][mmGRBM_GFX_CNTL_BASE_IDX] + mmGRBM_GFX_CNTL; in gfx_v9_0_rlcg_w()
761 if (offset == grbm_cntl || offset == grbm_idx) { in gfx_v9_0_rlcg_w()
762 if (offset == grbm_cntl) in gfx_v9_0_rlcg_w()
Dgfx_v10_0.c1524 static uint32_t grbm_cntl; in gfx_v10_rlcg_rw() local
1549 grbm_cntl = adev->reg_offset[GC_HWIP][0][mmGRBM_GFX_CNTL_BASE_IDX] + mmGRBM_GFX_CNTL; in gfx_v10_rlcg_rw()
1552 if (offset == grbm_cntl || offset == grbm_idx) { in gfx_v10_rlcg_rw()
1553 if (offset == grbm_cntl) in gfx_v10_rlcg_rw()