01 Jul, 2006
1 commit
-
Signed-off-by: Jörn Engel
Signed-off-by: Adrian Bunk
10 Nov, 2005
1 commit
-
Rename the driver hooks in the DRM to something a little more understandable:
preinit -> load
postinit -> (removed)
presetup -> firstopen
postsetup -> (removed)
open_helper -> open
prerelease -> preclose
free_filp_priv -> postclose
pretakedown -> lastclose
postcleanup -> unload
release -> reclaim_buffers_locked
version -> (removed)postinit and version were replaced with generic code in the Linux DRM (drivers
now set their version numbers and description in the driver structure, like on
BSD). postsetup wasn't used at all. Fixes the savage hooks for
initializing and tearing down mappings at the right times. Testing involved at
least starting X, running glxgears, killing glxgears, exiting X, and repeating.Tested on: FreeBSD (g200, g400, r200, r128)
Linux (r200, savage4)From: Eric Anholt
Signed-off-by: Dave Airlie
30 Sep, 2005
1 commit
-
Finally cleaned up the sparse warnings for the drm.
Signed-off-by: Dave Airlie
25 Sep, 2005
1 commit
-
I've been threatening this for a while, so no point hanging around.
This lindents the DRM code which was always really bad in tabbing department.
I've also fixed some misnamed files in comments and removed some trailing
whitespace.Signed-off-by: Dave Airlie
07 Aug, 2005
1 commit
-
Add driver for savage chipsets.
From: Felix Kuehling
Signed-off-by: Dave Airlie