Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_CRTC_QUEUE_SEQUENCE (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
Ddrm.h510 #define DRM_IOCTL_CRTC_QUEUE_SEQUENCE DRM_IOWR(0x3c, struct drm_crtc_queue_sequence) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
Ddrm.h528 #define DRM_IOCTL_CRTC_QUEUE_SEQUENCE DRM_IOWR(0x3c, struct drm_crtc_queue_sequence) macro
/kernel/linux/linux-5.10/include/uapi/drm/
Ddrm.h895 #define DRM_IOCTL_CRTC_QUEUE_SEQUENCE DRM_IOWR(0x3c, struct drm_crtc_queue_sequence) macro
/kernel/linux/linux-5.10/tools/include/uapi/drm/
Ddrm.h895 #define DRM_IOCTL_CRTC_QUEUE_SEQUENCE DRM_IOWR(0x3c, struct drm_crtc_queue_sequence) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_ioctl.c714 DRM_IOCTL_DEF(DRM_IOCTL_CRTC_QUEUE_SEQUENCE, drm_crtc_queue_sequence_ioctl, 0),