Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_plane.c758 plane->old_fb = plane->fb; in drm_plane_force_disable()
762 plane->old_fb = NULL; in drm_plane_force_disable()
766 drm_framebuffer_put(plane->old_fb); in drm_plane_force_disable()
767 plane->old_fb = NULL; in drm_plane_force_disable()
1034 plane->old_fb = plane->fb; in __setplane_internal()
1040 plane->old_fb = NULL; in __setplane_internal()
1051 plane->old_fb = plane->fb; in __setplane_internal()
1060 plane->old_fb = NULL; in __setplane_internal()
1064 if (plane->old_fb) in __setplane_internal()
1065 drm_framebuffer_put(plane->old_fb); in __setplane_internal()
[all …]
/linux/drivers/gpu/drm/gma500/
H A Dgma_display.c59 struct drm_framebuffer *old_fb) in gma_pipe_set_base() argument
135 if (old_fb) in gma_pipe_set_base()
136 psb_gem_unpin(to_psb_gem_object(old_fb->obj[0])); in gma_pipe_set_base()
519 struct drm_framebuffer *old_fb = crtc->primary->old_fb; in gma_crtc_page_flip() local
540 ret = crtc_funcs->mode_set_base(crtc, crtc->x, crtc->y, old_fb); in gma_crtc_page_flip()
550 ret = crtc_funcs->mode_set_base(crtc, crtc->x, crtc->y, old_fb); in gma_crtc_page_flip()
H A Dpsb_intel_display.c98 struct drm_framebuffer *old_fb) in psb_intel_crtc_mode_set() argument
117 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in psb_intel_crtc_mode_set()
296 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in psb_intel_crtc_mode_set()
H A Dgma_display.h60 struct drm_framebuffer *old_fb);
H A Doaktrail.h244 struct drm_framebuffer *old_fb);
H A Dcdv_intel_display.c576 struct drm_framebuffer *old_fb) in cdv_intel_crtc_mode_set() argument
815 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in cdv_intel_crtc_mode_set()
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c54 struct drm_framebuffer *old_fb);
610 nv_crtc_swap_fbs(struct drm_crtc *crtc, struct drm_framebuffer *old_fb) in nv_crtc_swap_fbs() argument
645 int x, int y, struct drm_framebuffer *old_fb) in nv_crtc_mode_set() argument
655 ret = nv_crtc_swap_fbs(crtc, old_fb); in nv_crtc_mode_set()
911 struct drm_framebuffer *old_fb) in nv04_crtc_mode_set_base() argument
913 int ret = nv_crtc_swap_fbs(crtc, old_fb); in nv04_crtc_mode_set_base()
916 return nv04_crtc_do_mode_set_base(crtc, old_fb, x, y); in nv04_crtc_mode_set_base()
1143 struct drm_framebuffer *old_fb = crtc->primary->fb; in nv04_crtc_page_flip() local
1144 struct nouveau_bo *old_bo = nouveau_gem_object(old_fb->obj[0]); in nv04_crtc_page_flip()
/linux/drivers/gpu/drm/imx/lcdc/
H A Dimx-lcdc.c304 struct drm_framebuffer *old_fb = old_state->fb; in imx_lcdc_pipe_update() local
308 if (old_fb && old_fb->format != fb->format) in imx_lcdc_pipe_update()
/linux/drivers/video/fbdev/
H A Dsmscufx.c1271 unsigned char *old_fb = info->screen_buffer; in ufx_realloc_framebuffer() local
1287 memcpy(new_fb, old_fb, old_len); in ufx_realloc_framebuffer()