• Home
  • Raw
  • Download

Lines Matching +full:flip +full:- +full:vertical

5  * Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA
6 * Copyright (c) 2007-2008 Intel Corporation
62 /* bit compatible with the xrandr RR_ definitions (bits 0-13)
176 * using the name->prop id lookup is the preferred method.
202 * using the name->prop id lookup is the preferred method.
335 DRM_MODE_SUBCONNECTOR_Automatic = 0, /* DVI-I, TV */
336 DRM_MODE_SUBCONNECTOR_Unknown = 0, /* DVI-I, TV, DP */
338 DRM_MODE_SUBCONNECTOR_DVID = 3, /* DVI-I DP */
339 DRM_MODE_SUBCONNECTOR_DVIA = 4, /* DVI-I */
402 /* non-extended types: legacy bitmask, one bit per type: */
409 /* extended-types: rather than continue to consume a bit per type,
492 #define DRM_MODE_FB_MODIFIERS (1<<1) /* enables ->modifer[] */
519 * it looks like we have a modifier per-plane, we in fact
588 * handle - if 0 turns the cursor off
631 * Conversion matrix in S31.32 sign-magnitude
639 * Values are mapped linearly to 0.0 - 1.0 range, with 0x0 == 0.0 and
649 * struct hdr_metadata_infoframe - HDR Metadata Infoframe Data.
659 * @eotf: Electro-Optical Transfer Function (EOTF)
669 * These are coded as unsigned 16-bit values in units of
680 * These are coded as unsigned 16-bit values in units of
691 * This value is coded as an unsigned 16-bit value in units of 1 cd/m2,
697 * This value is coded as an unsigned 16-bit value in units of
704 * This value is coded as an unsigned 16-bit value in units of 1 cd/m2,
710 * This value is coded as an unsigned 16-bit value in units of 1 cd/m2,
717 * struct hdr_output_metadata - HDR output metadata
745 * Request a page flip on the specified crtc.
747 * This ioctl will ask KMS to schedule a page flip for the specified
750 * that fb after the next vertical refresh. The ioctl returns
752 * in the execbuffer ioctl until the page flip happens. If a page
753 * flip is already pending as the ioctl is called, EBUSY will be
757 * event (see drm.h: struct drm_event_vblank) when the page flip is
761 * Flag DRM_MODE_PAGE_FLIP_ASYNC requests that the flip happen
777 * Request a page flip on the specified crtc.
780 * re-purposes the reserved field:
785 * vblank sequence when the flip should take effect. When the RELATIVE
787 * current one when the ioctl is called) vblank sequence when the flip
792 * the target for when code dealing with a page flip runs during a
793 * vertical blank period.
824 * This is a fixed-size type for 32/64 compatibility.
833 /* page-flip flags are valid, plus: */
888 * ^-offset = 0, formats = 5
890 * If the number formats grew to 128, and formats 98-102 are
907 * struct drm_mode_create_blob - Create New block property
924 * struct drm_mode_destroy_blob - Destroy user blob
926 * Destroy a user-created blob property.
933 * struct drm_mode_create_lease - Create lease
956 * struct drm_mode_list_lessees - List lessees
980 * struct drm_mode_get_lease - Get Lease
1004 * struct drm_mode_revoke_lease - Revoke lease
1015 * struct drm_mode_rect - Two dimensional rectangle.
1017 * @y1: Vertical starting coordinate (inclusive).
1019 * @y2: Vertical ending coordinate (exclusive).
1022 * export it to user-space.