Searched refs:old_fb (Results 1 - 44 of 44) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/bochs/
H A Dbochs_kms.c41 struct drm_framebuffer *old_fb) bochs_crtc_mode_set_base()
50 if (old_fb) { bochs_crtc_mode_set_base()
51 bochs_fb = to_bochs_framebuffer(old_fb); bochs_crtc_mode_set_base()
55 DRM_ERROR("failed to reserve old_fb bo\n"); bochs_crtc_mode_set_base()
85 int x, int y, struct drm_framebuffer *old_fb) bochs_crtc_mode_set()
91 bochs_crtc_mode_set_base(crtc, x, y, old_fb); bochs_crtc_mode_set()
115 struct drm_framebuffer *old_fb = crtc->primary->fb; bochs_crtc_page_flip() local
119 bochs_crtc_mode_set_base(crtc, 0, 0, old_fb); bochs_crtc_page_flip()
40 bochs_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) bochs_crtc_mode_set_base() argument
82 bochs_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) bochs_crtc_mode_set() argument
/linux-4.4.14/drivers/gpu/drm/udl/
H A Dudl_modeset.c300 struct drm_framebuffer *old_fb)
310 struct drm_framebuffer *old_fb) udl_crtc_mode_set()
343 if (old_fb) { udl_crtc_mode_set()
344 struct udl_framebuffer *uold_fb = to_udl_fb(old_fb); udl_crtc_mode_set()
376 struct drm_framebuffer *old_fb = crtc->primary->fb; udl_crtc_page_flip() local
377 if (old_fb) { udl_crtc_page_flip()
378 struct udl_framebuffer *uold_fb = to_udl_fb(old_fb); udl_crtc_page_flip()
306 udl_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) udl_crtc_mode_set() argument
/linux-4.4.14/drivers/gpu/drm/armada/
H A Darmada_overlay.c34 struct drm_framebuffer *old_fb; member in struct:armada_ovl_plane
76 struct drm_framebuffer *old_fb; armada_ovl_retire_fb() local
78 old_fb = xchg(&dplane->old_fb, fb); armada_ovl_retire_fb()
80 if (old_fb) armada_ovl_retire_fb()
81 armada_drm_queue_unref_work(dplane->base.base.dev, old_fb); armada_ovl_retire_fb()
279 fb = xchg(&dplane->old_fb, NULL); armada_ovl_plane_disable()
H A Darmada_crtc.c26 struct drm_framebuffer *old_fb; member in struct:armada_frame_work
268 __armada_drm_queue_unref_work(dcrtc->crtc.dev, fwork->old_fb); armada_drm_crtc_complete_frame_work()
291 work->old_fb = fb; armada_drm_crtc_finish_fb()
535 int x, int y, struct drm_framebuffer *old_fb) armada_drm_crtc_mode_set()
668 armada_drm_crtc_finish_fb(dcrtc, old_fb, dpms_blanked(dcrtc->dpms)); armada_drm_crtc_mode_set()
675 struct drm_framebuffer *old_fb) armada_drm_crtc_mode_set_base()
696 armada_drm_crtc_finish_fb(dcrtc, old_fb, dpms_blanked(dcrtc->dpms)); armada_drm_crtc_mode_set_base()
1012 work->old_fb = dcrtc->crtc.primary->fb; armada_drm_crtc_page_flip()
533 armada_drm_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adj, int x, int y, struct drm_framebuffer *old_fb) armada_drm_crtc_mode_set() argument
674 armada_drm_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) armada_drm_crtc_mode_set_base() argument
/linux-4.4.14/include/drm/
H A Ddrm_crtc_helper.h91 struct drm_framebuffer *old_fb);
97 struct drm_framebuffer *old_fb);
191 struct drm_framebuffer *old_fb);
224 struct drm_framebuffer *old_fb);
226 struct drm_framebuffer *old_fb);
H A Ddrm_plane_helper.h112 struct drm_framebuffer *old_fb);
H A Ddrm_crtc.h838 * @old_fb: Temporary tracking of the old fb while a modeset is ongoing. Used by
861 struct drm_framebuffer *old_fb; member in struct:drm_plane
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_layer.c441 struct drm_framebuffer *old_fb; atmel_hlcdc_layer_update_set_fb() local
457 old_fb = slot->fb_flip->fb; atmel_hlcdc_layer_update_set_fb()
473 if (old_fb) atmel_hlcdc_layer_update_set_fb()
474 drm_framebuffer_unreference(old_fb); atmel_hlcdc_layer_update_set_fb()
/linux-4.4.14/drivers/gpu/drm/cirrus/
H A Dcirrus_mode.c180 struct drm_framebuffer *old_fb) cirrus_crtc_mode_set_base()
182 return cirrus_crtc_do_set_base(crtc, old_fb, x, y, 0); cirrus_crtc_mode_set_base()
196 int x, int y, struct drm_framebuffer *old_fb) cirrus_crtc_mode_set()
311 cirrus_crtc_do_set_base(crtc, old_fb, x, y, 0); cirrus_crtc_mode_set()
179 cirrus_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) cirrus_crtc_mode_set_base() argument
193 cirrus_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) cirrus_crtc_mode_set() argument
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_crtc_helper.c251 * @old_fb: old framebuffer, for cleanup
268 struct drm_framebuffer *old_fb) drm_crtc_helper_set_mode()
358 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb);
913 * @old_fb: previous framebuffer
925 struct drm_framebuffer *old_fb) drm_helper_crtc_mode_set()
960 ret = drm_helper_crtc_mode_set_base(crtc, x, y, old_fb); drm_helper_crtc_mode_set()
979 * @old_fb: previous framebuffer
989 struct drm_framebuffer *old_fb) drm_helper_crtc_mode_set_base()
1015 return drm_plane_helper_commit(plane, plane_state, old_fb); drm_helper_crtc_mode_set_base()
265 drm_crtc_helper_set_mode(struct drm_crtc *crtc, struct drm_display_mode *mode, int x, int y, struct drm_framebuffer *old_fb) drm_crtc_helper_set_mode() argument
923 drm_helper_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) drm_helper_crtc_mode_set() argument
988 drm_helper_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) drm_helper_crtc_mode_set_base() argument
H A Ddrm_atomic.c1436 * drm_atomic_update_old_fb -- Unset old_fb pointers and set plane->fb pointers.
1442 * Before doing an update plane->old_fb is set to plane->fb,
1443 * but before dropping the locks old_fb needs to be set to NULL
1466 if (plane->old_fb) drm_for_each_plane_mask()
1467 drm_framebuffer_unreference(plane->old_fb); drm_for_each_plane_mask()
1469 plane->old_fb = NULL; drm_for_each_plane_mask()
1588 plane->old_fb = plane->fb; drm_mode_atomic_ioctl()
H A Ddrm_plane_helper.c403 struct drm_framebuffer *old_fb) drm_plane_helper_commit()
428 plane_state->fb != old_fb) { drm_plane_helper_commit()
462 if (plane->state->fb == old_fb) drm_plane_helper_commit()
401 drm_plane_helper_commit(struct drm_plane *plane, struct drm_plane_state *plane_state, struct drm_framebuffer *old_fb) drm_plane_helper_commit() argument
H A Ddrm_crtc.c1341 plane->old_fb = plane->fb; drm_plane_force_disable()
1345 plane->old_fb = NULL; drm_plane_force_disable()
1349 drm_framebuffer_unreference(plane->old_fb); drm_plane_force_disable()
1350 plane->old_fb = NULL; drm_plane_force_disable()
2365 plane->old_fb = plane->fb; __setplane_internal()
2371 plane->old_fb = NULL; __setplane_internal()
2406 plane->old_fb = plane->fb; __setplane_internal()
2415 plane->old_fb = NULL; __setplane_internal()
2421 if (plane->old_fb) __setplane_internal()
2422 drm_framebuffer_unreference(plane->old_fb); __setplane_internal()
2423 plane->old_fb = NULL; __setplane_internal()
2533 tmp->primary->old_fb = tmp->primary->fb; drm_mode_set_config_internal()
2546 if (tmp->primary->old_fb) drm_mode_set_config_internal()
2547 drm_framebuffer_unreference(tmp->primary->old_fb); drm_mode_set_config_internal()
2548 tmp->primary->old_fb = NULL; drm_mode_set_config_internal()
5310 crtc->primary->old_fb = crtc->primary->fb; drm_mode_page_flip_ioctl()
5320 crtc->primary->old_fb = NULL; drm_mode_page_flip_ioctl()
5330 if (crtc->primary->old_fb) drm_mode_page_flip_ioctl()
5331 drm_framebuffer_unreference(crtc->primary->old_fb); drm_mode_page_flip_ioctl()
5332 crtc->primary->old_fb = NULL; drm_mode_page_flip_ioctl()
H A Ddrm_atomic_helper.c1520 plane->old_fb = plane->fb; drm_atomic_helper_update_plane()
1593 plane->old_fb = plane->fb; drm_atomic_helper_disable_plane()
1739 crtc->primary->old_fb = crtc->primary->fb; drm_atomic_helper_set_config()
2076 plane->old_fb = plane->fb; drm_atomic_helper_page_flip()
H A Ddrm_fb_helper.c365 plane->old_fb = plane->fb; drm_for_each_plane()
1255 plane->old_fb = plane->fb; pan_display_atomic()
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dgma_display.h68 struct drm_framebuffer *old_fb);
H A Doaktrail_crtc.c368 struct drm_framebuffer *old_fb) oaktrail_crtc_mode_set()
390 return oaktrail_crtc_hdmi_mode_set(crtc, mode, adjusted_mode, x, y, old_fb); oaktrail_crtc_mode_set()
488 crtc_funcs->mode_set_base(crtc, x, y, old_fb); oaktrail_crtc_mode_set()
597 int x, int y, struct drm_framebuffer *old_fb) oaktrail_pipe_set_base()
364 oaktrail_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) oaktrail_crtc_mode_set() argument
596 oaktrail_pipe_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) oaktrail_pipe_set_base() argument
H A Dpsb_intel_display.c106 struct drm_framebuffer *old_fb) psb_intel_crtc_mode_set()
125 crtc_funcs->mode_set_base(crtc, x, y, old_fb); psb_intel_crtc_mode_set()
300 crtc_funcs->mode_set_base(crtc, x, y, old_fb); psb_intel_crtc_mode_set()
102 psb_intel_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) psb_intel_crtc_mode_set() argument
H A Dgma_display.c57 struct drm_framebuffer *old_fb) gma_pipe_set_base()
130 if (old_fb) gma_pipe_set_base()
131 psb_gtt_unpin(to_psb_fb(old_fb)->gtt); gma_pipe_set_base()
56 gma_pipe_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) gma_pipe_set_base() argument
H A Dmdfld_intel_display.c164 struct drm_framebuffer *old_fb) mdfld__intel_pipe_set_base()
669 struct drm_framebuffer *old_fb) mdfld_crtc_mode_set()
698 x, y, old_fb); mdfld_crtc_mode_set()
854 crtc_funcs->mode_set_base(crtc, x, y, old_fb); mdfld_crtc_mode_set()
163 mdfld__intel_pipe_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) mdfld__intel_pipe_set_base() argument
665 mdfld_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) mdfld_crtc_mode_set() argument
H A Doaktrail.h254 struct drm_framebuffer *old_fb);
H A Doaktrail_hdmi.c263 struct drm_framebuffer *old_fb) oaktrail_crtc_hdmi_mode_set()
351 crtc_funcs->mode_set_base(crtc, x, y, old_fb); oaktrail_crtc_hdmi_mode_set()
259 oaktrail_crtc_hdmi_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) oaktrail_crtc_hdmi_mode_set() argument
H A Dcdv_intel_display.c582 struct drm_framebuffer *old_fb) cdv_intel_crtc_mode_set()
828 crtc_funcs->mode_set_base(crtc, x, y, old_fb); cdv_intel_crtc_mode_set()
578 cdv_intel_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) cdv_intel_crtc_mode_set() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c48 struct drm_framebuffer *old_fb);
610 nv_crtc_swap_fbs(struct drm_crtc *crtc, struct drm_framebuffer *old_fb) nv_crtc_swap_fbs() argument
638 int x, int y, struct drm_framebuffer *old_fb) nv_crtc_mode_set()
648 ret = nv_crtc_swap_fbs(crtc, old_fb); nv_crtc_mode_set()
902 struct drm_framebuffer *old_fb) nv04_crtc_mode_set_base()
904 int ret = nv_crtc_swap_fbs(crtc, old_fb); nv04_crtc_mode_set_base()
907 return nv04_crtc_do_mode_set_base(crtc, old_fb, x, y, false); nv04_crtc_mode_set_base()
636 nv_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) nv_crtc_mode_set() argument
901 nv04_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) nv04_crtc_mode_set_base() argument
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_legacy_crtc.c355 struct drm_framebuffer *old_fb) radeon_crtc_set_base()
357 return radeon_crtc_do_set_base(crtc, old_fb, x, y, 0); radeon_crtc_set_base()
1038 int x, int y, struct drm_framebuffer *old_fb) radeon_crtc_mode_set()
1043 radeon_crtc_set_base(crtc, x, y, old_fb); radeon_crtc_mode_set()
354 radeon_crtc_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) radeon_crtc_set_base() argument
1035 radeon_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) radeon_crtc_mode_set() argument
H A Datombios_crtc.c1653 struct drm_framebuffer *old_fb) atombios_crtc_set_base()
1659 return dce4_crtc_do_set_base(crtc, old_fb, x, y, 0); atombios_crtc_set_base()
1661 return avivo_crtc_do_set_base(crtc, old_fb, x, y, 0); atombios_crtc_set_base()
1663 return radeon_crtc_do_set_base(crtc, old_fb, x, y, 0); atombios_crtc_set_base()
2033 int x, int y, struct drm_framebuffer *old_fb) atombios_crtc_mode_set()
2064 atombios_crtc_set_base(crtc, x, y, old_fb); atombios_crtc_mode_set()
1652 atombios_crtc_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) atombios_crtc_set_base() argument
2030 atombios_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) atombios_crtc_mode_set() argument
H A Dradeon_mode.h850 struct drm_framebuffer *old_fb);
859 struct drm_framebuffer *old_fb);
863 struct drm_framebuffer *old_fb);
/linux-4.4.14/drivers/gpu/drm/ast/
H A Dast_mode.c561 struct drm_framebuffer *old_fb) ast_crtc_mode_set_base()
563 return ast_crtc_do_set_base(crtc, old_fb, x, y, 0); ast_crtc_mode_set_base()
570 struct drm_framebuffer *old_fb) ast_crtc_mode_set()
596 ast_crtc_mode_set_base(crtc, x, y, old_fb); ast_crtc_mode_set()
560 ast_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) ast_crtc_mode_set_base() argument
566 ast_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) ast_crtc_mode_set() argument
/linux-4.4.14/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c875 struct drm_framebuffer *old_fb) mga_crtc_mode_set_base()
877 return mga_crtc_do_set_base(crtc, old_fb, x, y, 0); mga_crtc_mode_set_base()
883 int x, int y, struct drm_framebuffer *old_fb) mga_crtc_mode_set()
1119 mga_crtc_do_set_base(crtc, old_fb, x, y, 0); mga_crtc_mode_set()
874 mga_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) mga_crtc_mode_set_base() argument
880 mga_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) mga_crtc_mode_set() argument
/linux-4.4.14/drivers/gpu/drm/shmobile/
H A Dshmob_drm_crtc.c378 struct drm_framebuffer *old_fb) shmob_drm_crtc_mode_set()
425 struct drm_framebuffer *old_fb) shmob_drm_crtc_mode_set_base()
374 shmob_drm_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) shmob_drm_crtc_mode_set() argument
424 shmob_drm_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) shmob_drm_crtc_mode_set_base() argument
/linux-4.4.14/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c259 struct drm_framebuffer *old_fb) tilcdc_crtc_mode_set()
432 struct drm_framebuffer *old_fb) tilcdc_crtc_mode_set_base()
255 tilcdc_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) tilcdc_crtc_mode_set() argument
431 tilcdc_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) tilcdc_crtc_mode_set_base() argument
/linux-4.4.14/drivers/gpu/drm/imx/
H A Dipuv3-crtc.c141 struct drm_framebuffer *old_fb) ipu_crtc_mode_set()
137 ipu_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *orig_mode, struct drm_display_mode *mode, int x, int y, struct drm_framebuffer *old_fb) ipu_crtc_mode_set() argument
/linux-4.4.14/drivers/gpu/drm/qxl/
H A Dqxl_display.c607 struct drm_framebuffer *old_fb) qxl_crtc_mode_set()
622 if (old_fb) { qxl_crtc_mode_set()
623 qfb = to_qxl_framebuffer(old_fb); qxl_crtc_mode_set()
603 qxl_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) qxl_crtc_mode_set() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnv50_display.c1114 nv50_crtc_swap_fbs(struct drm_crtc *crtc, struct drm_framebuffer *old_fb) nv50_crtc_swap_fbs() argument
1133 struct drm_framebuffer *old_fb) nv50_crtc_mode_set()
1170 ret = nv50_crtc_swap_fbs(crtc, old_fb); nv50_crtc_mode_set()
1229 struct drm_framebuffer *old_fb) nv50_crtc_mode_set_base()
1240 ret = nv50_crtc_swap_fbs(crtc, old_fb); nv50_crtc_mode_set_base()
1131 nv50_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *umode, struct drm_display_mode *mode, int x, int y, struct drm_framebuffer *old_fb) nv50_crtc_mode_set() argument
1228 nv50_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) nv50_crtc_mode_set_base() argument
/linux-4.4.14/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c1147 struct drm_framebuffer *old_fb) vop_crtc_mode_set_base()
1265 struct drm_framebuffer *old_fb = crtc->primary->fb; vop_crtc_page_flip() local
1278 crtc->primary->fb = old_fb; vop_crtc_page_flip()
1146 vop_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) vop_crtc_mode_set_base() argument
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c470 struct drm_framebuffer *old_fb = crtc->primary->fb; vmw_sou_crtc_page_flip() local
529 crtc->primary->fb = old_fb; vmw_sou_crtc_page_flip()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v10_0.c2800 int x, int y, struct drm_framebuffer *old_fb) dce_v10_0_crtc_mode_set()
2809 dce_v10_0_crtc_do_set_base(crtc, old_fb, x, y, 0); dce_v10_0_crtc_mode_set()
2855 struct drm_framebuffer *old_fb) dce_v10_0_crtc_set_base()
2857 return dce_v10_0_crtc_do_set_base(crtc, old_fb, x, y, 0); dce_v10_0_crtc_set_base()
2797 dce_v10_0_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) dce_v10_0_crtc_mode_set() argument
2854 dce_v10_0_crtc_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) dce_v10_0_crtc_set_base() argument
H A Ddce_v11_0.c2789 int x, int y, struct drm_framebuffer *old_fb) dce_v11_0_crtc_mode_set()
2798 dce_v11_0_crtc_do_set_base(crtc, old_fb, x, y, 0); dce_v11_0_crtc_mode_set()
2844 struct drm_framebuffer *old_fb) dce_v11_0_crtc_set_base()
2846 return dce_v11_0_crtc_do_set_base(crtc, old_fb, x, y, 0); dce_v11_0_crtc_set_base()
2786 dce_v11_0_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) dce_v11_0_crtc_mode_set() argument
2843 dce_v11_0_crtc_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) dce_v11_0_crtc_set_base() argument
H A Ddce_v8_0.c2719 int x, int y, struct drm_framebuffer *old_fb) dce_v8_0_crtc_mode_set()
2728 dce_v8_0_crtc_do_set_base(crtc, old_fb, x, y, 0); dce_v8_0_crtc_mode_set()
2774 struct drm_framebuffer *old_fb) dce_v8_0_crtc_set_base()
2776 return dce_v8_0_crtc_do_set_base(crtc, old_fb, x, y, 0); dce_v8_0_crtc_set_base()
2716 dce_v8_0_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) dce_v8_0_crtc_mode_set() argument
2773 dce_v8_0_crtc_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) dce_v8_0_crtc_set_base() argument
/linux-4.4.14/drivers/video/fbdev/
H A Dsmscufx.c1300 unsigned char *old_fb = info->screen_base; ufx_realloc_framebuffer() local
1318 memcpy(new_fb, old_fb, old_len); ufx_realloc_framebuffer()
H A Dudlfb.c1165 unsigned char *old_fb = info->screen_base; dlfb_realloc_framebuffer() local
1184 memcpy(new_fb, old_fb, old_len); dlfb_realloc_framebuffer()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_display.c3310 intel_finish_fb(struct drm_framebuffer *old_fb) intel_finish_fb() argument
3312 struct drm_i915_gem_object *obj = intel_fb_obj(old_fb); intel_finish_fb()
10777 intel_unpin_fb_obj(work->old_fb, primary->state); intel_unpin_work_fn()
10785 drm_framebuffer_unreference(work->old_fb); intel_unpin_work_fn()
11405 struct drm_framebuffer *old_fb = crtc->primary->fb; intel_crtc_page_flip() local
11421 if (WARN_ON(intel_fb_obj(old_fb) == NULL)) intel_crtc_page_flip()
11446 work->old_fb = old_fb; intel_crtc_page_flip()
11478 drm_framebuffer_reference(work->old_fb); intel_crtc_page_flip()
11498 if (obj->tiling_mode != intel_fb_obj(work->old_fb)->tiling_mode) intel_crtc_page_flip()
11557 i915_gem_track_fb(intel_fb_obj(work->old_fb), obj, intel_crtc_page_flip()
11577 crtc->primary->fb = old_fb; intel_crtc_page_flip()
11581 drm_framebuffer_unreference(work->old_fb); intel_crtc_page_flip()
H A Dintel_drv.h870 struct drm_framebuffer *old_fb; member in struct:intel_unpin_work
/linux-4.4.14/drivers/gpu/drm/tegra/
H A Ddc.c489 const struct drm_plane_state *old_fb) tegra_plane_cleanup_fb()
488 tegra_plane_cleanup_fb(struct drm_plane *plane, const struct drm_plane_state *old_fb) tegra_plane_cleanup_fb() argument

Completed in 1365 milliseconds