|
@@ -516,13 +516,15 @@ struct fb_cursor_user {
|
|
#define FB_EVENT_GET_CONSOLE_MAP 0x07
|
|
#define FB_EVENT_GET_CONSOLE_MAP 0x07
|
|
/* CONSOLE-SPECIFIC: set console to framebuffer mapping */
|
|
/* CONSOLE-SPECIFIC: set console to framebuffer mapping */
|
|
#define FB_EVENT_SET_CONSOLE_MAP 0x08
|
|
#define FB_EVENT_SET_CONSOLE_MAP 0x08
|
|
-/* A display blank is requested */
|
|
|
|
|
|
+/* A hardware display blank change occured */
|
|
#define FB_EVENT_BLANK 0x09
|
|
#define FB_EVENT_BLANK 0x09
|
|
/* Private modelist is to be replaced */
|
|
/* Private modelist is to be replaced */
|
|
#define FB_EVENT_NEW_MODELIST 0x0A
|
|
#define FB_EVENT_NEW_MODELIST 0x0A
|
|
/* The resolution of the passed in fb_info about to change and
|
|
/* The resolution of the passed in fb_info about to change and
|
|
all vc's should be changed */
|
|
all vc's should be changed */
|
|
#define FB_EVENT_MODE_CHANGE_ALL 0x0B
|
|
#define FB_EVENT_MODE_CHANGE_ALL 0x0B
|
|
|
|
+/* A software display blank change occured */
|
|
|
|
+#define FB_EVENT_CONBLANK 0x0C
|
|
|
|
|
|
struct fb_event {
|
|
struct fb_event {
|
|
struct fb_info *info;
|
|
struct fb_info *info;
|