Go to the documentation of this file. 1 #ifndef _UAPI_SCREEN_INFO_H
2 #define _UAPI_SCREEN_INFO_H
4 #include <linux/types.h>
49 #define VIDEO_TYPE_MDA 0x10
50 #define VIDEO_TYPE_CGA 0x11
51 #define VIDEO_TYPE_EGAM 0x20
52 #define VIDEO_TYPE_EGAC 0x21
53 #define VIDEO_TYPE_VGAC 0x22
54 #define VIDEO_TYPE_VLFB 0x23
56 #define VIDEO_TYPE_PICA_S3 0x30
57 #define VIDEO_TYPE_MIPS_G364 0x31
58 #define VIDEO_TYPE_SGI 0x33
60 #define VIDEO_TYPE_TGAC 0x40
62 #define VIDEO_TYPE_SUN 0x50
63 #define VIDEO_TYPE_SUNPCI 0x51
65 #define VIDEO_TYPE_PMAC 0x60
67 #define VIDEO_TYPE_EFI 0x70
69 #define VIDEO_FLAGS_NOCURSOR (1 << 0)
71 #define VIDEO_CAPABILITY_SKIP_QUIRKS (1 << 0)