Home
last modified time | relevance | path

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

/drivers/gpu/drm/
A Ddrm_simple_kms_helper.c248 struct drm_plane_state *old_pstate = drm_atomic_get_old_plane_state(state, in drm_simple_kms_plane_atomic_update() local
256 pipe->funcs->update(pipe, old_pstate); in drm_simple_kms_plane_atomic_update()
/drivers/gpu/drm/mxsfb/
A Dmxsfb_kms.c554 struct drm_plane_state *old_pstate = drm_atomic_get_old_plane_state(state, in mxsfb_plane_overlay_atomic_update() local
582 if (!old_pstate->fb) in mxsfb_plane_overlay_atomic_update()
/drivers/cpufreq/
A Dintel_pstate.c3187 static void intel_cpufreq_trace(struct cpudata *cpu, unsigned int trace_type, int old_pstate) in intel_cpufreq_trace() argument
3200 old_pstate, in intel_cpufreq_trace()
3248 int old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_update_pstate() local
3257 } else if (target_pstate != old_pstate) { in intel_cpufreq_update_pstate()
3264 INTEL_PSTATE_TRACE_TARGET, old_pstate); in intel_cpufreq_update_pstate()
3312 int old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_adjust_perf() local
3347 intel_cpufreq_trace(cpu, INTEL_PSTATE_TRACE_FAST_SWITCH, old_pstate); in intel_cpufreq_adjust_perf()
/drivers/gpu/drm/tve200/
A Dtve200_display.c258 struct drm_plane_state *old_pstate) in tve200_display_update() argument
/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_plane.c677 struct dpu_plane_state *old_pstate; in dpu_plane_cleanup_fb() local
682 old_pstate = to_dpu_plane_state(old_state); in dpu_plane_cleanup_fb()
686 msm_framebuffer_cleanup(old_state->fb, old_pstate->needs_dirtyfb); in dpu_plane_cleanup_fb()
/drivers/gpu/drm/pl111/
A Dpl111_display.c390 struct drm_plane_state *old_pstate) in pl111_display_update() argument
/drivers/gpu/drm/rockchip/
A Drockchip_drm_vop2.c1067 struct drm_plane_state *old_pstate = NULL; in vop2_plane_atomic_disable() local
1074 old_pstate = drm_atomic_get_old_plane_state(state, plane); in vop2_plane_atomic_disable()
1075 if (old_pstate && !old_pstate->crtc) in vop2_plane_atomic_disable()
/drivers/gpu/drm/mcde/
A Dmcde_display.c1384 struct drm_plane_state *old_pstate) in mcde_display_update() argument

Completed in 33 milliseconds