pcurrent          237 drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c 	struct pp_power_state *pcurrent;
pcurrent          246 drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c 	pcurrent = hwmgr->current_ps;
pcurrent          248 drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c 	phm_apply_state_adjust_rules(hwmgr, requested, pcurrent);
pcurrent          249 drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c 	if (pcurrent == NULL || (0 != phm_check_states_equal(hwmgr,
pcurrent          250 drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c 			&pcurrent->hardware, &requested->hardware, &equal)))
pcurrent          254 drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c 		phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware);