Home
last modified time | relevance | path

Searched refs:old_pstate (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_simple_kms_helper.c195 struct drm_plane_state *old_pstate) in drm_simple_kms_plane_atomic_update()
203 pipe->funcs->update(pipe, old_pstate); in drm_simple_kms_plane_atomic_update()
194 drm_simple_kms_plane_atomic_update(struct drm_plane *plane, struct drm_plane_state *old_pstate) drm_simple_kms_plane_atomic_update() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/mxsfb/
H A Dmxsfb_kms.c458 struct drm_plane_state *old_pstate) in mxsfb_plane_primary_atomic_update()
469 struct drm_plane_state *old_pstate) in mxsfb_plane_overlay_atomic_update()
496 if (!old_pstate->fb) in mxsfb_plane_overlay_atomic_update()
457 mxsfb_plane_primary_atomic_update(struct drm_plane *plane, struct drm_plane_state *old_pstate) mxsfb_plane_primary_atomic_update() argument
468 mxsfb_plane_overlay_atomic_update(struct drm_plane *plane, struct drm_plane_state *old_pstate) mxsfb_plane_overlay_atomic_update() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_simple_kms_helper.c247 struct drm_plane_state *old_pstate = drm_atomic_get_old_plane_state(state, in drm_simple_kms_plane_atomic_update() local
255 pipe->funcs->update(pipe, old_pstate); in drm_simple_kms_plane_atomic_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/mxsfb/
H 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()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c2838 static void intel_cpufreq_trace(struct cpudata *cpu, unsigned int trace_type, int old_pstate) in intel_cpufreq_trace() argument
2851 old_pstate, in intel_cpufreq_trace()
2899 int old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_update_pstate() local
2908 } else if (target_pstate != old_pstate) { in intel_cpufreq_update_pstate()
2915 INTEL_PSTATE_TRACE_TARGET, old_pstate); in intel_cpufreq_update_pstate()
2967 int old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_adjust_perf() local
3002 intel_cpufreq_trace(cpu, INTEL_PSTATE_TRACE_FAST_SWITCH, old_pstate); in intel_cpufreq_adjust_perf()
/kernel/linux/linux-5.10/drivers/gpu/drm/tve200/
H A Dtve200_display.c258 struct drm_plane_state *old_pstate) in tve200_display_update()
257 tve200_display_update(struct drm_simple_display_pipe *pipe, struct drm_plane_state *old_pstate) tve200_display_update() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/tve200/
H A Dtve200_display.c258 struct drm_plane_state *old_pstate) in tve200_display_update()
257 tve200_display_update(struct drm_simple_display_pipe *pipe, struct drm_plane_state *old_pstate) tve200_display_update() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c692 struct dpu_plane_state *old_pstate; in dpu_plane_cleanup_fb() local
697 old_pstate = to_dpu_plane_state(old_state); in dpu_plane_cleanup_fb()
701 msm_framebuffer_cleanup(old_state->fb, old_pstate->aspace, in dpu_plane_cleanup_fb()
702 old_pstate->needs_dirtyfb); in dpu_plane_cleanup_fb()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c2506 static void intel_cpufreq_trace(struct cpudata *cpu, unsigned int trace_type, int old_pstate) in intel_cpufreq_trace() argument
2519 old_pstate, in intel_cpufreq_trace()
2568 int old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_update_pstate() local
2575 } else if (target_pstate != old_pstate) { in intel_cpufreq_update_pstate()
2581 INTEL_PSTATE_TRACE_TARGET, old_pstate); in intel_cpufreq_update_pstate()
/kernel/linux/linux-5.10/drivers/gpu/drm/pl111/
H A Dpl111_display.c389 struct drm_plane_state *old_pstate) in pl111_display_update()
388 pl111_display_update(struct drm_simple_display_pipe *pipe, struct drm_plane_state *old_pstate) pl111_display_update() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/pl111/
H A Dpl111_display.c390 struct drm_plane_state *old_pstate) in pl111_display_update()
389 pl111_display_update(struct drm_simple_display_pipe *pipe, struct drm_plane_state *old_pstate) pl111_display_update() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c1009 struct drm_plane_state *old_pstate = NULL; in vop2_plane_atomic_disable() local
1016 old_pstate = drm_atomic_get_old_plane_state(state, plane); in vop2_plane_atomic_disable()
1017 if (old_pstate && !old_pstate->crtc) in vop2_plane_atomic_disable()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c904 struct dpu_plane_state *old_pstate; in dpu_plane_cleanup_fb() local
909 old_pstate = to_dpu_plane_state(old_state); in dpu_plane_cleanup_fb()
913 msm_framebuffer_cleanup(old_state->fb, old_pstate->aspace); in dpu_plane_cleanup_fb()
/kernel/linux/linux-5.10/drivers/gpu/drm/mcde/
H A Dmcde_display.c1139 struct drm_plane_state *old_pstate) in mcde_display_update()
1138 mcde_display_update(struct drm_simple_display_pipe *pipe, struct drm_plane_state *old_pstate) mcde_display_update() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/mcde/
H A Dmcde_display.c1384 struct drm_plane_state *old_pstate) in mcde_display_update()
1383 mcde_display_update(struct drm_simple_display_pipe *pipe, struct drm_plane_state *old_pstate) mcde_display_update() argument

Completed in 25 milliseconds