Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-15 | Switch linux-core over to 2.6 parameter model to enable debug use | Jon Smirl | |
drm_debug=1 | |||
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-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 | |
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-30 | Move things around to reduce public symbols and even out files. Switch to | Jon Smirl | |
get_order from drm_order. | |||
2004-09-30 | Make fops per driver instead of global, remove default flush, poll, read | Jon Smirl | |
functions | |||
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl | |
2004-09-23 | Remove 2.6 code that allow DRM major device number to be shared. We can add | Jon Smirl | |
it back later if needed. Checked DRM on both 2.4 and 2.6 to ensure that it builds and runs. | |||
2004-09-23 | 1) switches from class_sysfs to drm sysfs implementation to allow | Jon Smirl | |
customization 2) compiles again on 2.4, but doesn't work | |||
2004-09-22 | Remove hotplug reset support from DRM driver. This will be handled by the | Jon Smirl | |
VGA driver when it gets written. | |||
2004-09-16 | Let's try adding the dyn-minor patch again. This patch will reuse minor | Jon Smirl | |
numbers if a card is hotplugged in/out instead of just having them increase. | |||
2004-09-15 | Back dyn-minor patch out for now. fops handling is broken on some cards | Jon Smirl | |
2004-09-15 | Don't use module_param if it isn't defined in older kernels. | Jon Smirl | |
2004-09-15 | Dynamic device minor support. Minor device numbers will be reused if the | Jon Smirl | |
device is hotplugged in/out of the system | |||
2004-08-27 | __NO_VERSION__ hasn't been needed since 2.3 days ditch it... | Dave Airlie | |
2004-08-15 | Fix warning about unused ddev variable | Jon Smirl | |
2004-08-15 | Add dev to DRIVER_CTX_DTOR( dev, pos->handle) so that sis driver will | Jon Smirl | |
compile #if 0 get_pci_driver use in hotplug function until fbdev work around is written | |||
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 | |
certain radeon combinations - intel drivers can probably use this for dual head capable devices etc.. | |||
2004-08-04 | 2.4 hotplug compat | Dave Airlie | |
2004-08-03 | fix for drm in /proc - from Jon Smirl | Dave Airlie | |
2004-07-31 | Add a hotplug event to DRM. Parameters match the ones from the general PCI | Jon Smirl | |
hotplug event plus the addition of one requesting RESET. Put your scripts in /etc/hotplug.d/drm to run. kernel class_simple generates the ADD/REMOVE events. No cards currently request RESET, the flag is there to stop you from resetting your boot display. | |||
2004-07-25 | sync up with current 2.6 kernel bk tree - mostly __user annotations | Dave Airlie | |
2004-07-25 | if the driver has already register don't do another intermodule register | Dave Airlie | |
2004-07-22 | another logic error returns 0 or greater for success | Dave Airlie | |
2004-07-21 | add some more debugging fix ++ and -- | Dave Airlie | |
2004-07-20 | attempt to clean up stub_register, register_chrdev isn't good enough to | Dave Airlie | |
make the decision for multiple cards with one drm .. | |||
2004-07-14 | Fix reference counting for stub for new Linux PCI probe | Dave Airlie | |
2004-05-03 | use drm.. not dri for class... | Dave Airlie | |
2004-05-02 | better device class support from Jon Smirls patches.. | Dave Airlie | |
2004-04-08 | 2.6 sysfs patches + stubs in drmP.h for 2.4 compatibility | Dave Airlie | |
2004-04-08 | long dev_t patches from 2.6 tree | Dave Airlie | |
2003-05-27 | Merged DRM documentation. | Jose Fonseca | |
2002-08-06 | Updates from Rusty Russell to: | Rik Faith | |
1) Remove redundant header inclusion 2) Silence bitop on non-long argument warnings (change int to long) 3) Move to ISO C (gcc 2.6) initializers (accepted by older gccs also) All of these are syntax changes that should not impact functionality. | |||
2002-05-16 | Allow drm to build under 2.4 and 2.5(.14) | Keith Whitwell | |
2001-08-19 | No one's maintaining 2.2.x support - so remove all the cruft. | Alan Hourihane | |
2001-08-07 | Lots of DRM fixes: added new pieces of template code so the ffb driver can | Jeff Hartmann | |
be ported, rolled back r128 and i810 version bumps so 4.1.0 works with cvs kernel modules, added Config.in and updated Makefile.kernel, incorporated lots of drm fixes inspired by patches sent by Redhat, made DRM(realloc) usage check for NULL allocations, restructure driver init routines to export dev_priv only when initialized and to check for all error conditions. | |||
2001-07-30 | Merge the multihead-1-0-0 branch into the trunk, with the exception of the | David Dawes | |
glide header files. The changes include: - Brian Paul's changes to the tdfx client-side 3D driver to make it dlopen() the correct glide library (Voodoo3 or Voodoo5). This allows both types of the glide library to co-exist, and allows Voodoo3/Voodoo5 cards to be mixed in multi-head configs. - DRM kernel driver changes to allow a driver to set up multiple instances (minor numbers), one for each card present that the driver supports. This is currently implemented and tested only for the tdfx DRM driver. - Add some missing missing <stdarg.h> includes. - Some log message cleanups. - Change the 2D tdfx driver to access VGA legacy registers via their PCI I/O space access points rather than their legacy addresses, and fix some problems with the way the VGA-related bits are initialised. Status: - With these changes, multi-head direct rendering works with multiple Voodoo3 and/or Voodoo5 cards. This has been tested with two PCI Voodoo3 cards and an AGP Voodoo5 card, and all permutations of those. Caveats: - Xinerama is not supported. If Xinerama is enabled, then direct rendering gets disabled. - The text mode on secondary screens will show junk after the X server exits. - On some hardware, starting the X server on multiple 3dfx cards will result in a hard lockup. One workaround is to enable APIC support in a uni-processor kernel, or use an SMP kernel. | |||
2001-02-21 | Add Linux 2.2.x support for stubs | Rik Faith | |
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 | |