Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
H A Ddrm_plane.c410 plane->old_fb = plane->fb; in drm_plane_force_disable()
414 plane->old_fb = NULL; in drm_plane_force_disable()
419 plane->old_fb = NULL; in drm_plane_force_disable()
582 plane->old_fb = plane->fb; in __setplane_internal()
588 plane->old_fb = NULL; in __setplane_internal()
625 plane->old_fb = plane->fb; in __setplane_internal()
634 plane->old_fb = NULL; in __setplane_internal()
638 if (plane->old_fb) in __setplane_internal()
640 plane->old_fb = NULL; in __setplane_internal()
1063 if (crtc->primary->old_fb) in drm_mode_page_flip_ioctl()
[all …]
H A Ddrm_crtc_helper.c272 struct drm_framebuffer *old_fb) in drm_crtc_helper_set_mode() argument
375 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb); in drm_crtc_helper_set_mode()
1006 struct drm_framebuffer *old_fb) in drm_helper_crtc_mode_set() argument
1041 ret = drm_helper_crtc_mode_set_base(crtc, x, y, old_fb); in drm_helper_crtc_mode_set()
1070 struct drm_framebuffer *old_fb) in drm_helper_crtc_mode_set_base() argument
1098 return drm_plane_helper_commit(plane, plane_state, old_fb); in drm_helper_crtc_mode_set_base()
H A Ddrm_plane_helper.c433 struct drm_framebuffer *old_fb) in drm_plane_helper_commit() argument
457 if (plane_funcs->prepare_fb && plane_state->fb != old_fb) { in drm_plane_helper_commit()
491 if (plane->state->fb == old_fb) in drm_plane_helper_commit()
H A Ddrm_crtc.c495 tmp->primary->old_fb = tmp->primary->fb; in __drm_mode_set_config_internal()
508 if (tmp->primary->old_fb) in __drm_mode_set_config_internal()
509 drm_framebuffer_put(tmp->primary->old_fb); in __drm_mode_set_config_internal()
510 tmp->primary->old_fb = NULL; in __drm_mode_set_config_internal()
H A Ddrm_atomic.c1977 if (plane->old_fb) in drm_atomic_clean_old_fb()
1978 drm_framebuffer_put(plane->old_fb); in drm_atomic_clean_old_fb()
1980 plane->old_fb = NULL; in drm_atomic_clean_old_fb()
2323 plane->old_fb = plane->fb; in drm_mode_atomic_ioctl()
H A Ddrm_framebuffer.c830 plane->old_fb = plane->fb; in atomic_remove_fb()
H A Ddrm_fb_helper.c382 plane->old_fb = plane->fb; in restore_fbdev_mode_atomic()
H A Ddrm_atomic_helper.c2865 plane->old_fb = plane->fb; in drm_atomic_helper_disable_all()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_crtc_helper.h52 struct drm_framebuffer *old_fb);
62 struct drm_framebuffer *old_fb);
64 struct drm_framebuffer *old_fb);
H A Ddrm_modeset_helper_vtables.h206 struct drm_framebuffer *old_fb);
249 struct drm_framebuffer *old_fb);
H A Ddrm_plane_helper.h82 struct drm_framebuffer *old_fb);
H A Ddrm_plane.h518 struct drm_framebuffer *old_fb; member
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_crtc.c358 struct drm_framebuffer *old_fb) in radeon_crtc_set_base() argument
360 return radeon_crtc_do_set_base(crtc, old_fb, x, y, 0); in radeon_crtc_set_base()
1041 int x, int y, struct drm_framebuffer *old_fb) in radeon_crtc_mode_set() argument
1046 radeon_crtc_set_base(crtc, x, y, old_fb); in radeon_crtc_mode_set()
H A Dradeon_mode.h853 struct drm_framebuffer *old_fb);
862 struct drm_framebuffer *old_fb);
866 struct drm_framebuffer *old_fb);
H A Datombios_crtc.c1660 struct drm_framebuffer *old_fb) in atombios_crtc_set_base() argument
1666 return dce4_crtc_do_set_base(crtc, old_fb, x, y, 0); in atombios_crtc_set_base()
1668 return avivo_crtc_do_set_base(crtc, old_fb, x, y, 0); in atombios_crtc_set_base()
1670 return radeon_crtc_do_set_base(crtc, old_fb, x, y, 0); in atombios_crtc_set_base()
2040 int x, int y, struct drm_framebuffer *old_fb) in atombios_crtc_mode_set() argument
2071 atombios_crtc_set_base(crtc, x, y, old_fb); in atombios_crtc_mode_set()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Ddce_virtual.c192 int x, int y, struct drm_framebuffer *old_fb) in dce_virtual_crtc_mode_set() argument
211 struct drm_framebuffer *old_fb) in dce_virtual_crtc_set_base() argument
H A Ddce_v10_0.c2575 int x, int y, struct drm_framebuffer *old_fb) in dce_v10_0_crtc_mode_set() argument
2584 dce_v10_0_crtc_do_set_base(crtc, old_fb, x, y, 0); in dce_v10_0_crtc_mode_set()
2630 struct drm_framebuffer *old_fb) in dce_v10_0_crtc_set_base() argument
2632 return dce_v10_0_crtc_do_set_base(crtc, old_fb, x, y, 0); in dce_v10_0_crtc_set_base()
H A Ddce_v11_0.c2664 int x, int y, struct drm_framebuffer *old_fb) in dce_v11_0_crtc_mode_set() argument
2692 dce_v11_0_crtc_do_set_base(crtc, old_fb, x, y, 0); in dce_v11_0_crtc_mode_set()
2738 struct drm_framebuffer *old_fb) in dce_v11_0_crtc_set_base() argument
2740 return dce_v11_0_crtc_do_set_base(crtc, old_fb, x, y, 0); in dce_v11_0_crtc_set_base()
/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c13035 struct drm_framebuffer *old_fb; in intel_legacy_cursor_update() local
13116 old_fb = old_plane_state->fb; in intel_legacy_cursor_update()
13118 i915_gem_track_fb(intel_fb_obj(old_fb), intel_fb_obj(fb), in intel_legacy_cursor_update()