Searched refs:old_pstate (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_simple_kms_helper.c | 195 struct drm_plane_state *old_pstate) in drm_simple_kms_plane_atomic_update() argument 203 pipe->funcs->update(pipe, old_pstate); in drm_simple_kms_plane_atomic_update()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mxsfb/ |
| H A D | mxsfb_kms.c | 458 struct drm_plane_state *old_pstate) in mxsfb_plane_primary_atomic_update() argument 469 struct drm_plane_state *old_pstate) in mxsfb_plane_overlay_atomic_update() argument 496 if (!old_pstate->fb) in mxsfb_plane_overlay_atomic_update()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tve200/ |
| H A D | tve200_display.c | 258 struct drm_plane_state *old_pstate) in tve200_display_update() argument
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | intel_pstate.c | 2518 static void intel_cpufreq_trace(struct cpudata *cpu, unsigned int trace_type, int old_pstate) in intel_cpufreq_trace() argument 2531 old_pstate, in intel_cpufreq_trace() 2580 int old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_update_pstate() local 2587 } else if (target_pstate != old_pstate) { in intel_cpufreq_update_pstate() 2593 INTEL_PSTATE_TRACE_TARGET, old_pstate); in intel_cpufreq_update_pstate()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_plane.c | 904 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/pl111/ |
| H A D | pl111_display.c | 389 struct drm_plane_state *old_pstate) in pl111_display_update() argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mcde/ |
| H A D | mcde_display.c | 1139 struct drm_plane_state *old_pstate) in mcde_display_update() argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop2.c | 9985 struct drm_plane_state *old_pstate; in vop2_crtc_atomic_flush() local 10075 for_each_old_plane_in_state(old_state, plane, old_pstate, i) { in vop2_crtc_atomic_flush() 10076 if (!old_pstate->fb) in vop2_crtc_atomic_flush() 10079 if (old_pstate->fb == plane->state->fb) in vop2_crtc_atomic_flush() 10082 drm_framebuffer_get(old_pstate->fb); in vop2_crtc_atomic_flush() 10084 drm_flip_work_queue(&vp->fb_unref_work, old_pstate->fb); in vop2_crtc_atomic_flush()
|