[PATCH] savagefb: Allocate space for current and saved register states
authorAntonino A. Daplas <adaplas@gmail.com>
Mon, 26 Jun 2006 07:26:23 +0000 (00:26 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:28 +0000 (09:58 -0700)
commit2356614b08bf8769790c4f1f55c83d95f802bc51
treeb91aaa653189fabe3cb09fc9ed015fa384b22b01
parent1ba70a019599b4fa3e091c6dbc4a04e2c607eea3
[PATCH] savagefb: Allocate space for current and saved register states

Allocate space for 2 register states: 'current' for the current state of
the hardware, and 'saved', to be used for restoring the hardware to a sane
state.  This is in preparation for the addition of state save and restore
hooks to make savagefb work together with the latest Xorg savage driver.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/savage/savagefb.h
drivers/video/savage/savagefb_driver.c