Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-04 | drm: move drm_head to drm_minor and fix up users | Dave Airlie | |
2007-11-22 | drm: major whitespace/coding style realignment with kernel | Dave Airlie | |
2007-07-18 | drm: remove drm_u64_t, replace with uint64_t everwhere | Dave Airlie | |
This might break something, stdint.h inclusion in drm.h maybe required but I'm not sure yet what platforms have it what ones don't. | |||
2007-07-16 | drm: detypedef ttm/bo/fence code | Dave Airlie | |
2007-07-16 | drm: remove drmP.h internal typedefs | Dave Airlie | |
2007-07-16 | drm: detypedef drm.h and fixup all problems | Dave Airlie | |
2007-05-26 | drm: cleanup use of Linux list handling macros | Dave Airlie | |
This makes the drms use of the list handling macros a lot cleaner and more along the lines of how they should be used. | |||
2007-03-23 | cleanup more whitespace from ttm merge | Dave Airlie | |
2007-03-19 | use ARRAY_SIZE | Dave Airlie | |
2006-12-21 | Improve memory manager accounting printout formatting. | Thomas Hellstrom | |
2006-10-17 | Add vma list memory usage to memory accounting. | Thomas Hellstrom | |
Use byte unit for /proc printout of memory usage for small sizes to be able to detect memory allocation bugs more easily. | |||
2006-10-17 | Add memory usage accounting to avoid DOS problems. | Thomas Hellstrom | |
2006-10-02 | Allow for 44 bit user-tokens (or drm_file offsets) | Thomas Hellstrom | |
2006-09-25 | Add /proc filesystem buffer / fence object accounting. | Thomas Hellstrom | |
Check for NULL pointer in the i915 flush handler. Remove i915_sync_flush declaration. | |||
2006-09-22 | Fix proc formatting broken by last commit. | Thomas Hellstrom | |
GPU lockup error reporting. | |||
2006-09-20 | Allow for 64-bit map handles of ttms and buffer objects. | Thomas Hellstrom | |
2006-08-28 | drm: lots of small cleanups and whitespace issues fixed up | Dave Airlie | |
remove a mach64 warning, align a lot of things from linux kernel | |||
2006-07-24 | switch drm to use Linux mutexes instead of semaphore. | Dave Airlie | |
I hope the fallback compat code works if not shout at me. | |||
2005-11-11 | realign whitespace with kernel | Dave Airlie | |
2005-11-11 | A bunch of create_proc_dir_entry() calls creating directories had crept in | Dave Airlie | |
since the last sweep; converted to proc_mkdir(). From: Al Viro (via kernel) | |||
2005-08-16 | add Egberts 32/64 bit patch (its in kernel already...) | Dave Airlie | |
2005-06-04 | misc cleanup patch from Adrian Bunk | Dave Airlie | |
2005-01-01 | Added a new DRM map type _DRM_CONSISTENT for consistent PCI memory. It uses | Felix Kuehling | |
drm_pci_alloc/free for allocating/freeing the memory. Only implemented in the Linux DRM so far. | |||
2004-10-20 | Switch linux-core from using dev->pdev->driver->name to | Jon Smirl | |
dev->driver->pci_driver.name. This avoids the stealth mode case where pdev is pointing to the wrong driver or no driver. | |||
2004-10-18 | Update Doxygen configuration & comments. | Jose Fonseca | |
2004-10-12 | Breakout heads into their own data structures. | Jon Smirl | |
2004-10-10 | Rename fn_tbl to driver. Core driver now uses pci_driver name which | Jon Smirl | |
reflects the personality name. | |||
2004-09-30 | Lindent of core build. Drivers checked for no binary diffs. A few files | Jon Smirl | |
weren't Lindent's because their comments didn't convert very well. A bunch of other minor clean up with no code implact included. | |||
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl | |
2004-08-27 | __NO_VERSION__ hasn't been needed since 2.3 days ditch it... | Dave Airlie | |
2004-08-03 | fix for drm in /proc - from Jon Smirl | Dave Airlie | |
2004-04-08 | long dev_t patches from 2.6 tree | Dave Airlie | |
2003-06-03 | Added the Doxygen configuration file. Minor documentation fixes. | Jose Fonseca | |
2003-05-27 | Merged DRM documentation. | Jose Fonseca | |
2003-04-29 | remove unused variables | Leif Delgass | |
2003-04-26 | Remove #if 0'd code | Keith Whitwell | |
2003-04-22 | remove unused dma histogram code | Keith Whitwell | |
2003-04-08 | Use list_entry() to get container struct from struct list_head pointers. | Leif Delgass | |
Build fix for RedHat 9 kernel (5 args to remap_page_range()). | |||
2003-04-05 | add 'SG' map type identifier string (pci scatter/gather) to /proc vm info | Leif Delgass | |
2003-03-25 | linux merge for drm | Alan Hourihane | |
2002-12-12 | bring in jantorial changes from 2.5.51 | Keith Whitwell | |
2001-10-08 | commit Abraham vd Merwe fix. | Alan Hourihane | |
2001-03-14 | Merged sarea-1-0-0 | Kevin E Martin | |
2001-02-16 | - Clean up the way customization of the templates is done. | Gareth Hughes | |
- Fix old-style DMA for gamma driver (please test). - Pull out IRQ handling into drm_dma.h (please test on i810, gamma). - Lots of general cleanups, remove compiler warnings etc. | |||
2001-02-15 | Merge mga-1-0-0-branch into trunk. | Gareth Hughes | |