Age | Commit message (Expand) | Author |
2005-04-26 | Convert BSD code to mostly use bus_dma, the dma abstraction for dealing | Eric Anholt |
2005-03-25 | fix up AGP multi-head support for kernel 2.6.12 | Dave Airlie |
2005-03-25 | fix bug with XFree86 4.3 on core drm | Dave Airlie |
2005-02-07 | Invalid bound check of driver defined ioctls in drm_ioctl | Dave Airlie |
2005-02-07 | change DRIVER_ to CORE_ makes things look nicer, also change it so the | Dave Airlie |
2005-01-01 | Added a new DRM map type _DRM_CONSISTENT for consistent PCI memory. It uses | Felix Kuehling |
2004-12-07 | Patch from Jon Smirl from Nov. 2nd that makes older X servers behave well | Thomas Hellstrom |
2004-10-23 | Round 2 of getting rid of inter_module_get() | Jon Smirl |
2004-10-23 | Revert symbol_get() changes from drm_drv | Jon Smirl |
2004-10-23 | fix inter module put/get | Dave Airlie |
2004-10-23 | Prepare to eliminate inter_module_get("agp") | Jon Smirl |
2004-10-19 | drm-core, Clean up bug error path on stealth mode exit | 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-08 | Fix refcount bug in stealth mode | 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-28 | Getting the AGP module is a global resource. Make sure a dual PCI/AGP | Jon Smirl |
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl |
2004-09-20 | Remove size restriction on permanent addmap | Jon Smirl |
2004-09-20 | remove HAVE_COUNTERS | Dave Airlie |
2004-09-16 | Let's try adding the dyn-minor patch again. This patch will reuse minor | Jon Smirl |
2004-09-15 | Back dyn-minor patch out for now. fops handling is broken on some cards | Jon Smirl |
2004-09-15 | Dynamic device minor support. Minor device numbers will be reused if the | Jon Smirl |
2004-09-12 | Fix error path in probe() to release resources if there is an error. | Jon Smirl |
2004-09-10 | More general patch to mark resources in use by all DRM drivers. Makes the | Jon Smirl |
2004-09-05 | missed fix as part of last checkin | Dave Airlie |
2004-09-05 | merge back bunch of whitespace and misc changes from kernel | Dave Airlie |
2004-09-04 | Fixup OS_HAS_AGP/OS_HAS_MTRR along lines of patches going to kernel, as | Dave Airlie |
2004-09-02 | Fix ref count problem in stealth mode. pci_get_subsys() with last parameter | Jon Smirl |
2004-08-30 | implement drm_core_check_feature and use it .. looks lots nicer | Dave Airlie |
2004-08-29 | remove hacky context thing that was gamma only | Dave Airlie |
2004-08-29 | Drop GAMMA DRM from a great height ... | Dave Airlie |
2004-08-28 | Initialize pdev to NULL correctly so that pci_get_subsys() will work. | Jon Smirl |
2004-08-27 | Make DRM detect vesafb and revert to stealth mode to avoid resource | Jon Smirl |
2004-08-24 | Merged drmfntbl-0-0-2 | Dave Airlie |
2004-08-24 | addmap-base-2 patch from Jon Smirl: | Dave Airlie |
2004-08-24 | This patch adds three new ioctl's to the VIA Unichrome/Pro DRM driver: | Erdi Chen |
2004-08-17 | Merged drmfntbl-0-0-1 | Dave Airlie |
2004-08-15 | Add dev to DRIVER_CTX_DTOR( dev, pos->handle) so that sis driver will | Jon Smirl |
2004-08-11 | minor patch from Jon Smirl : sets up some things for later use | Dave Airlie |
2004-08-10 | Patch from Jon Smirl to add attribute field to the pciids, and use this for | Dave Airlie |
2004-08-03 | fix for drm in /proc - from Jon Smirl | Dave Airlie |
2004-07-25 | if the driver has already register don't do another intermodule register | Dave Airlie |
2004-07-20 | first set of __user annotations from kernel (Al Viro) | Dave Airlie |
2004-07-15 | sparse cleanups from kernel: Al Viro | Dave Airlie |