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/
Ddrm_framebuffer.h212 void drm_framebuffer_remove(struct drm_framebuffer *fb);
/openbsd/src/sys/dev/pci/drm/
Ddrm_framebuffer.c393 drm_framebuffer_remove(fb); in drm_mode_rmfb_work_fn()
1120 void drm_framebuffer_remove(struct drm_framebuffer *fb) in drm_framebuffer_remove() function
1157 EXPORT_SYMBOL(drm_framebuffer_remove);
/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_fbdev.c152 drm_framebuffer_remove(&ifbdev->fb->base); in intel_fbdev_fb_destroy()