Home
last modified time | relevance | path

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

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