Age | Commit message (Expand) | Author |
2007-01-01 | fixup permission along line of kernel | Dave Airlie |
2006-12-19 | drm: remove all 2.4 support for drm development tree. | Dave Airlie |
2006-12-15 | Remove the memory caches for fence objects and memory manager nodes, | Thomas Hellstrom |
2006-10-18 | Merging drm-ttm-0-2-branch | Thomas Hellstrom |
2006-10-17 | Add vma list memory usage to memory accounting. | Thomas Hellstrom |
2006-10-17 | Extend generality for more memory types. | Thomas Hellstrom |
2006-10-10 | Use a nopage-based approach to fault in pfns. | Thomas Hellstrom |
2006-10-02 | Add a buffer object manager for TTM maps. | Thomas Hellstrom |
2006-10-02 | Make locked tasklet handling more robust. | Michel Dänzer |
2006-09-29 | Add support for tracking drawable information to core | Michel Dänzer |
2006-09-28 | Add support for tracking drawable information to core | Michel Dänzer |
2006-09-06 | Put the PCI device/vendor id in the drm_device_t. | Eric Anholt |
2006-09-04 | Make memory caches global so that they can be used with | Thomas Hellstrom |
2006-09-01 | Bugfixes, | Thomas Hellstrom |
2006-08-28 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-... | Thomas Hellstrom |
2006-08-28 | drm: lots of small cleanups and whitespace issues fixed up | Dave Airlie |
2006-08-28 | remove local copies of pci domain/bus/slot/num | Dave Airlie |
2006-08-21 | User / Kernel space fence objects (device-independent part). | Thomas Hellstrom |
2006-08-21 | Generic DRM support base-class support for user-space objects, like | Thomas Hellstrom |
2006-07-24 | switch drm to use Linux mutexes instead of semaphore. | Dave Airlie |
2006-07-10 | Change drm Map handles to be arbitrary 32-bit hash tokens in the range | Thomas Hellstrom |
2006-02-18 | always enable and set master on pci device | Dave Airlie |
2006-02-18 | major realigment of DRM CVS with kernel code, makes integration much easier | Dave Airlie |
2006-01-02 | use drm_cards_limit instead of cards_limit | Dave Airlie |
2005-08-05 | Rename the driver hooks in the DRM to something a little more | Eric Anholt |
2005-07-03 | Simplify the sysfs code | Jon Smirl |
2005-07-03 | Add sysfs attribute dri_library_name on Linux. code in share-core/via_drv.c | Jon Smirl |
2005-06-28 | Given that BenH says using the sysdev approach for DRM is bogus, I'll yank | Alan Hourihane |
2005-06-23 | Fix drm_memory_debug.c to compile, doesn't seem to be working Clean up | Jon Smirl |
2005-06-22 | Get the power management hooks into the right place so that everything gets | Jon Smirl |
2005-06-04 | misc cleanup patch from Adrian Bunk | Dave Airlie |
2005-05-28 | Actually check for drm_fb_loaded before trying to initialize the sysdev | Alan Hourihane |
2005-05-28 | Re-implement the power management. | Alan Hourihane |
2005-05-16 | Added device_is_agp callback to drm_driver. This function is called by the | Ian Romanick |
2005-03-25 | fix up AGP multi-head support for kernel 2.6.12 | Dave Airlie |
2005-03-25 | For 2.6.12 and 2.6.11.x: | Dave Airlie |
2005-02-07 | change DRIVER_ to CORE_ makes things look nicer, also change it so the | Dave Airlie |
2004-10-29 | Switch SPIN_LOCK_UNLOCKED to spin_lock_init() | Jon Smirl |
2004-10-29 | Add include of moduleparam.h | Jon Smirl |
2004-10-23 | Prepare to eliminate inter_module_get("agp") | Jon Smirl |
2004-10-20 | Switch linux-core from using dev->pdev->driver->name to | Jon Smirl |
2004-10-18 | Update Doxygen configuration & comments. | Jose Fonseca |
2004-10-15 | Switch linux-core over to 2.6 parameter model to enable debug use | Jon Smirl |
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-05 | enable the device in the right order, remove __devinit from drm_int | 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-30 | Make fops per driver instead of global, remove default flush, poll, read | Jon Smirl |
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl |