Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_hwmgr.c520 uint32_t mc_cg_config; in smu7_copy_and_switch_arb_sets() local
552 mc_cg_config = cgs_read_register(hwmgr->device, mmMC_CG_CONFIG); in smu7_copy_and_switch_arb_sets()
553 mc_cg_config |= 0x0000000F; in smu7_copy_and_switch_arb_sets()
554 cgs_write_register(hwmgr->device, mmMC_CG_CONFIG, mc_cg_config); in smu7_copy_and_switch_arb_sets()
/linux-5.19.10/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-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/
Dsi_dpm.c3082 u32 mc_cg_config; in ni_copy_and_switch_arb_sets() local
3134 mc_cg_config = RREG32(MC_CG_CONFIG) | 0x0000000F; in ni_copy_and_switch_arb_sets()
3135 WREG32(MC_CG_CONFIG, mc_cg_config); in ni_copy_and_switch_arb_sets()