Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/drm/
H A Ddrm.h1108 #define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc)
1109 #define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA2, struct drm_mode_crtc)
H A Ddrm_mode.h277 struct drm_mode_crtc { struct
/openbmc/linux/tools/include/uapi/drm/
H A Ddrm.h1108 #define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc)
1109 #define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA2, struct drm_mode_crtc)
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_crtc.c542 struct drm_mode_crtc *crtc_resp = data; in drm_mode_getcrtc()
709 struct drm_mode_crtc *crtc_req = data; in drm_mode_setcrtc()