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 | 97 void drm_gem_fb_destroy(struct drm_framebuffer *fb) in drm_gem_fb_destroy() function 107 EXPORT_SYMBOL(drm_gem_fb_destroy); 256 .destroy = drm_gem_fb_destroy, 292 .destroy = drm_gem_fb_destroy,
|
| /linux/include/drm/ |
| A D | drm_gem_framebuffer_helper.h | 20 void drm_gem_fb_destroy(struct drm_framebuffer *fb);
|
| /linux/drivers/gpu/drm/rockchip/ |
| A D | rockchip_drm_fb.c | 22 .destroy = drm_gem_fb_destroy,
|
| /linux/drivers/gpu/drm/xen/ |
| A D | xen_drm_front_kms.c | 48 drm_gem_fb_destroy(fb); in fb_destroy() 83 drm_gem_fb_destroy(fb); in fb_create()
|
| /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 | 16 .destroy = drm_gem_fb_destroy,
|
| /linux/drivers/gpu/drm/tegra/ |
| A D | fb.c | 100 .destroy = drm_gem_fb_destroy,
|
| /linux/drivers/gpu/drm/gma500/ |
| A D | framebuffer.c | 16 .destroy = drm_gem_fb_destroy,
|
| /linux/drivers/gpu/drm/msm/ |
| A D | msm_fb.c | 54 .destroy = drm_gem_fb_destroy,
|
| /linux/drivers/gpu/drm/virtio/ |
| A D | virtgpu_display.c | 62 .destroy = drm_gem_fb_destroy,
|
| /linux/drivers/gpu/drm/omapdrm/ |
| A D | omap_fb.c | 82 .destroy = drm_gem_fb_destroy,
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_display.c | 548 .destroy = drm_gem_fb_destroy, 553 .destroy = drm_gem_fb_destroy,
|
| /linux/drivers/gpu/drm/nouveau/ |
| A D | nouveau_display.c | 126 .destroy = drm_gem_fb_destroy,
|
| /linux/drivers/gpu/drm/qxl/ |
| A D | qxl_display.c | 449 .destroy = drm_gem_fb_destroy,
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_display.c | 1293 .destroy = drm_gem_fb_destroy,
|
Completed in 39 milliseconds