HomeSort by relevance Sort by last modified time
    Searched refs:DRM_IOCTL_GEM_CLOSE (Results 1 - 25 of 25) sorted by null

  /external/drm_hwcomposer/
platformdrmgeneric.cpp 137 int ret = drmIoctl(drm_->fd(), DRM_IOCTL_GEM_CLOSE, &gem_close);
platformnv.cpp 160 int ret = drmIoctl(drm_->fd(), DRM_IOCTL_GEM_CLOSE, &gem_close);
  /external/libdrm/tests/nouveau/
threaded.c 54 if (ret < 0 && request == DRM_IOCTL_GEM_CLOSE && errno == EINVAL)
152 fprintf(stderr, "DRM_IOCTL_GEM_CLOSE failed with EINVAL,\n"
  /external/drm_gralloc/
gralloc_drm_rockchip.c 99 drmIoctl(info->fd, DRM_IOCTL_GEM_CLOSE, &args);
  /external/libdrm/libkms/
exynos.c 180 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg);
intel.c 211 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg);
nouveau.c 193 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg);
radeon.c 214 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg);
  /external/libdrm/rockchip/
rockchip_drm.c 175 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req);
  /external/libdrm/tests/radeon/
rbo.c 152 drmIoctl(bo->fd, DRM_IOCTL_GEM_CLOSE, &args);
  /external/libdrm/freedreno/
freedreno_bo.c 73 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req);
347 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req);
  /external/libdrm/omap/
omap_drm.c 184 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req);
377 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req);
  /external/libdrm/tegra/
tegra.c 53 drmIoctl(drm->fd, DRM_IOCTL_GEM_CLOSE, &args);
196 drmIoctl(drm->fd, DRM_IOCTL_GEM_CLOSE, &close_args);
  /external/libdrm/exynos/
exynos_drm.c 187 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req);
  /external/libdrm/amdgpu/
amdgpu_bo.c 53 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &args);
242 drmIoctl(bo->dev->flink_fd, DRM_IOCTL_GEM_CLOSE, &args);
  /external/libdrm/radeon/
radeon_bo_gem.c 145 drmIoctl(boi->bom->fd, DRM_IOCTL_GEM_CLOSE, &args);
  /bootable/recovery/minui/
graphics_drm.cpp 105 ret = drmIoctl(drm_fd, DRM_IOCTL_GEM_CLOSE, &gem_close);
107 printf("DRM_IOCTL_GEM_CLOSE failed ret=%d\n", ret);
  /external/libdrm/include/drm/
drm.h 587 /** DRM_IOCTL_GEM_CLOSE ioctl argument type */
686 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm.h 583 /** DRM_IOCTL_GEM_CLOSE ioctl argument type */
628 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm.h 586 /** DRM_IOCTL_GEM_CLOSE ioctl argument type */
637 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
  /external/libdrm/nouveau/
nouveau.c 614 drmIoctl(drm->fd, DRM_IOCTL_GEM_CLOSE, &req);
618 drmIoctl(drm->fd, DRM_IOCTL_GEM_CLOSE, &req);
  /bionic/libc/kernel/uapi/drm/
drm.h 479 #define DRM_IOCTL_GEM_CLOSE DRM_IOW(0x09, struct drm_gem_close)
  /external/kernel-headers/original/uapi/drm/
drm.h 585 /** DRM_IOCTL_GEM_CLOSE ioctl argument type */
699 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_bo.c 384 drmIoctl(bo->rws->fd, DRM_IOCTL_GEM_CLOSE, &args);
  /external/libdrm/intel/
intel_bufmgr_gem.c 1199 ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_GEM_CLOSE, &close);
1201 DBG("DRM_IOCTL_GEM_CLOSE %d failed (%s): %s\n",
    [all...]

Completed in 663 milliseconds