Lines Matching +full:no +full:- +full:sync +full:- +full:mode

1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
24 /* 0x4607-0x460B are defined below */
52 #define FB_AUX_TEXT_SVGA_GROUP 8 /* 8-15: SVGA tileblit compatible modes */
54 #define FB_AUX_TEXT_SVGA_STEP2 8 /* SVGA text mode: text, attr */
55 #define FB_AUX_TEXT_SVGA_STEP4 9 /* SVGA text mode: text, attr, 2 reserved bytes */
56 #define FB_AUX_TEXT_SVGA_STEP8 10 /* SVGA text mode: text, attr, 6 reserved bytes */
57 #define FB_AUX_TEXT_SVGA_STEP16 11 /* SVGA text mode: text, attr, 14 reserved bytes */
72 #define FB_ACCEL_NONE 0 /* no hardware accelerator */
140 #define FB_ACCEL_SAVAGE3D_MV 0x82 /* S3 Savage3D-MV */
142 #define FB_ACCEL_SAVAGE_MX_MV 0x84 /* S3 Savage/MX-MV */
144 #define FB_ACCEL_SAVAGE_IX_MV 0x86 /* S3 Savage/IX-MV */
152 #define FB_ACCEL_PROSAVAGE_DDRK 0x8e /* S3 ProSavage DDR-K */
154 #define FB_ACCEL_PUV3_UNIGFX 0xa0 /* PKUnity-v3 Unigfx */
156 #define FB_CAP_FOURCC 1 /* Device supports FOURCC-based formats */
166 __u16 xpanstep; /* zero if no hardware panning */
167 __u16 ypanstep; /* zero if no hardware panning */
168 __u16 ywrapstep; /* zero if no hardware ywrap */
196 #define FB_NONSTD_HAM 1 /* Hold-And-Modify (HAM) */
207 #define FB_ACTIVATE_FORCE 128 /* force apply even when no change*/
213 #define FB_SYNC_HOR_HIGH_ACT 1 /* horizontal sync high active */
214 #define FB_SYNC_VERT_HIGH_ACT 2 /* vertical sync high active */
215 #define FB_SYNC_EXT 4 /* external sync */
216 #define FB_SYNC_COMP_HIGH_ACT 8 /* composite sync high active */
220 #define FB_SYNC_ON_GREEN 32 /* sync on green */
270 __u32 left_margin; /* time from sync to picture */
271 __u32 right_margin; /* time from picture to sync */
272 __u32 upper_margin; /* time from sync to picture */
274 __u32 hsync_len; /* length of horizontal sync */
275 __u32 vsync_len; /* length of vertical sync */
276 __u32 sync; /* see FB_SYNC_* */ member
279 __u32 colorspace; /* colorspace for FOURCC-based modes */
346 __u32 dx; /* screen-relative */