Lines Matching +full:sync +full:- +full:on +full:- +full:green +full:- +full:active

1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
23 /* 0x4607-0x460B are defined below */
51 #define FB_AUX_TEXT_SVGA_GROUP 8 /* 8-15: SVGA tileblit compatible modes */
139 #define FB_ACCEL_SAVAGE3D_MV 0x82 /* S3 Savage3D-MV */
141 #define FB_ACCEL_SAVAGE_MX_MV 0x84 /* S3 Savage/MX-MV */
143 #define FB_ACCEL_SAVAGE_IX_MV 0x86 /* S3 Savage/IX-MV */
151 #define FB_ACCEL_PROSAVAGE_DDRK 0x8e /* S3 ProSavage DDR-K */
153 #define FB_ACCEL_PUV3_UNIGFX 0xa0 /* PKUnity-v3 Unigfx */
155 #define FB_CAP_FOURCC 1 /* Device supports FOURCC-based formats */
195 #define FB_NONSTD_HAM 1 /* Hold-And-Modify (HAM) */
199 #define FB_ACTIVATE_NXTOPEN 1 /* activate on next open */
203 #define FB_ACTIVATE_VBL 16 /* activate values on next vbl */
204 #define FB_CHANGE_CMAP_VBL 32 /* change colormap on vbl */
205 #define FB_ACTIVATE_ALL 64 /* change all VCs on this fb */
212 #define FB_SYNC_HOR_HIGH_ACT 1 /* horizontal sync high active */
213 #define FB_SYNC_VERT_HIGH_ACT 2 /* vertical sync high active */
214 #define FB_SYNC_EXT 4 /* external sync */
215 #define FB_SYNC_COMP_HIGH_ACT 8 /* composite sync high active */
219 #define FB_SYNC_ON_GREEN 32 /* sync on green */
254 struct fb_bitfield green; /* else only length is significant */ member
269 __u32 left_margin; /* time from sync to picture */
270 __u32 right_margin; /* time from picture to sync */
271 __u32 upper_margin; /* time from sync to picture */
273 __u32 hsync_len; /* length of horizontal sync */
274 __u32 vsync_len; /* length of vertical sync */
275 __u32 sync; /* see FB_SYNC_* */ member
278 __u32 colorspace; /* colorspace for FOURCC-based modes */
286 __u16 *green; member
304 /* screen: unblanked, hsync: on, vsync: on */
307 /* screen: blanked, hsync: on, vsync: on */
310 /* screen: blanked, hsync: on, vsync: off */
313 /* screen: blanked, hsync: off, vsync: on */
352 __u32 dx; /* screen-relative */
390 __u16 enable; /* cursor on/off */