Searched refs:old_pstate (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_simple_kms_helper.c | 247 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()
|
/linux-6.12.1/drivers/gpu/drm/mxsfb/ |
D | mxsfb_kms.c | 554 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()
|
/linux-6.12.1/drivers/cpufreq/ |
D | intel_pstate.c | 3060 static void intel_cpufreq_trace(struct cpudata *cpu, unsigned int trace_type, int old_pstate) in intel_cpufreq_trace() argument 3073 old_pstate, in intel_cpufreq_trace() 3121 int old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_update_pstate() local 3130 } else if (target_pstate != old_pstate) { in intel_cpufreq_update_pstate() 3137 INTEL_PSTATE_TRACE_TARGET, old_pstate); in intel_cpufreq_update_pstate() 3185 int old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_adjust_perf() local 3220 intel_cpufreq_trace(cpu, INTEL_PSTATE_TRACE_FAST_SWITCH, old_pstate); in intel_cpufreq_adjust_perf()
|
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_plane.c | 697 struct dpu_plane_state *old_pstate; in dpu_plane_cleanup_fb() local 702 old_pstate = to_dpu_plane_state(old_state); in dpu_plane_cleanup_fb() 706 msm_framebuffer_cleanup(old_state->fb, old_pstate->aspace, in dpu_plane_cleanup_fb() 707 old_pstate->needs_dirtyfb); in dpu_plane_cleanup_fb()
|
/linux-6.12.1/drivers/gpu/drm/tve200/ |
D | tve200_display.c | 258 struct drm_plane_state *old_pstate) in tve200_display_update() argument
|
/linux-6.12.1/drivers/gpu/drm/pl111/ |
D | pl111_display.c | 390 struct drm_plane_state *old_pstate) in pl111_display_update() argument
|
/linux-6.12.1/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop2.c | 1129 struct drm_plane_state *old_pstate = NULL; in vop2_plane_atomic_disable() local 1136 old_pstate = drm_atomic_get_old_plane_state(state, plane); in vop2_plane_atomic_disable() 1137 if (old_pstate && !old_pstate->crtc) in vop2_plane_atomic_disable()
|
/linux-6.12.1/drivers/gpu/drm/mcde/ |
D | mcde_display.c | 1384 struct drm_plane_state *old_pstate) in mcde_display_update() argument
|