Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/drm/
Ddrm.h759 #define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc)
760 #define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA2, struct drm_mode_crtc)
Ddrm_mode.h131 struct drm_mode_crtc { struct
/linux-4.1.27/drivers/gpu/drm/
Ddrm_crtc.c1994 struct drm_mode_crtc *crtc_resp = data; in drm_mode_getcrtc()
2739 struct drm_mode_crtc *crtc_req = data; in drm_mode_setcrtc()