dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/video/geode
Daniel Drake 16cdd4336f lxfb: Maintain video processor palette through suspend/resume
The Geode X driver uses both of the LX's palettes, one for gamma
correction and one for colormaps.

The kernel driver currently only backs up the one used for colormaps
during suspend/resume. If you mess with gamma settings and do a
suspend/resume, colors go funny.

Fix this by backing up the video proc palette during suspend/resume,
alongside the display controller one which is already handled.

Signed-off-by: Daniel Drake <dsd@laptop.org>
Acked-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2010-12-01 18:18:56 +09:00
..
Kconfig
Makefile
display_gx.c
display_gx1.c
display_gx1.h
geodefb.h
gx1fb_core.c
gxfb.h
gxfb_core.c gxfb: fix incorrect __init annotation 2010-06-29 15:29:31 -07:00
lxfb.h lxfb: Maintain video processor palette through suspend/resume 2010-12-01 18:18:56 +09:00
lxfb_core.c lxfb: fix incorrect __init annotation 2010-06-29 15:29:31 -07:00
lxfb_ops.c lxfb: Maintain video processor palette through suspend/resume 2010-12-01 18:18:56 +09:00
suspend_gx.c
video_cs5530.c
video_cs5530.h
video_gx.c