This website requires JavaScript.
Explore
Help
Register
Sign In
geemili
/
drm
Watch
1
Star
0
Fork
You've already forked drm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f5c81b2620
drm
/
linux
/
.cvsignore
7 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Have CVS ignore some files produced by the build.
2004-04-10 10:20:00 -06:00
*.ko
*.ko.cmd
*.o.cmd
*.mod.c
Add *.flags to cvsignore.
2004-09-22 10:45:44 -06:00
*.flags
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)
2005-08-04 21:50:23 -06:00
drm_pciids.h