diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-06-23 19:21:13 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-06-23 19:21:13 -0700 |
| commit | 81d5fd846719a74a43ec5497ed469f88fb11cd85 (patch) | |
| tree | 4f641c39c4140e2bafabd0eccd463afe889e3ef4 /include | |
| parent | 0a88d6091a146d1a25f3736f40c5d017a301f487 (diff) | |
[PATCH] fbdev: video mode change notify (fbset)
From: "Antonino A. Daplas" <adaplas@hotpop.com>
This patch allows fbset to change the video mode and the console window
size via the notifier call chain. It will only notify fbcon of mode
changes from user space. Changes coming from upstream will be ignored.
The code will only update the current console.
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/fb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index c2ff4024cc25..a25a0ae12656 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h @@ -530,6 +530,8 @@ struct fb_ops { #define FBINFO_HWACCEL_YPAN 0x2000 /* optional */ #define FBINFO_HWACCEL_YWRAP 0x4000 /* optional */ +#define FBINFO_MISC_MODECHANGEUSER 0x10000 /* mode change request + from userspace */ struct fb_info { int node; |
