Home
last modified time | relevance | path

Searched refs:dumb_destroy (Results 1 – 29 of 29) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/udl/
Dudl_drv.c51 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/mgag200/
Dmgag200_drv.c107 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_drv.c130 .dumb_destroy = virtio_gpu_mode_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/cirrus/
Dcirrus_drv.c147 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/ast/
Dast_drv.c215 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/bochs/
Dbochs_drv.c95 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_drv.c243 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/vc4/
Dvc4_drv.c110 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_drv.c200 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/rcar-du/
Drcar_du_drv.c293 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/shmobile/
Dshmob_drm_drv.c288 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_drv.c210 .dumb_destroy = armada_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_drv.c212 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/imx/
Dimx-drm-core.c479 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c289 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/gma500/
Dpsb_drv.c516 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_drv.c596 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_drv.c459 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c512 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_dc.c718 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/include/drm/
DdrmP.h626 int (*dumb_destroy)(struct drm_file *file_priv, member
/linux-4.4.14/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.c573 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_drv.c857 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_drv.c984 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddrm.c950 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_drm.c963 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_drv.c1722 .dumb_destroy = drm_gem_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c1510 .dumb_destroy = vmw_dumb_destroy,
/linux-4.4.14/drivers/gpu/drm/
Ddrm_crtc.c5476 if (!dev->driver->dumb_destroy) in drm_mode_destroy_dumb_ioctl()
5479 return dev->driver->dumb_destroy(file_priv, dev, args->handle); in drm_mode_destroy_dumb_ioctl()