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

1 2

  /hardware/qcom/display/msm8998/libdrmutils/
drm_master.cpp 119 int ret1 = drmIoctl(dev_fd_, DRM_IOCTL_GEM_CLOSE, &gem_close);
121 DRM_LOGE("drmIoctl::DRM_IOCTL_GEM_CLOSE failed with error %d", ret1);
134 int ret = drmIoctl(dev_fd_, DRM_IOCTL_GEM_CLOSE, &gem_close);
136 DRM_LOGE("drmIoctl::DRM_IOCTL_GEM_CLOSE failed with error %d", errno);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8432/
poc.c 134 while(ioctl(dev_fd, DRM_IOCTL_GEM_CLOSE, &gem_close) == 0);
local_poc.h 123 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_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"
  /hardware/qcom/display/msm8909/libdrmutils/
drm_master.cpp 124 int ret1 = drmIoctl(dev_fd_, DRM_IOCTL_GEM_CLOSE, &gem_close);
126 DRM_LOGE("drmIoctl::DRM_IOCTL_GEM_CLOSE failed with error %d", ret1);
  /hardware/qcom/display/msm8909w_3100/libdrmutils/
drm_master.cpp 124 int ret1 = drmIoctl(dev_fd_, DRM_IOCTL_GEM_CLOSE, &gem_close);
126 DRM_LOGE("drmIoctl::DRM_IOCTL_GEM_CLOSE failed with error %d", ret1);
  /external/libdrm/etnaviv/
etnaviv_bo.c 60 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req);
93 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req);
  /external/libdrm/freedreno/
freedreno_bo.c 72 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req);
230 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req);
  /external/mesa3d/src/intel/vulkan/
anv_gem.c 73 anv_ioctl(device->fd, DRM_IOCTL_GEM_CLOSE, &close);
263 anv_ioctl(fd, DRM_IOCTL_GEM_CLOSE, &close);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8431/
local_poc.h 123 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
  /external/drm_gralloc/
gralloc_drm_rockchip.c 99 drmIoctl(info->fd, DRM_IOCTL_GEM_CLOSE, &args);
  /external/drm_hwcomposer/
platformdrmgeneric.cpp 146 int ret = drmIoctl(drm_->fd(), DRM_IOCTL_GEM_CLOSE, &gem_close);
platformnv.cpp 172 int ret = drmIoctl(drm_->fd(), DRM_IOCTL_GEM_CLOSE, &gem_close);
  /external/libdrm/libkms/
exynos.c 181 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/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/mesa3d/src/gallium/drivers/vc4/
vc4_simulator.c 607 return drmIoctl(fd, DRM_IOCTL_GEM_CLOSE, args);
658 case DRM_IOCTL_GEM_CLOSE:
  /bootable/recovery/minui/
graphics_drm.cpp 85 int ret = drmIoctl(drm_fd, DRM_IOCTL_GEM_CLOSE, &gem_close);
87 printf("DRM_IOCTL_GEM_CLOSE failed ret=%d\n", ret);

Completed in 210 milliseconds

1 2