Home
last modified time | relevance | path

Searched refs:drm_mode_crtc (Results 1 – 5 of 5) sorted by relevance

/external/libdrm/include/drm/
Ddrm.h739 #define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc)
740 #define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA2, struct drm_mode_crtc)
Ddrm_mode.h128 struct drm_mode_crtc { struct
/external/kernel-headers/original/uapi/drm/
Ddrm.h751 #define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc)
752 #define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA2, struct drm_mode_crtc)
Ddrm_mode.h131 struct drm_mode_crtc { struct
/external/libdrm/
Dxf86drmMode.c351 struct drm_mode_crtc crtc; in drmModeGetCrtc()
386 struct drm_mode_crtc crtc; in drmModeSetCrtc()