/drivers/gpu/drm/bochs/ |
D | bochs_kms.c | 44 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/ |
D | sti_drm_crtc.c | 77 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/ |
D | exynos_drm_crtc.c | 123 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/ |
D | armada_overlay.c | 34 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()
|
D | armada_crtc.c | 24 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/ |
D | omap_crtc.c | 66 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/ |
D | udl_modeset.c | 299 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/ |
D | mdp5_crtc.c | 101 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/ |
D | cirrus_mode.c | 179 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/ |
D | oaktrail_crtc.c | 368 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
|
D | psb_intel_display.c | 105 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()
|
D | mdfld_intel_display.c | 164 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()
|
D | gma_display.h | 68 struct drm_framebuffer *old_fb);
|
D | oaktrail.h | 254 struct drm_framebuffer *old_fb);
|
D | gma_display.c | 57 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/ |
D | crtc.c | 47 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/ |
D | mdp4_crtc.c | 119 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/ |
D | drm_crtc.c | 1281 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/ |
D | radeon_legacy_crtc.c | 355 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()
|
D | radeon_mode.h | 784 struct drm_framebuffer *old_fb); 793 struct drm_framebuffer *old_fb); 797 struct drm_framebuffer *old_fb);
|
D | atombios_crtc.c | 1647 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/ |
D | ast_mode.c | 558 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/ |
D | mgag200_mode.c | 774 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/ |
D | rcar_du_crtc.c | 354 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/ |
D | tilcdc_crtc.c | 232 struct drm_framebuffer *old_fb) in tilcdc_crtc_mode_set() argument 405 struct drm_framebuffer *old_fb) in tilcdc_crtc_mode_set_base() argument
|