Home
last modified time | relevance | path

Searched refs:old_fb (Results 1 – 25 of 38) sorted by relevance

12

/drivers/gpu/drm/bochs/
Dbochs_kms.c44 struct drm_framebuffer *old_fb) in bochs_crtc_mode_set_base() argument
53 if (old_fb) { in bochs_crtc_mode_set_base()
54 bochs_fb = to_bochs_framebuffer(old_fb); in bochs_crtc_mode_set_base()
88 int x, int y, struct drm_framebuffer *old_fb) in bochs_crtc_mode_set() argument
94 bochs_crtc_mode_set_base(crtc, x, y, old_fb); in bochs_crtc_mode_set()
/drivers/gpu/drm/sti/
Dsti_drm_crtc.c77 struct drm_framebuffer *old_fb) in sti_drm_crtc_mode_set() argument
151 struct drm_framebuffer *old_fb) in sti_drm_crtc_mode_set_base() argument
255 struct drm_framebuffer *old_fb; in sti_drm_crtc_page_flip() local
265 old_fb = crtc->primary->fb; in sti_drm_crtc_page_flip()
267 ret = sti_drm_crtc_mode_set_base(crtc, crtc->x, crtc->y, old_fb); in sti_drm_crtc_page_flip()
270 crtc->primary->fb = old_fb; in sti_drm_crtc_page_flip()
/drivers/gpu/drm/exynos/
Dexynos_drm_crtc.c123 struct drm_framebuffer *old_fb) in exynos_drm_crtc_mode_set() argument
148 struct drm_framebuffer *old_fb) in exynos_drm_crtc_mode_set_commit() argument
176 struct drm_framebuffer *old_fb) in exynos_drm_crtc_mode_set_base() argument
178 return exynos_drm_crtc_mode_set_commit(crtc, x, y, old_fb); in exynos_drm_crtc_mode_set_base()
216 struct drm_framebuffer *old_fb = crtc->primary->fb; in exynos_drm_crtc_page_flip() local
251 crtc->primary->fb = old_fb; in exynos_drm_crtc_page_flip()
/drivers/gpu/drm/armada/
Darmada_overlay.c34 struct drm_framebuffer *old_fb; member
82 fb = dplane->old_fb; in armada_plane_vbl()
83 dplane->old_fb = NULL; in armada_plane_vbl()
173 older_fb = dplane->old_fb; in armada_plane_update()
174 dplane->old_fb = plane->fb; in armada_plane_update()
271 fb = dplane->old_fb; in armada_plane_disable()
272 dplane->old_fb = NULL; in armada_plane_disable()
Darmada_crtc.c24 struct drm_framebuffer *old_fb; member
216 __armada_drm_queue_unref_work(dcrtc->crtc.dev, work->old_fb); in armada_drm_crtc_complete_frame_work()
238 work->old_fb = fb; in armada_drm_crtc_finish_fb()
496 int x, int y, struct drm_framebuffer *old_fb) in armada_drm_crtc_mode_set() argument
623 armada_drm_crtc_finish_fb(dcrtc, old_fb, dpms_blanked(dcrtc->dpms)); in armada_drm_crtc_mode_set()
630 struct drm_framebuffer *old_fb) in armada_drm_crtc_mode_set_base() argument
650 armada_drm_crtc_finish_fb(dcrtc, old_fb, dpms_blanked(dcrtc->dpms)); in armada_drm_crtc_mode_set_base()
943 work->old_fb = dcrtc->crtc.primary->fb; in armada_drm_crtc_page_flip()
/drivers/gpu/drm/omapdrm/
Domap_crtc.c66 struct drm_framebuffer *old_fb; member
242 struct drm_framebuffer *old_fb) in omap_crtc_mode_set() argument
282 struct drm_framebuffer *old_fb) in omap_crtc_mode_set_base() argument
309 omap_crtc->old_fb = NULL; in vblank_cb()
360 if (omap_crtc->old_fb) { in omap_crtc_page_flip_locked()
367 omap_crtc->old_fb = primary->fb = fb; in omap_crtc_page_flip_locked()
647 omap_crtc->event || omap_crtc->old_fb) { in omap_crtc_flush()
/drivers/gpu/drm/udl/
Dudl_modeset.c299 struct drm_framebuffer *old_fb)
309 struct drm_framebuffer *old_fb) in udl_crtc_mode_set() argument
343 if (old_fb) { in udl_crtc_mode_set()
344 struct udl_framebuffer *uold_fb = to_udl_fb(old_fb); in udl_crtc_mode_set()
/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_crtc.c101 struct drm_framebuffer *old_fb = mdp5_crtc->fb; in update_fb() local
108 if (old_fb) in update_fb()
109 drm_flip_work_queue(&mdp5_crtc->unref_fb_work, old_fb); in update_fb()
272 struct drm_framebuffer *old_fb) in mdp5_crtc_mode_set() argument
331 struct drm_framebuffer *old_fb) in mdp5_crtc_mode_set_base() argument
/drivers/gpu/drm/cirrus/
Dcirrus_mode.c179 struct drm_framebuffer *old_fb) in cirrus_crtc_mode_set_base() argument
181 return cirrus_crtc_do_set_base(crtc, old_fb, x, y, 0); in cirrus_crtc_mode_set_base()
195 int x, int y, struct drm_framebuffer *old_fb) in cirrus_crtc_mode_set() argument
310 cirrus_crtc_do_set_base(crtc, old_fb, x, y, 0); in cirrus_crtc_mode_set()
/drivers/gpu/drm/gma500/
Doaktrail_crtc.c368 struct drm_framebuffer *old_fb) in oaktrail_crtc_mode_set() argument
390 return oaktrail_crtc_hdmi_mode_set(crtc, mode, adjusted_mode, x, y, old_fb); in oaktrail_crtc_mode_set()
488 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in oaktrail_crtc_mode_set()
597 int x, int y, struct drm_framebuffer *old_fb) in oaktrail_pipe_set_base() argument
Dpsb_intel_display.c105 struct drm_framebuffer *old_fb) in psb_intel_crtc_mode_set() argument
124 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in psb_intel_crtc_mode_set()
299 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in psb_intel_crtc_mode_set()
Dmdfld_intel_display.c164 struct drm_framebuffer *old_fb) in mdfld__intel_pipe_set_base() argument
669 struct drm_framebuffer *old_fb) in mdfld_crtc_mode_set() argument
698 x, y, old_fb); in mdfld_crtc_mode_set()
854 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in mdfld_crtc_mode_set()
Dgma_display.h68 struct drm_framebuffer *old_fb);
Doaktrail.h254 struct drm_framebuffer *old_fb);
Dgma_display.c57 struct drm_framebuffer *old_fb) in gma_pipe_set_base() argument
130 if (old_fb) in gma_pipe_set_base()
131 psb_gtt_unpin(to_psb_fb(old_fb)->gtt); in gma_pipe_set_base()
/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c47 struct drm_framebuffer *old_fb);
609 nv_crtc_swap_fbs(struct drm_crtc *crtc, struct drm_framebuffer *old_fb) in nv_crtc_swap_fbs() argument
637 int x, int y, struct drm_framebuffer *old_fb) in nv_crtc_mode_set() argument
647 ret = nv_crtc_swap_fbs(crtc, old_fb); in nv_crtc_mode_set()
901 struct drm_framebuffer *old_fb) in nv04_crtc_mode_set_base() argument
903 int ret = nv_crtc_swap_fbs(crtc, old_fb); in nv04_crtc_mode_set_base()
906 return nv04_crtc_do_mode_set_base(crtc, old_fb, x, y, false); in nv04_crtc_mode_set_base()
/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_crtc.c119 struct drm_framebuffer *old_fb = mdp4_crtc->fb; in update_fb() local
126 if (old_fb) in update_fb()
127 drm_flip_work_queue(&mdp4_crtc->unref_fb_work, old_fb); in update_fb()
335 struct drm_framebuffer *old_fb) in mdp4_crtc_mode_set() argument
420 struct drm_framebuffer *old_fb) in mdp4_crtc_mode_set_base() argument
/drivers/gpu/drm/
Ddrm_crtc.c1281 plane->old_fb = plane->fb; in drm_plane_force_disable()
1285 plane->old_fb = NULL; in drm_plane_force_disable()
1289 drm_framebuffer_unreference(plane->old_fb); in drm_plane_force_disable()
1290 plane->old_fb = NULL; in drm_plane_force_disable()
2271 plane->old_fb = plane->fb; in __setplane_internal()
2277 plane->old_fb = NULL; in __setplane_internal()
2318 plane->old_fb = plane->fb; in __setplane_internal()
2327 plane->old_fb = NULL; in __setplane_internal()
2333 if (plane->old_fb) in __setplane_internal()
2334 drm_framebuffer_unreference(plane->old_fb); in __setplane_internal()
[all …]
/drivers/gpu/drm/radeon/
Dradeon_legacy_crtc.c355 struct drm_framebuffer *old_fb) in radeon_crtc_set_base() argument
357 return radeon_crtc_do_set_base(crtc, old_fb, x, y, 0); in radeon_crtc_set_base()
1038 int x, int y, struct drm_framebuffer *old_fb) in radeon_crtc_mode_set() argument
1043 radeon_crtc_set_base(crtc, x, y, old_fb); in radeon_crtc_mode_set()
Dradeon_mode.h784 struct drm_framebuffer *old_fb);
793 struct drm_framebuffer *old_fb);
797 struct drm_framebuffer *old_fb);
Datombios_crtc.c1647 struct drm_framebuffer *old_fb) in atombios_crtc_set_base() argument
1653 return dce4_crtc_do_set_base(crtc, old_fb, x, y, 0); in atombios_crtc_set_base()
1655 return avivo_crtc_do_set_base(crtc, old_fb, x, y, 0); in atombios_crtc_set_base()
1657 return radeon_crtc_do_set_base(crtc, old_fb, x, y, 0); in atombios_crtc_set_base()
2027 int x, int y, struct drm_framebuffer *old_fb) in atombios_crtc_mode_set() argument
2058 atombios_crtc_set_base(crtc, x, y, old_fb); in atombios_crtc_mode_set()
/drivers/gpu/drm/ast/
Dast_mode.c558 struct drm_framebuffer *old_fb) in ast_crtc_mode_set_base() argument
560 return ast_crtc_do_set_base(crtc, old_fb, x, y, 0); in ast_crtc_mode_set_base()
567 struct drm_framebuffer *old_fb) in ast_crtc_mode_set() argument
593 ast_crtc_mode_set_base(crtc, x, y, old_fb); in ast_crtc_mode_set()
/drivers/gpu/drm/mgag200/
Dmgag200_mode.c774 struct drm_framebuffer *old_fb) in mga_crtc_mode_set_base() argument
776 return mga_crtc_do_set_base(crtc, old_fb, x, y, 0); in mga_crtc_mode_set_base()
782 int x, int y, struct drm_framebuffer *old_fb) in mga_crtc_mode_set() argument
1011 mga_crtc_do_set_base(crtc, old_fb, x, y, 0); in mga_crtc_mode_set()
/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.c354 struct drm_framebuffer *old_fb) in rcar_du_crtc_mode_set() argument
408 struct drm_framebuffer *old_fb) in rcar_du_crtc_mode_set_base() argument
/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c232 struct drm_framebuffer *old_fb) in tilcdc_crtc_mode_set() argument
405 struct drm_framebuffer *old_fb) in tilcdc_crtc_mode_set_base() argument

12