Home
last modified time | relevance | path

Searched refs:drm_crtc_queue_sequence (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/drm/
H A Ddrm.h1024 struct drm_crtc_queue_sequence { struct
1164 #define DRM_IOCTL_CRTC_QUEUE_SEQUENCE DRM_IOWR(0x3c, struct drm_crtc_queue_sequence)
/linux/tools/include/uapi/drm/
H A Ddrm.h1024 struct drm_crtc_queue_sequence { struct
1164 #define DRM_IOCTL_CRTC_QUEUE_SEQUENCE DRM_IOWR(0x3c, struct drm_crtc_queue_sequence)
/linux/drivers/gpu/drm/
H A Ddrm_vblank.c2069 struct drm_crtc_queue_sequence *queue_seq = data; in drm_crtc_queue_sequence_ioctl()