Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dni_dpm.h234 int ni_copy_and_switch_arb_sets(struct radeon_device *rdev,
H A Dni_dpm.c1504 int ni_copy_and_switch_arb_sets(struct radeon_device *rdev, in ni_copy_and_switch_arb_sets() function
1590 return ni_copy_and_switch_arb_sets(rdev, MC_CG_ARB_FREQ_F0, MC_CG_ARB_FREQ_F1); in ni_initial_switch_from_arb_f0_to_f1()
1610 return ni_copy_and_switch_arb_sets(rdev, tmp, MC_CG_ARB_FREQ_F0); in ni_force_switch_to_arb_f0()
H A Dci_dpm.c170 extern int ni_copy_and_switch_arb_sets(struct radeon_device *rdev,
2508 return ni_copy_and_switch_arb_sets(rdev, MC_CG_ARB_FREQ_F0, MC_CG_ARB_FREQ_F1); in ci_initial_switch_from_arb_f0_to_f1()
2526 return ni_copy_and_switch_arb_sets(rdev, tmp, MC_CG_ARB_FREQ_F0); in ci_force_switch_to_arb_f0()
H A Dsi_dpm.c4244 return ni_copy_and_switch_arb_sets(rdev, MC_CG_ARB_FREQ_F0, MC_CG_ARB_FREQ_F1); in si_initial_switch_from_arb_f0_to_f1()
4269 return ni_copy_and_switch_arb_sets(rdev, tmp, MC_CG_ARB_FREQ_F0); in si_force_switch_to_arb_f0()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsi_dpm.c3079 static int ni_copy_and_switch_arb_sets(struct amdgpu_device *adev, in ni_copy_and_switch_arb_sets() function
4709 return ni_copy_and_switch_arb_sets(adev, MC_CG_ARB_FREQ_F0, MC_CG_ARB_FREQ_F1); in si_initial_switch_from_arb_f0_to_f1()
4734 return ni_copy_and_switch_arb_sets(adev, tmp, MC_CG_ARB_FREQ_F0); in si_force_switch_to_arb_f0()