Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
HDsmu7_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()
/dragonfly/sys/dev/drm/radeon/
HDni_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()
/dragonfly/sys/dev/drm/amd/amdgpu/
HDsi_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()