aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drm_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-07drm: Change first valid DRM drawable ID to be 1 instead of 0.=?utf-8?q?Michel_D=C3=A4nzer?=1-0/+12
2006-12-07drm: Add support for tracking drawable information to core=?utf-8?q?Michel_D=C3=A4nzer?=1-0/+2
2006-09-22drm: remove hash tables on drm exitThomas Hellstrom1-0/+2
2006-09-22drm: avoid kernel oops in some error paths calling drm_lastcloseThomas Hellstrom1-4/+6
2006-09-22drm: move drm authentication to new generic hash table.Thomas Hellstrom1-6/+4
2006-09-22drm: cleanup old compat code and DRM fns from Linux only codeDave Airlie1-1/+1
2006-04-05drm: remove master setting from add/remove contextDave Airlie1-2/+2
2006-02-02sem2mutex: drivers/char/drm/Dave Airlie1-2/+2
2006-01-11drm: cleanup properly on drm module unloadDave Airlie1-6/+6
2006-01-02drm: move ioctl flags to a bit field of flagsDave Airlie1-55/+56
2005-11-11drm: add in-kernel entry points for rest of AGP ioctlsDave Airlie1-4/+4
2005-11-10drm: rename driver hooks more understandablyDave Airlie1-13/+16
2005-10-20merge Linus head tree into my drm tree and fix up conflictsDave Airlie1-1/+1
2005-09-29[PATCH] proc_mkdir() should be used to create procfs directoriesAl Viro1-1/+1
2005-09-25drm: lindent the drm directory.Dave Airlie1-179/+182
2005-07-10drm: cleanup buffer/map codeDave Airlie1-52/+16
2005-07-10drm: fix minor function header issueDave Airlie1-2/+2
2005-07-10drm: update some function so a driver can call themDave Airlie1-7/+8
2005-07-10drm: update support for drm pci buffersDave Airlie1-2/+6
2005-07-10drm: add _DRM_CONSISTENT map typeDave Airlie1-0/+4
2005-07-07drm: misc cleanupDave Airlie1-3/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+531