Searched refs:drm_framebuffer_cleanup (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_fb.c267 drm_framebuffer_cleanup(fb);
311 drm_framebuffer_cleanup(&rfb->base);
H A Dradeon_display.c1068 drm_framebuffer_cleanup(fb);
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_fb.c59 drm_framebuffer_cleanup(drm_fb);
335 drm_framebuffer_cleanup(&fb->drm_fb);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_fb.c178 drm_framebuffer_cleanup(&ifb->base);
H A Dintel_display.c8592 drm_framebuffer_cleanup(fb);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.h944 extern void drm_framebuffer_cleanup(struct drm_framebuffer *fb);
H A Ddrm_crtc.c334 * drm_framebuffer_cleanup - remove a framebuffer object
343 void drm_framebuffer_cleanup(struct drm_framebuffer *fb) function
357 EXPORT_SYMBOL(drm_framebuffer_cleanup); variable

Completed in 106 milliseconds