Searched refs:drm_gem_fb_destroy (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/gpu/drm/ |
A D | drm_gem_framebuffer_helper.c | 93 void drm_gem_fb_destroy(struct drm_framebuffer *fb) in drm_gem_fb_destroy() function 103 EXPORT_SYMBOL(drm_gem_fb_destroy); 244 .destroy = drm_gem_fb_destroy, 280 .destroy = drm_gem_fb_destroy,
|
/linux/include/drm/ |
A D | drm_gem_framebuffer_helper.h | 22 void drm_gem_fb_destroy(struct drm_framebuffer *fb);
|
/linux/drivers/gpu/drm/xen/ |
A D | xen_drm_front_kms.c | 47 drm_gem_fb_destroy(fb); in fb_destroy() 82 drm_gem_fb_destroy(fb); in fb_create()
|
/linux/drivers/gpu/drm/rockchip/ |
A D | rockchip_drm_fb.c | 22 .destroy = drm_gem_fb_destroy,
|
/linux/drivers/gpu/drm/exynos/ |
A D | exynos_drm_fb.c | 53 .destroy = drm_gem_fb_destroy,
|
/linux/drivers/gpu/drm/armada/ |
A D | armada_fb.c | 17 .destroy = drm_gem_fb_destroy,
|
/linux/drivers/gpu/drm/msm/ |
A D | msm_fb.c | 29 .destroy = drm_gem_fb_destroy,
|
/linux/drivers/gpu/drm/virtio/ |
A D | virtgpu_display.c | 61 .destroy = drm_gem_fb_destroy,
|
/linux/drivers/gpu/drm/tegra/ |
A D | fb.c | 106 .destroy = drm_gem_fb_destroy,
|
/linux/drivers/gpu/drm/omapdrm/ |
A D | omap_fb.c | 79 .destroy = drm_gem_fb_destroy,
|
/linux/drivers/gpu/drm/gma500/ |
A D | framebuffer.c | 34 .destroy = drm_gem_fb_destroy,
|
/linux/drivers/gpu/drm/nouveau/ |
A D | nouveau_display.c | 132 .destroy = drm_gem_fb_destroy,
|
/linux/drivers/gpu/drm/qxl/ |
A D | qxl_display.c | 443 .destroy = drm_gem_fb_destroy,
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_display.c | 491 .destroy = drm_gem_fb_destroy,
|
/linux/drivers/gpu/drm/radeon/ |
A D | radeon_display.c | 1288 .destroy = drm_gem_fb_destroy,
|
Completed in 23 milliseconds