/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 288 drm_framebuffer_cleanup(fb); in radeonfb_create() 312 drm_framebuffer_cleanup(&rfb->base); in radeon_fbdev_destroy()
|
D | radeon_display.c | 1326 drm_framebuffer_cleanup(fb); in radeon_user_framebuffer_destroy()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fb.c | 269 drm_framebuffer_cleanup(fb); in amdgpufb_create() 294 drm_framebuffer_cleanup(&rfb->base); in amdgpu_fbdev_destroy()
|
D | amdgpu_display.c | 512 drm_framebuffer_cleanup(fb); in amdgpu_user_framebuffer_destroy()
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fb.c | 55 drm_framebuffer_cleanup(fb); in rockchip_drm_fb_destroy()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_fb.c | 76 drm_framebuffer_cleanup(fb); in exynos_drm_fb_destroy()
|
D | exynos_drm_fbdev.c | 180 drm_framebuffer_cleanup(helper->fb); in exynos_drm_fbdev_create()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_fb.c | 20 drm_framebuffer_cleanup(&dfb->fb); in armada_fb_destroy()
|
/linux-4.4.14/drivers/gpu/drm/bochs/ |
D | bochs_fbdev.c | 160 drm_framebuffer_cleanup(&gfb->base); in bochs_fbdev_destroy()
|
D | bochs_mm.c | 477 drm_framebuffer_cleanup(fb); in bochs_user_framebuffer_destroy()
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_fb.c | 448 drm_framebuffer_cleanup(fb); in qxlfb_create() 486 drm_framebuffer_cleanup(&qfb->base); in qxl_fbdev_destroy()
|
D | qxl_display.c | 474 drm_framebuffer_cleanup(fb); in qxl_user_framebuffer_destroy()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_fb.c | 48 drm_framebuffer_cleanup(fb); in msm_framebuffer_destroy()
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
D | udl_fb.c | 446 drm_framebuffer_cleanup(fb); in udl_user_framebuffer_destroy() 558 drm_framebuffer_cleanup(&ufbdev->ufb.base); in udl_fbdev_destroy()
|
/linux-4.4.14/drivers/gpu/drm/cirrus/ |
D | cirrus_main.c | 22 drm_framebuffer_cleanup(fb); in cirrus_user_framebuffer_destroy()
|
D | cirrus_fbdev.c | 265 drm_framebuffer_cleanup(&gfb->base); in cirrus_fbdev_destroy()
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | framebuffer.c | 569 drm_framebuffer_cleanup(&psbfb->base); in psb_fbdev_destroy() 668 drm_framebuffer_cleanup(fb); in psb_user_framebuffer_destroy()
|
/linux-4.4.14/drivers/gpu/drm/mgag200/ |
D | mgag200_main.c | 22 drm_framebuffer_cleanup(fb); in mga_user_framebuffer_destroy()
|
D | mgag200_fb.c | 258 drm_framebuffer_cleanup(&mfb->base); in mga_fbdev_destroy()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_fb_cma_helper.c | 58 drm_framebuffer_cleanup(fb); in drm_fb_cma_destroy()
|
D | drm_crtc.c | 571 void drm_framebuffer_cleanup(struct drm_framebuffer *fb) in drm_framebuffer_cleanup() function 580 EXPORT_SYMBOL(drm_framebuffer_cleanup);
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | fb.c | 76 drm_framebuffer_cleanup(framebuffer); in tegra_fb_destroy()
|
/linux-4.4.14/drivers/gpu/drm/ast/ |
D | ast_fb.c | 304 drm_framebuffer_cleanup(&afb->base); in ast_fbdev_destroy()
|
D | ast_main.c | 301 drm_framebuffer_cleanup(fb); in ast_user_framebuffer_destroy()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_fb.c | 372 drm_framebuffer_cleanup(&vgfb->base); in virtio_gpu_fbdev_destroy()
|
D | virtgpu_display.c | 193 drm_framebuffer_cleanup(fb); in virtio_gpu_user_framebuffer_destroy()
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_fb.c | 112 drm_framebuffer_cleanup(fb); in omap_framebuffer_destroy()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_fbcon.c | 481 drm_framebuffer_cleanup(&nouveau_fb->base); in nouveau_fbcon_destroy()
|
D | nouveau_display.c | 227 drm_framebuffer_cleanup(drm_fb); in nouveau_user_framebuffer_destroy()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 411 drm_framebuffer_cleanup(framebuffer); in vmw_framebuffer_surface_destroy() 619 drm_framebuffer_cleanup(framebuffer); in vmw_framebuffer_dmabuf_destroy()
|
/linux-4.4.14/include/drm/ |
D | drm_crtc.h | 1341 extern void drm_framebuffer_cleanup(struct drm_framebuffer *fb);
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_display.c | 14242 drm_framebuffer_cleanup(fb); in intel_user_framebuffer_destroy()
|