HomeSort by: relevance | last modified time | path
    Searched refs:drm_framebuffer_cleanup (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_framebuffer.h 52 * drm_framebuffer_cleanup() to release DRM core resources for this
227 void drm_framebuffer_cleanup(struct drm_framebuffer *fb);
  /src/sys/external/bsd/drm2/drm/
drm_gem_framebuffer_helper.c 64 drm_framebuffer_cleanup(fb);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_fb.c 325 drm_framebuffer_cleanup(fb);
341 drm_framebuffer_cleanup(&rfb->base);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_fb.c 351 drm_framebuffer_cleanup(fb);
367 drm_framebuffer_cleanup(fb);
  /src/sys/arch/arm/rockchip/
rk_drm.c 250 drm_framebuffer_cleanup(fb);
286 drm_framebuffer_cleanup(&fb->base);
  /src/sys/arch/arm/sunxi/
sunxi_drm.c 263 drm_framebuffer_cleanup(fb);
299 drm_framebuffer_cleanup(&fb->base);
  /src/sys/arch/arm/ti/
ti_lcdc.c 499 drm_framebuffer_cleanup(fb);
536 drm_framebuffer_cleanup(&fb->base);
  /src/sys/external/bsd/drm2/dist/drm/
drm_framebuffer.c 815 * drm_framebuffer_cleanup - remove a framebuffer object
831 void drm_framebuffer_cleanup(struct drm_framebuffer *fb) function in typeref:typename:void
840 EXPORT_SYMBOL(drm_framebuffer_cleanup);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_display.c 218 drm_framebuffer_cleanup(drm_fb);
  /src/sys/arch/arm/nvidia/
tegra_drm_mode.c 248 drm_framebuffer_cleanup(&fb->base);
270 drm_framebuffer_cleanup(fb);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.c 836 drm_framebuffer_cleanup(framebuffer);
990 drm_framebuffer_cleanup(framebuffer);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 16890 drm_framebuffer_cleanup(fb);

Completed in 31 milliseconds