Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/drm/
Ddrm.h866 #define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc)
867 #define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA2, struct drm_mode_crtc)
/Linux-v4.19/include/uapi/drm/
Ddrm.h866 #define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc)
867 #define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA2, struct drm_mode_crtc)
Ddrm_mode.h247 struct drm_mode_crtc { struct
/Linux-v4.19/drivers/gpu/drm/
Ddrm_crtc.c400 struct drm_mode_crtc *crtc_resp = data; in drm_mode_getcrtc()
567 struct drm_mode_crtc *crtc_req = data; in drm_mode_setcrtc()