aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: major whitespace/coding style realignment with kernelDave Airlie2007-11-221-92/+92
* drm: remove lots of spurious whitespace.Dave Airlie2007-11-041-2/+2
* Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt2007-07-201-53/+54
* Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt2007-07-201-1/+1
* Remove DRM_ERR OS macro.Eric Anholt2007-07-201-48/+48
* drm: remove drm_buf_tDave Airlie2007-07-151-4/+4
* drm: remove drmP.h internal typedefsDave Airlie2007-07-151-1/+1
* drm: detypedef drm.h and fixup all problemsDave Airlie2007-07-151-9/+9
* fix missing DRM_ERR from kernelDave Airlie2006-12-191-1/+1
* whitespace cleanup/aligment with kernelDave Airlie2006-01-011-40/+40
* Correct a LOR issue on FreeBSD by allocating temporary space and doing aEric Anholt2005-11-081-126/+144
* Remove warnings about code mixed with declerations..Dave Airlie2005-06-041-7/+7
* Clean up some const qualifier cast warnings.Eric Anholt2005-04-261-6/+6
* Added support for command DMA on Savage4-based hardware. UnfortunatelyFelix Kuehling2005-03-051-67/+117
* Corrected some confusion of vb_stride and vtx_sizeFelix Kuehling2005-01-201-28/+312
* Fixed a bug that prevented the driver from ever emitting triangle strips orFelix Kuehling2005-01-151-4/+4
* Improved workaround for Savage3D DMA lockup to emit NOPs only before theFelix Kuehling2005-01-091-1/+9
* 3D scissor regs are now managed by the DRM to iterate over clip rectsFelix Kuehling2005-01-051-75/+243
* Completeley rewritten Savage DRM which can be considered secure (moduloFelix Kuehling2005-01-011-0/+636