aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/screen_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/screen_info.h')
-rw-r--r--include/uapi/linux/screen_info.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/uapi/linux/screen_info.h b/include/uapi/linux/screen_info.h
index 7530e7447620..8b8d39dfb67f 100644
--- a/include/uapi/linux/screen_info.h
+++ b/include/uapi/linux/screen_info.h
@@ -43,7 +43,8 @@ struct screen_info {
43 __u16 pages; /* 0x32 */ 43 __u16 pages; /* 0x32 */
44 __u16 vesa_attributes; /* 0x34 */ 44 __u16 vesa_attributes; /* 0x34 */
45 __u32 capabilities; /* 0x36 */ 45 __u32 capabilities; /* 0x36 */
46 __u8 _reserved[6]; /* 0x3a */ 46 __u32 ext_lfb_base; /* 0x3a */
47 __u8 _reserved[2]; /* 0x3e */
47} __attribute__((packed)); 48} __attribute__((packed));
48 49
49#define VIDEO_TYPE_MDA 0x10 /* Monochrome Text Display */ 50#define VIDEO_TYPE_MDA 0x10 /* Monochrome Text Display */
@@ -69,6 +70,6 @@ struct screen_info {
69#define VIDEO_FLAGS_NOCURSOR (1 << 0) /* The video mode has no cursor set */ 70#define VIDEO_FLAGS_NOCURSOR (1 << 0) /* The video mode has no cursor set */
70 71
71#define VIDEO_CAPABILITY_SKIP_QUIRKS (1 << 0) 72#define VIDEO_CAPABILITY_SKIP_QUIRKS (1 << 0)
72 73#define VIDEO_CAPABILITY_64BIT_BASE (1 << 1) /* Frame buffer base is 64-bit */
73 74
74#endif /* _UAPI_SCREEN_INFO_H */ 75#endif /* _UAPI_SCREEN_INFO_H */