Age | Commit message (Expand) | Author |
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 |
2004-07-14 | Fix reference counting for stub for new Linux PCI probe | Dave Airlie |
2004-06-21 | fix bug with pci_disable_device in the wrong place (Paul Mackerras) remove | Dave Airlie |
2004-06-12 | dirty hack to make mach64 work, (don't worry I'll get around to fixing it | Dave Airlie |
2004-05-10 | do some real testing and fix the DRM initialising and unloading | Dave Airlie |
2004-05-09 | Commit sysfs and drm PCI changes for 2.6 kernel | Dave Airlie |
2004-05-02 | better device class support from Jon Smirls patches.. | Dave Airlie |
2004-04-21 | centralise pci ids into one place and use scripts to generate files for | Dave Airlie |
2004-04-08 | 2.6 patches for larger dev_t | Dave Airlie |
2004-04-08 | patch from Linux kernel 2.6.5 | Dave Airlie |
2004-03-16 | Add a missing ifdef CTX to get rid of the waring in the gamma driver build. | Jon Smirl |
2004-02-20 | drm_ctx_dtor.patch Submitted by: Erdi Chen | Keith Whitwell |
2003-11-05 | - Tie the DRM to a specific device: setunique no longer succeeds when given | Eric Anholt |
2003-11-04 | Memory layout transition: | Michel Daenzer |
2003-10-24 | Switch pci enumeration call to work on both 2.4 and 2.6 pci_for_each_dev is | Jon Smirl |
2003-10-23 | Move to "old-style" probing as documented in linux/Documentation/pci.txt. | Eric Anholt |
2003-10-23 | - Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This ioctl allows the | Eric Anholt |
2003-10-19 | Fix probing on 2.5+ kernels, which require that drivers have .id_table set. | Eric Anholt |
2003-10-17 | - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them | Eric Anholt |
2003-10-17 | - Converted Linux drivers to initialize DRM instances based on PCI IDs, not | Eric Anholt |