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

  /external/libdrm/include/drm/
drm.h 779 #define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA2, struct drm_mode_crtc)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm.h 696 #define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA2, struct drm_mode_crtc)
  /bionic/libc/kernel/uapi/drm/
drm.h 500 #define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA2, struct drm_mode_crtc)
  /external/kernel-headers/original/uapi/drm/
drm.h 851 #define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA2, struct drm_mode_crtc)
  /external/libdrm/
xf86drmMode.c 407 return DRM_IOCTL(fd, DRM_IOCTL_MODE_SETCRTC, &crtc);
    [all...]

Completed in 206 milliseconds