diff options
author | Thomas Koeller <thomas@koeller.dyndns.org> | 2006-01-10 05:53:48 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 17:01:52 +0100 |
commit | cae8a12f49972f040bae6707b7707cd93fe9c9ab (patch) | |
tree | c898f9bcd31ba14d0f646e191525cb6ef6a09976 /MAINTAINERS | |
parent | [PATCH] fbdev: Typos in Kconfig (diff) | |
download | linux-cae8a12f49972f040bae6707b7707cd93fe9c9ab.tar.xz linux-cae8a12f49972f040bae6707b7707cd93fe9c9ab.zip |
[PATCH] non-linear frame buffer read/write access
While the code in fbmem.c allows for hooking read/write access to
non-linear frame buffers by means of fb_read and fb_write in struct fb_ops,
I could not find a way tho access the actual frame buffer memory from
within these routines. I therefore had to patch fbmem.c, to be able to
retrieve a pointer to struct fb_info from the 'file' argument to these
functions.
The second hunk of the patch is not strictly required, I only did that for
symmetry reasons (and the code is somewhat shorter).
Signed-off-by: Thomas Koeller <thomas@koeller.dyndns.org>
Acked-by: "Antonino A. Daplas" <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions