| /linux/drivers/gpu/drm/ |
| H A D | drm_plane.c | 758 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 …]
|
| H A D | drm_atomic_helper.c | 2125 struct drm_framebuffer *old_fb = plane->state->fb; in drm_atomic_helper_async_commit() local 2145 WARN_ON_ONCE(plane_state->fb != old_fb); in drm_atomic_helper_async_commit()
|
| H A D | drm_atomic.c | 558 WARN_ON(plane->old_fb); in drm_atomic_get_plane_state()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | gma_display.c | 59 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 D | gma_display.h | 60 struct drm_framebuffer *old_fb);
|
| H A D | oaktrail.h | 244 struct drm_framebuffer *old_fb);
|
| /linux/include/drm/ |
| H A D | drm_crtc_helper.h | 54 struct drm_framebuffer *old_fb);
|
| H A D | drm_plane.h | 715 struct drm_framebuffer *old_fb; member
|
| /linux/drivers/gpu/drm/ast/ |
| H A D | ast_mode.c | 546 struct drm_framebuffer *old_fb = old_plane_state->fb; in ast_primary_plane_helper_atomic_update() local 553 if (!old_fb || (fb->format != old_fb->format) || crtc_state->mode_changed) { in ast_primary_plane_helper_atomic_update() 576 if (!old_fb || old_fb->pitches[0] != fb->pitches[0]) in ast_primary_plane_helper_atomic_update()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_legacy_crtc.c | 361 struct drm_framebuffer *old_fb) in radeon_crtc_set_base() argument 363 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()
|
| H A D | radeon_mode.h | 806 struct drm_framebuffer *old_fb); 815 struct drm_framebuffer *old_fb); 819 struct drm_framebuffer *old_fb);
|
| H A D | atombios_crtc.c | 1664 struct drm_framebuffer *old_fb) in atombios_crtc_set_base() argument 1670 return dce4_crtc_do_set_base(crtc, old_fb, x, y, 0); in atombios_crtc_set_base() 1672 return avivo_crtc_do_set_base(crtc, old_fb, x, y, 0); in atombios_crtc_set_base() 1674 return radeon_crtc_do_set_base(crtc, old_fb, x, y, 0); in atombios_crtc_set_base() 2043 int x, int y, struct drm_framebuffer *old_fb) in atombios_crtc_mode_set() argument 2074 atombios_crtc_set_base(crtc, x, y, old_fb); in atombios_crtc_mode_set()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | dce_v8_0.c | 2531 int x, int y, struct drm_framebuffer *old_fb) in dce_v8_0_crtc_mode_set() argument 2540 dce_v8_0_crtc_do_set_base(crtc, old_fb, x, y, 0); in dce_v8_0_crtc_mode_set() 2586 struct drm_framebuffer *old_fb) in dce_v8_0_crtc_set_base() argument 2588 return dce_v8_0_crtc_do_set_base(crtc, old_fb, x, y, 0); in dce_v8_0_crtc_set_base()
|
| H A D | dce_v10_0.c | 2605 int x, int y, struct drm_framebuffer *old_fb) in dce_v10_0_crtc_mode_set() argument 2614 dce_v10_0_crtc_do_set_base(crtc, old_fb, x, y, 0); in dce_v10_0_crtc_mode_set() 2660 struct drm_framebuffer *old_fb) in dce_v10_0_crtc_set_base() argument 2662 return dce_v10_0_crtc_do_set_base(crtc, old_fb, x, y, 0); in dce_v10_0_crtc_set_base()
|
| H A D | dce_v6_0.c | 2572 int x, int y, struct drm_framebuffer *old_fb) in dce_v6_0_crtc_mode_set() argument 2581 dce_v6_0_crtc_do_set_base(crtc, old_fb, x, y, 0); in dce_v6_0_crtc_mode_set() 2627 struct drm_framebuffer *old_fb) in dce_v6_0_crtc_set_base() argument 2629 return dce_v6_0_crtc_do_set_base(crtc, old_fb, x, y, 0); in dce_v6_0_crtc_set_base()
|
| /linux/drivers/video/fbdev/ |
| H A D | smscufx.c | 1267 unsigned char *old_fb = info->screen_buffer; in ufx_realloc_framebuffer() local 1283 memcpy(new_fb, old_fb, old_len); in ufx_realloc_framebuffer()
|
| H A D | udlfb.c | 1181 const void *old_fb = info->screen_buffer; in dlfb_realloc_framebuffer() local 1199 memcpy(new_fb, old_fb, old_len); in dlfb_realloc_framebuffer()
|