Home
last modified time | relevance | path

Searched refs:drm_framebuffer_remove (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_framebuffer.h224 void drm_framebuffer_remove(struct drm_framebuffer *fb);
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_framebuffer.c411 drm_framebuffer_remove(fb); in drm_mode_rmfb_work_fn()
1104 void drm_framebuffer_remove(struct drm_framebuffer *fb) in drm_framebuffer_remove() function
1141 EXPORT_SYMBOL(drm_framebuffer_remove);
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_fbdev.c415 drm_framebuffer_remove(&ifbdev->fb->base); in intel_fbdev_destroy()