Age | Commit message (Expand) | Author |
2006-10-02 | Bug 6242: [mach64] Use private DMA buffers, part #3. | George Sapountzis |
2006-08-28 | drm: lots of small cleanups and whitespace issues fixed up | Dave Airlie |
2006-08-28 | add static function, and remove bad attributions | Dave Airlie |
2006-08-23 | Fix previous commit: Only fall back to hashed handles | Thomas Hellstrom |
2006-08-23 | Allow multiple addMaps with the same 32-bit map offset. | Thomas Hellstrom |
2006-08-14 | remove all TRUE/FALSE no need for this in the drm, use 0 or 1 | Dave Airlie |
2006-07-24 | switch drm to use Linux mutexes instead of semaphore. | Dave Airlie |
2006-07-11 | Keep hashed user tokens, with the following changes: | Thomas Hellstrom |
2006-07-10 | Change drm Map handles to be arbitrary 32-bit hash tokens in the range | Thomas Hellstrom |
2006-07-05 | Add missing semaphore release. | Thomas Hellstrom |
2006-05-19 | rip out unneeded back compat code | Dave Airlie |
2006-02-19 | experimental PCI DMA fixes use proper Linux interfaces | Dave Airlie |
2006-02-18 | major realigment of DRM CVS with kernel code, makes integration much easier | Dave Airlie |
2006-02-18 | Fixup test for memory at end of memory space | Dave Airlie |
2005-11-07 | Fix bug #4908 for now. Alternative is highlighted in this bug report as the | Alan Hourihane |
2005-11-03 | Converts the remaining drm_agp_foo functions to be a drm_agp_foo and | Ian Romanick |
2005-09-30 | fixup bens fix so it works.. | Dave Airlie |
2005-09-30 | Add Bens fix for radeon maps on ppc | Dave Airlie |
2005-09-03 | check is the map containing the lock | Dave Airlie |
2005-08-20 | add x86_64 to the list as well | Dave Airlie |
2005-08-20 | add powerpc64 to the list of archs that this test doesn't make sense on | Dave Airlie |
2005-08-17 | revert reversion of a part of a patch from Jon, that I did last night while | Dave Airlie |
2005-08-16 | add Egberts 32/64 bit patch (its in kernel already...) | Dave Airlie |
2005-08-07 | remove bus address | Dave Airlie |
2005-08-04 | Implement permanent sarea maps | Jon Smirl |
2005-08-04 | Tighten up AGP security. Verify that all uses of AGP are done inside | Jon Smirl |
2005-06-29 | silence warning | Alan Hourihane |
2005-06-28 | - Remove drm_initmap and replace its usage with drm_addmap. This reduces | Eric Anholt |
2005-06-28 | add compat code from Paul Mackerras | Dave Airlie |
2005-06-14 | Adds support for PCI cards to MGA DRM | Ian Romanick |
2005-06-04 | misc cleanup patch from Adrian Bunk | Dave Airlie |
2005-05-28 | Bugzilla #3217: Create a new __drm_pci_free which is used internally in | Eric Anholt |
2005-05-20 | Refactor common, boilerplate ioctl code from drm_addbufs_* functions into | Ian Romanick |
2005-04-26 | Convert BSD code to mostly use bus_dma, the dma abstraction for dealing | Eric Anholt |
2005-02-05 | - Implement drm_initmap, and extend it with the resource number to help | Eric Anholt |
2005-01-16 | The patch makes drmAddBufs/drmMapBufs can handle buffers in video memory | Dave Airlie |
2005-01-01 | Added a new DRM map type _DRM_CONSISTENT for consistent PCI memory. It uses | Felix Kuehling |
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 |
2004-10-06 | Revert back to drm_order() instead of using kernel get_order(). The | Jon Smirl |
2004-09-30 | Lindent of core build. Drivers checked for no binary diffs. A few files | Jon Smirl |
2004-09-30 | Move things around to reduce public symbols and even out files. Switch to | Jon Smirl |
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl |
2004-09-21 | Make DRM permanent maps match broken X behavior. X is mapping regions that | Jon Smirl |
2004-09-20 | Remove size restriction on permanent addmap | Jon Smirl |
2004-09-20 | Felix's fix for map request smaller than permanent map size | Jon Smirl |
2004-09-08 | Update doxygen configuration file. Minor documentation updates/fixes. | Jose Fonseca |
2004-09-08 | Adjust permanent mapping code to account for more than one framebuffer map | Jon Smirl |
2004-09-04 | Fixup OS_HAS_AGP/OS_HAS_MTRR along lines of patches going to kernel, as | Dave Airlie |