Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
Ddrm.h513 #define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc)
514 #define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA2, struct drm_mode_crtc)
Ddrm_mode.h149 struct drm_mode_crtc { struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
Ddrm.h531 #define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc)
532 #define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA2, struct drm_mode_crtc)
Ddrm_mode.h135 struct drm_mode_crtc { struct
/kernel/linux/linux-5.10/include/uapi/drm/
Ddrm.h900 #define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc)
901 #define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA2, struct drm_mode_crtc)
Ddrm_mode.h256 struct drm_mode_crtc { struct
/kernel/linux/linux-5.10/tools/include/uapi/drm/
Ddrm.h900 #define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc)
901 #define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA2, struct drm_mode_crtc)
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_crtc.c389 struct drm_mode_crtc *crtc_resp = data; in drm_mode_getcrtc()
556 struct drm_mode_crtc *crtc_req = data; in drm_mode_setcrtc()