Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_MODE_GETCRTC (Results 1 – 5 of 5) 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) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
Ddrm.h531 #define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc) macro
/kernel/linux/linux-5.10/include/uapi/drm/
Ddrm.h900 #define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc) macro
/kernel/linux/linux-5.10/tools/include/uapi/drm/
Ddrm.h900 #define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_ioctl.c660 DRM_IOCTL_DEF(DRM_IOCTL_MODE_GETCRTC, drm_mode_getcrtc, 0),