We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2139c commit d32a0b5Copy full SHA for d32a0b5
include/linux/fb.h
@@ -129,18 +129,12 @@ struct fb_cursor_user {
129
* Register/unregister for framebuffer events
130
*/
131
132
-/* The resolution of the passed in fb_info about to change */
133
-#define FB_EVENT_MODE_CHANGE 0x01
134
-
135
#ifdef CONFIG_GUMSTIX_AM200EPD
136
/* only used by mach-pxa/am200epd.c */
137
#define FB_EVENT_FB_REGISTERED 0x05
138
#define FB_EVENT_FB_UNREGISTERED 0x06
139
#endif
140
141
-/* A display blank is requested */
142
-#define FB_EVENT_BLANK 0x09
143
144
struct fb_event {
145
struct fb_info *info;
146
void *data;
0 commit comments