Home
last modified time | relevance | path

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

/external/libdrm/include/drm/
Ddrm.h746 #define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc)
747 #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.h784 #define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc)
785 #define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA2, struct drm_mode_crtc)
Ddrm_mode.h161 struct drm_mode_crtc { struct
/external/libdrm/
Dxf86drmMode.c346 struct drm_mode_crtc crtc; in drmModeGetCrtc()
380 struct drm_mode_crtc crtc; in drmModeSetCrtc()