Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h31 #define CG_ARB_REQ(x) ((x) << 0) macro
H A Dsi_dpm.c3136 WREG32_P(MC_ARB_CG, CG_ARB_REQ(arb_freq_dest), ~CG_ARB_REQ_MASK); in ni_copy_and_switch_arb_sets()
/linux/drivers/gpu/drm/radeon/
H A Dnid.h745 #define CG_ARB_REQ(x) ((x) << 0) macro
H A Dni_dpm.c1564 WREG32_P(MC_ARB_CG, CG_ARB_REQ(arb_freq_dest), ~CG_ARB_REQ_MASK); in ni_copy_and_switch_arb_sets()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c554 PHM_WRITE_FIELD(hwmgr->device, MC_ARB_CG, CG_ARB_REQ, arb_dest); in smu7_copy_and_switch_arb_sets()