Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c3122 static void intel_cpufreq_trace(struct cpudata *cpu, unsigned int trace_type, int old_pstate) in intel_cpufreq_trace() argument
3135 old_pstate, in intel_cpufreq_trace()
3183 int old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_update_pstate() local
3192 } else if (target_pstate != old_pstate) { in intel_cpufreq_update_pstate()
3199 INTEL_PSTATE_TRACE_TARGET, old_pstate); in intel_cpufreq_update_pstate()
3247 int old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_adjust_perf() local
3282 intel_cpufreq_trace(cpu, INTEL_PSTATE_TRACE_FAST_SWITCH, old_pstate); in intel_cpufreq_adjust_perf()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c681 struct dpu_plane_state *old_pstate; in dpu_plane_cleanup_fb() local
686 old_pstate = to_dpu_plane_state(old_state); in dpu_plane_cleanup_fb()
690 msm_framebuffer_cleanup(old_state->fb, old_pstate->needs_dirtyfb); in dpu_plane_cleanup_fb()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c1073 struct drm_plane_state *old_pstate = NULL; in vop2_plane_atomic_disable() local
1080 old_pstate = drm_atomic_get_old_plane_state(state, plane); in vop2_plane_atomic_disable()
1081 if (old_pstate && !old_pstate->crtc) in vop2_plane_atomic_disable()