Home
last modified time | relevance | path

Searched refs:drm_framebuffer_cleanup (Results 1 – 13 of 13) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/radeon/
Dradeon_fb.c297 drm_framebuffer_cleanup(fb); in radeonfb_create()
359 drm_framebuffer_cleanup(&rfb->base); in radeon_fbdev_destroy()
Dradeon_display.c1081 drm_framebuffer_cleanup(fb); in radeon_user_framebuffer_destroy()
/linux-3.4.99/drivers/gpu/drm/exynos/
Dexynos_drm_fb.c57 drm_framebuffer_cleanup(fb); in exynos_drm_fb_destroy()
/linux-3.4.99/drivers/gpu/drm/gma500/
Dframebuffer.c577 drm_framebuffer_cleanup(&psbfb->base); in psb_fbdev_destroy()
681 drm_framebuffer_cleanup(fb); in psb_user_framebuffer_destroy()
/linux-3.4.99/drivers/gpu/drm/udl/
Dudl_fb.c427 drm_framebuffer_cleanup(fb); in udl_user_framebuffer_destroy()
569 drm_framebuffer_cleanup(&ufbdev->ufb.base); in udl_fbdev_destroy()
/linux-3.4.99/drivers/gpu/drm/i915/
Dintel_fb.c214 drm_framebuffer_cleanup(&ifb->base); in intel_fbdev_destroy()
Dintel_display.c7984 drm_framebuffer_cleanup(fb); in intel_user_framebuffer_destroy()
/linux-3.4.99/drivers/staging/omapdrm/
Domap_fb.c108 drm_framebuffer_cleanup(fb); in omap_framebuffer_destroy()
/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c413 drm_framebuffer_cleanup(framebuffer); in vmw_framebuffer_surface_destroy()
714 drm_framebuffer_cleanup(&vfbs->base.base); in vmw_kms_new_framebuffer_surface()
738 drm_framebuffer_cleanup(framebuffer); in vmw_framebuffer_dmabuf_destroy()
1084 drm_framebuffer_cleanup(&vfbd->base.base); in vmw_kms_new_framebuffer_dmabuf()
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_display.c47 drm_framebuffer_cleanup(drm_fb); in nouveau_user_framebuffer_destroy()
Dnouveau_fbcon.c464 drm_framebuffer_cleanup(&nouveau_fb->base); in nouveau_fbcon_destroy()
/linux-3.4.99/include/drm/
Ddrm_crtc.h907 extern void drm_framebuffer_cleanup(struct drm_framebuffer *fb);
/linux-3.4.99/drivers/gpu/drm/
Ddrm_crtc.c318 void drm_framebuffer_cleanup(struct drm_framebuffer *fb) in drm_framebuffer_cleanup() function
355 EXPORT_SYMBOL(drm_framebuffer_cleanup);