Home
last modified time | relevance | path

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

/linux/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()
/linux/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()
/linux/drivers/gpu/drm/tve200/
H A Dtve200_display.c258 struct drm_plane_state *old_pstate) in tve200_display_update() argument
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c683 struct dpu_plane_state *old_pstate; in dpu_plane_cleanup_fb() local
688 old_pstate = to_dpu_plane_state(old_state); in dpu_plane_cleanup_fb()
692 msm_framebuffer_cleanup(old_state->fb, old_pstate->aspace, in dpu_plane_cleanup_fb()
693 old_pstate->needs_dirtyfb); in dpu_plane_cleanup_fb()
/linux/drivers/gpu/drm/pl111/
H A Dpl111_display.c390 struct drm_plane_state *old_pstate) in pl111_display_update() argument
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c1251 struct drm_plane_state *old_pstate = NULL; in vop2_plane_atomic_disable() local
1258 old_pstate = drm_atomic_get_old_plane_state(state, plane); in vop2_plane_atomic_disable()
1259 if (old_pstate && !old_pstate->crtc) in vop2_plane_atomic_disable()
/linux/drivers/gpu/drm/mcde/
H A Dmcde_display.c1384 struct drm_plane_state *old_pstate) in mcde_display_update() argument