old_fb           2594 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 				  int x, int y, struct drm_framebuffer *old_fb)
old_fb           2603 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	dce_v10_0_crtc_do_set_base(crtc, old_fb, x, y, 0);
old_fb           2649 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 				  struct drm_framebuffer *old_fb)
old_fb           2651 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	return dce_v10_0_crtc_do_set_base(crtc, old_fb, x, y, 0);
old_fb           2683 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 				  int x, int y, struct drm_framebuffer *old_fb)
old_fb           2711 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	dce_v11_0_crtc_do_set_base(crtc, old_fb, x, y, 0);
old_fb           2757 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 				  struct drm_framebuffer *old_fb)
old_fb           2759 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	return dce_v11_0_crtc_do_set_base(crtc, old_fb, x, y, 0);
old_fb           2481 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 				  int x, int y, struct drm_framebuffer *old_fb)
old_fb           2490 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	dce_v6_0_crtc_do_set_base(crtc, old_fb, x, y, 0);
old_fb           2537 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 				  struct drm_framebuffer *old_fb)
old_fb           2539 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	return dce_v6_0_crtc_do_set_base(crtc, old_fb, x, y, 0);
old_fb           2502 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 				  int x, int y, struct drm_framebuffer *old_fb)
old_fb           2511 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	dce_v8_0_crtc_do_set_base(crtc, old_fb, x, y, 0);
old_fb           2557 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 				  struct drm_framebuffer *old_fb)
old_fb           2559 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	return dce_v8_0_crtc_do_set_base(crtc, old_fb, x, y, 0);
old_fb            181 drivers/gpu/drm/amd/amdgpu/dce_virtual.c 				  int x, int y, struct drm_framebuffer *old_fb)
old_fb            200 drivers/gpu/drm/amd/amdgpu/dce_virtual.c 				  struct drm_framebuffer *old_fb)
old_fb            563 drivers/gpu/drm/ast/ast_mode.c 			     struct drm_framebuffer *old_fb)
old_fb            565 drivers/gpu/drm/ast/ast_mode.c 	return ast_crtc_do_set_base(crtc, old_fb, x, y, 0);
old_fb            572 drivers/gpu/drm/ast/ast_mode.c 			     struct drm_framebuffer *old_fb)
old_fb            598 drivers/gpu/drm/ast/ast_mode.c 	ast_crtc_mode_set_base(crtc, x, y, old_fb);
old_fb            473 drivers/gpu/drm/drm_atomic.c 	WARN_ON(plane->old_fb);
old_fb           1724 drivers/gpu/drm/drm_atomic_helper.c 		struct drm_framebuffer *old_fb = plane->state->fb;
old_fb           1744 drivers/gpu/drm/drm_atomic_helper.c 		WARN_ON_ONCE(plane_state->fb != old_fb);
old_fb            436 drivers/gpu/drm/drm_crtc.c 		plane->old_fb = plane->fb;
old_fb            454 drivers/gpu/drm/drm_crtc.c 		if (plane->old_fb)
old_fb            455 drivers/gpu/drm/drm_crtc.c 			drm_framebuffer_put(plane->old_fb);
old_fb            456 drivers/gpu/drm/drm_crtc.c 		plane->old_fb = NULL;
old_fb            572 drivers/gpu/drm/drm_crtc.c 			struct drm_framebuffer *old_fb;
old_fb            575 drivers/gpu/drm/drm_crtc.c 				old_fb = plane->state->fb;
old_fb            577 drivers/gpu/drm/drm_crtc.c 				old_fb = plane->fb;
old_fb            579 drivers/gpu/drm/drm_crtc.c 			if (!old_fb) {
old_fb            585 drivers/gpu/drm/drm_crtc.c 			fb = old_fb;
old_fb            274 drivers/gpu/drm/drm_crtc_helper.c 			      struct drm_framebuffer *old_fb)
old_fb            368 drivers/gpu/drm/drm_crtc_helper.c 	ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb);
old_fb            430 drivers/gpu/drm/drm_plane.c 	plane->old_fb = plane->fb;
old_fb            434 drivers/gpu/drm/drm_plane.c 		plane->old_fb = NULL;
old_fb            438 drivers/gpu/drm/drm_plane.c 	drm_framebuffer_put(plane->old_fb);
old_fb            439 drivers/gpu/drm/drm_plane.c 	plane->old_fb = NULL;
old_fb            689 drivers/gpu/drm/drm_plane.c 		plane->old_fb = plane->fb;
old_fb            695 drivers/gpu/drm/drm_plane.c 			plane->old_fb = NULL;
old_fb            706 drivers/gpu/drm/drm_plane.c 	plane->old_fb = plane->fb;
old_fb            715 drivers/gpu/drm/drm_plane.c 		plane->old_fb = NULL;
old_fb            719 drivers/gpu/drm/drm_plane.c 	if (plane->old_fb)
old_fb            720 drivers/gpu/drm/drm_plane.c 		drm_framebuffer_put(plane->old_fb);
old_fb            721 drivers/gpu/drm/drm_plane.c 	plane->old_fb = NULL;
old_fb           1040 drivers/gpu/drm/drm_plane.c 	struct drm_framebuffer *fb = NULL, *old_fb;
old_fb           1122 drivers/gpu/drm/drm_plane.c 		old_fb = plane->state->fb;
old_fb           1124 drivers/gpu/drm/drm_plane.c 		old_fb = plane->fb;
old_fb           1126 drivers/gpu/drm/drm_plane.c 	if (old_fb == NULL) {
old_fb           1156 drivers/gpu/drm/drm_plane.c 	if (old_fb->format != fb->format) {
old_fb           1182 drivers/gpu/drm/drm_plane.c 	plane->old_fb = plane->fb;
old_fb           1195 drivers/gpu/drm/drm_plane.c 		plane->old_fb = NULL;
old_fb           1206 drivers/gpu/drm/drm_plane.c 	if (plane->old_fb)
old_fb           1207 drivers/gpu/drm/drm_plane.c 		drm_framebuffer_put(plane->old_fb);
old_fb           1208 drivers/gpu/drm/drm_plane.c 	plane->old_fb = NULL;
old_fb            572 drivers/gpu/drm/gma500/cdv_intel_display.c 			       struct drm_framebuffer *old_fb)
old_fb            818 drivers/gpu/drm/gma500/cdv_intel_display.c 		crtc_funcs->mode_set_base(crtc, x, y, old_fb);
old_fb             51 drivers/gpu/drm/gma500/gma_display.c 		      struct drm_framebuffer *old_fb)
old_fb            127 drivers/gpu/drm/gma500/gma_display.c 	if (old_fb)
old_fb            128 drivers/gpu/drm/gma500/gma_display.c 		psb_gtt_unpin(to_gtt_range(old_fb->obj[0]));
old_fb             59 drivers/gpu/drm/gma500/gma_display.h 			     struct drm_framebuffer *old_fb);
old_fb            155 drivers/gpu/drm/gma500/mdfld_intel_display.c 				struct drm_framebuffer *old_fb)
old_fb            660 drivers/gpu/drm/gma500/mdfld_intel_display.c 			      struct drm_framebuffer *old_fb)
old_fb            689 drivers/gpu/drm/gma500/mdfld_intel_display.c 			x, y, old_fb);
old_fb            841 drivers/gpu/drm/gma500/mdfld_intel_display.c 		crtc_funcs->mode_set_base(crtc, x, y, old_fb);
old_fb            244 drivers/gpu/drm/gma500/oaktrail.h 						struct drm_framebuffer *old_fb);
old_fb            360 drivers/gpu/drm/gma500/oaktrail_crtc.c 			      struct drm_framebuffer *old_fb)
old_fb            382 drivers/gpu/drm/gma500/oaktrail_crtc.c 		return oaktrail_crtc_hdmi_mode_set(crtc, mode, adjusted_mode, x, y, old_fb);
old_fb            480 drivers/gpu/drm/gma500/oaktrail_crtc.c 		crtc_funcs->mode_set_base(crtc, x, y, old_fb);
old_fb            589 drivers/gpu/drm/gma500/oaktrail_crtc.c 			    int x, int y, struct drm_framebuffer *old_fb)
old_fb            265 drivers/gpu/drm/gma500/oaktrail_hdmi.c 			    struct drm_framebuffer *old_fb)
old_fb            353 drivers/gpu/drm/gma500/oaktrail_hdmi.c 		crtc_funcs->mode_set_base(crtc, x, y, old_fb);
old_fb             95 drivers/gpu/drm/gma500/psb_intel_display.c 			       struct drm_framebuffer *old_fb)
old_fb            114 drivers/gpu/drm/gma500/psb_intel_display.c 		crtc_funcs->mode_set_base(crtc, x, y, old_fb);
old_fb            289 drivers/gpu/drm/gma500/psb_intel_display.c 	crtc_funcs->mode_set_base(crtc, x, y, old_fb);
old_fb            353 drivers/gpu/drm/imx/ipuv3-plane.c 	struct drm_framebuffer *old_fb = old_state->fb;
old_fb            404 drivers/gpu/drm/imx/ipuv3-plane.c 	if (old_fb &&
old_fb            407 drivers/gpu/drm/imx/ipuv3-plane.c 	     fb->format != old_fb->format))
old_fb            418 drivers/gpu/drm/imx/ipuv3-plane.c 	if (old_fb && fb->pitches[0] != old_fb->pitches[0])
old_fb            441 drivers/gpu/drm/imx/ipuv3-plane.c 		if (old_fb && (fb->format == old_fb->format)) {
old_fb            458 drivers/gpu/drm/imx/ipuv3-plane.c 		if (old_fb && (fb->format == old_fb->format)) {
old_fb            467 drivers/gpu/drm/imx/ipuv3-plane.c 		if (old_fb && old_fb->pitches[1] != fb->pitches[1])
old_fb            491 drivers/gpu/drm/imx/ipuv3-plane.c 		if (old_fb && old_fb->pitches[1] != fb->pitches[1])
old_fb            155 drivers/gpu/drm/mcde/mcde_display.c 	struct drm_framebuffer *old_fb = pipe->plane.state->fb;
old_fb            180 drivers/gpu/drm/mcde/mcde_display.c 		if (old_fb && old_fb->format != fb->format)
old_fb            893 drivers/gpu/drm/mgag200/mgag200_mode.c 				  struct drm_framebuffer *old_fb)
old_fb            895 drivers/gpu/drm/mgag200/mgag200_mode.c 	return mga_crtc_do_set_base(crtc, old_fb, x, y, 0);
old_fb            901 drivers/gpu/drm/mgag200/mgag200_mode.c 				int x, int y, struct drm_framebuffer *old_fb)
old_fb           1140 drivers/gpu/drm/mgag200/mgag200_mode.c 	mga_crtc_do_set_base(crtc, old_fb, x, y, 0);
old_fb            497 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 	struct drm_framebuffer *old_fb = plane->state->fb;
old_fb            522 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 	new_state->fb = old_fb;
old_fb             49 drivers/gpu/drm/nouveau/dispnv04/crtc.c 			struct drm_framebuffer *old_fb);
old_fb            605 drivers/gpu/drm/nouveau/dispnv04/crtc.c nv_crtc_swap_fbs(struct drm_crtc *crtc, struct drm_framebuffer *old_fb)
old_fb            633 drivers/gpu/drm/nouveau/dispnv04/crtc.c 		 int x, int y, struct drm_framebuffer *old_fb)
old_fb            643 drivers/gpu/drm/nouveau/dispnv04/crtc.c 	ret = nv_crtc_swap_fbs(crtc, old_fb);
old_fb            898 drivers/gpu/drm/nouveau/dispnv04/crtc.c 			struct drm_framebuffer *old_fb)
old_fb            900 drivers/gpu/drm/nouveau/dispnv04/crtc.c 	int ret = nv_crtc_swap_fbs(crtc, old_fb);
old_fb            903 drivers/gpu/drm/nouveau/dispnv04/crtc.c 	return nv04_crtc_do_mode_set_base(crtc, old_fb, x, y, false);
old_fb             90 drivers/gpu/drm/pl111/pl111_display.c 	struct drm_framebuffer *old_fb = pipe->plane.state->fb;
old_fb            112 drivers/gpu/drm/pl111/pl111_display.c 		if (old_fb && old_fb->format != fb->format)
old_fb           1676 drivers/gpu/drm/radeon/atombios_crtc.c 			   struct drm_framebuffer *old_fb)
old_fb           1682 drivers/gpu/drm/radeon/atombios_crtc.c 		return dce4_crtc_do_set_base(crtc, old_fb, x, y, 0);
old_fb           1684 drivers/gpu/drm/radeon/atombios_crtc.c 		return avivo_crtc_do_set_base(crtc, old_fb, x, y, 0);
old_fb           1686 drivers/gpu/drm/radeon/atombios_crtc.c 		return radeon_crtc_do_set_base(crtc, old_fb, x, y, 0);
old_fb           2056 drivers/gpu/drm/radeon/atombios_crtc.c 			   int x, int y, struct drm_framebuffer *old_fb)
old_fb           2087 drivers/gpu/drm/radeon/atombios_crtc.c 	atombios_crtc_set_base(crtc, x, y, old_fb);
old_fb            361 drivers/gpu/drm/radeon/radeon_legacy_crtc.c 			 struct drm_framebuffer *old_fb)
old_fb            363 drivers/gpu/drm/radeon/radeon_legacy_crtc.c 	return radeon_crtc_do_set_base(crtc, old_fb, x, y, 0);
old_fb           1038 drivers/gpu/drm/radeon/radeon_legacy_crtc.c 				 int x, int y, struct drm_framebuffer *old_fb)
old_fb           1043 drivers/gpu/drm/radeon/radeon_legacy_crtc.c 	radeon_crtc_set_base(crtc, x, y, old_fb);
old_fb            847 drivers/gpu/drm/radeon/radeon_mode.h 				   struct drm_framebuffer *old_fb);
old_fb            856 drivers/gpu/drm/radeon/radeon_mode.h 				   struct drm_framebuffer *old_fb);
old_fb            860 drivers/gpu/drm/radeon/radeon_mode.h 				 struct drm_framebuffer *old_fb);
old_fb            952 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 	struct drm_framebuffer *old_fb = plane->state->fb;
old_fb            978 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 		if (old_fb && plane->state->fb != old_fb) {
old_fb            979 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 			drm_framebuffer_get(old_fb);
old_fb            981 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 			drm_flip_work_queue(&vop->fb_unref_work, old_fb);
old_fb            347 drivers/gpu/drm/shmobile/shmob_drm_crtc.c 				   struct drm_framebuffer *old_fb)
old_fb            374 drivers/gpu/drm/shmobile/shmob_drm_crtc.c 					struct drm_framebuffer *old_fb)
old_fb            433 drivers/gpu/drm/tiny/gm12u320.c 	struct drm_framebuffer *old_fb = NULL;
old_fb            439 drivers/gpu/drm/tiny/gm12u320.c 		old_fb = gm12u320->fb_update.fb;
old_fb            458 drivers/gpu/drm/tiny/gm12u320.c 	if (old_fb)
old_fb            459 drivers/gpu/drm/tiny/gm12u320.c 		drm_framebuffer_put(old_fb);
old_fb             75 drivers/gpu/drm/tve200/tve200_display.c 	struct drm_framebuffer *old_fb = pipe->plane.state->fb;
old_fb            113 drivers/gpu/drm/tve200/tve200_display.c 		if (old_fb && old_fb->format != fb->format)
old_fb            290 drivers/gpu/drm/udl/udl_modeset.c 		    struct drm_framebuffer *old_fb)
old_fb            300 drivers/gpu/drm/udl/udl_modeset.c 			       struct drm_framebuffer *old_fb)
old_fb            335 drivers/gpu/drm/udl/udl_modeset.c 	if (old_fb) {
old_fb            336 drivers/gpu/drm/udl/udl_modeset.c 		struct udl_framebuffer *uold_fb = to_udl_fb(old_fb);
old_fb            368 drivers/gpu/drm/udl/udl_modeset.c 	struct drm_framebuffer *old_fb = crtc->primary->fb;
old_fb            369 drivers/gpu/drm/udl/udl_modeset.c 	if (old_fb) {
old_fb            370 drivers/gpu/drm/udl/udl_modeset.c 		struct udl_framebuffer *uold_fb = to_udl_fb(old_fb);
old_fb            834 drivers/gpu/drm/vc4/vc4_crtc.c 	struct drm_framebuffer *old_fb;
old_fb            871 drivers/gpu/drm/vc4/vc4_crtc.c 	if (flip_state->old_fb) {
old_fb            875 drivers/gpu/drm/vc4/vc4_crtc.c 		cma_bo = drm_fb_cma_get_gem_obj(flip_state->old_fb, 0);
old_fb            878 drivers/gpu/drm/vc4/vc4_crtc.c 		drm_framebuffer_put(flip_state->old_fb);
old_fb            944 drivers/gpu/drm/vc4/vc4_crtc.c 	flip_state->old_fb = plane->state->fb;
old_fb            945 drivers/gpu/drm/vc4/vc4_crtc.c 	if (flip_state->old_fb)
old_fb            946 drivers/gpu/drm/vc4/vc4_crtc.c 		drm_framebuffer_get(flip_state->old_fb);
old_fb           1295 drivers/video/fbdev/smscufx.c 	unsigned char *old_fb = info->screen_base;
old_fb           1311 drivers/video/fbdev/smscufx.c 			memcpy(new_fb, old_fb, old_len);
old_fb           1221 drivers/video/fbdev/udlfb.c 	const void *old_fb = (const void __force *)info->screen_base;
old_fb           1239 drivers/video/fbdev/udlfb.c 			memcpy(new_fb, old_fb, old_len);
old_fb             52 include/drm/drm_crtc_helper.h 			      struct drm_framebuffer *old_fb);
old_fb            208 include/drm/drm_modeset_helper_vtables.h 			struct drm_framebuffer *old_fb);
old_fb            251 include/drm/drm_modeset_helper_vtables.h 			     struct drm_framebuffer *old_fb);
old_fb            630 include/drm/drm_plane.h 	struct drm_framebuffer *old_fb;