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

  /bionic/libc/kernel/uapi/drm/
omap_drm.h 65 struct drm_omap_gem_cpu_prep { struct
90 #define DRM_OMAP_GEM_CPU_PREP 0x04
99 #define DRM_IOCTL_OMAP_GEM_CPU_PREP DRM_IOW(DRM_COMMAND_BASE + DRM_OMAP_GEM_CPU_PREP, struct drm_omap_gem_cpu_prep)
  /external/kernel-headers/original/uapi/drm/
omap_drm.h 76 struct drm_omap_gem_cpu_prep { struct
109 #define DRM_OMAP_GEM_CPU_PREP 0x04
117 #define DRM_IOCTL_OMAP_GEM_CPU_PREP DRM_IOW (DRM_COMMAND_BASE + DRM_OMAP_GEM_CPU_PREP, struct drm_omap_gem_cpu_prep)
  /external/libdrm/omap/
omap_drm.h 88 struct drm_omap_gem_cpu_prep { struct
122 #define DRM_OMAP_GEM_CPU_PREP 0x04
131 #define DRM_IOCTL_OMAP_GEM_CPU_PREP DRM_IOW (DRM_COMMAND_BASE + DRM_OMAP_GEM_CPU_PREP, struct drm_omap_gem_cpu_prep)
omap_drm.c 461 struct drm_omap_gem_cpu_prep req = {
466 DRM_OMAP_GEM_CPU_PREP, &req, sizeof(req));

Completed in 724 milliseconds