Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu7_hwmgr.c451 uint32_t mc_cg_config; in smu7_copy_and_switch_arb_sets() local
483 mc_cg_config = cgs_read_register(hwmgr->device, mmMC_CG_CONFIG); in smu7_copy_and_switch_arb_sets()
484 mc_cg_config |= 0x0000000F; in smu7_copy_and_switch_arb_sets()
485 cgs_write_register(hwmgr->device, mmMC_CG_CONFIG, mc_cg_config); in smu7_copy_and_switch_arb_sets()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dni_dpm.c1510 u32 mc_cg_config; in ni_copy_and_switch_arb_sets() local
1562 mc_cg_config = RREG32(MC_CG_CONFIG) | 0x0000000F; in ni_copy_and_switch_arb_sets()
1563 WREG32(MC_CG_CONFIG, mc_cg_config); in ni_copy_and_switch_arb_sets()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dci_dpm.c209 u32 mc_cg_config; in ci_copy_and_switch_arb_sets() local
245 mc_cg_config = RREG32(mmMC_CG_CONFIG) | 0x0000000F; in ci_copy_and_switch_arb_sets()
246 WREG32(mmMC_CG_CONFIG, mc_cg_config); in ci_copy_and_switch_arb_sets()
Dsi_dpm.c3085 u32 mc_cg_config; in ni_copy_and_switch_arb_sets() local
3137 mc_cg_config = RREG32(MC_CG_CONFIG) | 0x0000000F; in ni_copy_and_switch_arb_sets()
3138 WREG32(MC_CG_CONFIG, mc_cg_config); in ni_copy_and_switch_arb_sets()