Searched refs:old_pstate (Results 1 – 3 of 3) sorted by relevance
3122 static void intel_cpufreq_trace(struct cpudata *cpu, unsigned int trace_type, int old_pstate) in intel_cpufreq_trace() argument3135 old_pstate, in intel_cpufreq_trace()3183 int old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_update_pstate() local3192 } 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() local3282 intel_cpufreq_trace(cpu, INTEL_PSTATE_TRACE_FAST_SWITCH, old_pstate); in intel_cpufreq_adjust_perf()
681 struct dpu_plane_state *old_pstate; in dpu_plane_cleanup_fb() local686 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()
1073 struct drm_plane_state *old_pstate = NULL; in vop2_plane_atomic_disable() local1080 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()