summaryrefslogtreecommitdiff
path: root/linux-core/via_mm.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-03drm: cleanup DRM_DEBUG() parametersMárton Németh1-2/+2
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-1/+1
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-41/+26
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-5/+5
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-3/+3
2007-07-16drm: remove hashtab/sman and object typedefsDave Airlie1-1/+1
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-2/+2
2007-02-13Remove debug printout.Thomas Hellstrom1-1/+0
2007-02-13Bugzilla Bug #9457Thomas Hellstrom1-0/+1
2006-08-14remove all TRUE instances as wellDave Airlie1-2/+2
2006-08-14remove all TRUE/FALSE no need for this in the drm, use 0 or 1Dave Airlie1-3/+3
2006-08-07drm: whitespace cleanup in new filesDave Airlie1-4/+1
2006-07-24switch drm to use Linux mutexes instead of semaphore.Dave Airlie1-16/+16
2006-06-16via: Return the requested size instead of the correct size of the allocatedThomas Hellstrom1-3/+3
2006-06-15via:Thomas Hellstrom1-8/+19
2006-06-06Merge in the drm-sman-branchThomas Hellstrom1-0/+203