summaryrefslogtreecommitdiff
path: root/linux-core/drm_stub.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-07change DRIVER_ to CORE_ makes things look nicer, also change it so theDave Airlie1-3/+3
2004-10-29Switch SPIN_LOCK_UNLOCKED to spin_lock_init()Jon Smirl1-1/+1
2004-10-29Add include of moduleparam.hJon Smirl1-0/+1
2004-10-23Prepare to eliminate inter_module_get("agp")Jon Smirl1-1/+1
2004-10-20Switch linux-core from using dev->pdev->driver->name toJon Smirl1-1/+1
2004-10-18Update Doxygen configuration & comments.Jose Fonseca1-1/+1
2004-10-15Switch linux-core over to 2.6 parameter model to enable debug useJon Smirl1-4/+5
2004-10-12Breakout heads into their own data structures.Jon Smirl1-96/+63
2004-10-10Rename fn_tbl to driver. Core driver now uses pci_driver name whichJon Smirl1-8/+7
2004-10-05enable the device in the right order, remove __devinit from drm_intJon Smirl1-10/+10
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-51/+75
2004-09-30Move things around to reduce public symbols and even out files. Switch toJon Smirl1-37/+74
2004-09-30Make fops per driver instead of global, remove default flush, poll, readJon Smirl1-1/+1
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-133/+44
2004-09-23Remove 2.6 code that allow DRM major device number to be shared. We can addJon Smirl1-20/+7
2004-09-231) switches from class_sysfs to drm sysfs implementation to allowJon Smirl1-14/+13
2004-09-22Remove hotplug reset support from DRM driver. This will be handled by theJon Smirl1-69/+1
2004-09-16Let's try adding the dyn-minor patch again. This patch will reuse minorJon Smirl1-172/+272
2004-09-15Back dyn-minor patch out for now. fops handling is broken on some cardsJon Smirl1-240/+155
2004-09-15Don't use module_param if it isn't defined in older kernels.Jon Smirl1-2/+6
2004-09-15Dynamic device minor support. Minor device numbers will be reused if theJon Smirl1-155/+236
2004-08-27__NO_VERSION__ hasn't been needed since 2.3 days ditch it...Dave Airlie1-1/+0
2004-08-15Fix warning about unused ddev variableJon Smirl1-1/+1
2004-08-15Add dev to DRIVER_CTX_DTOR( dev, pos->handle) so that sis driver willJon Smirl1-1/+2
2004-08-11minor patch from Jon Smirl : sets up some things for later useDave Airlie1-1/+0
2004-08-10Patch from Jon Smirl to add attribute field to the pciids, and use this forDave Airlie1-0/+5
2004-08-042.4 hotplug compatDave Airlie1-0/+2
2004-08-03fix for drm in /proc - from Jon SmirlDave Airlie1-13/+23
2004-07-31Add a hotplug event to DRM. Parameters match the ones from the general PCIJon Smirl1-0/+68
2004-07-25sync up with current 2.6 kernel bk tree - mostly __user annotationsDave Airlie1-3/+3
2004-07-25if the driver has already register don't do another intermodule registerDave Airlie1-30/+40
2004-07-22another logic error returns 0 or greater for successDave Airlie1-1/+1
2004-07-21add some more debugging fix ++ and --Dave Airlie1-4/+9
2004-07-20attempt to clean up stub_register, register_chrdev isn't good enough toDave Airlie1-12/+16
2004-07-14Fix reference counting for stub for new Linux PCI probeDave Airlie1-2/+10
2004-05-03use drm.. not dri for class...Dave Airlie1-1/+1
2004-05-02better device class support from Jon Smirls patches..Dave Airlie1-27/+19
2004-04-082.6 sysfs patches + stubs in drmP.h for 2.4 compatibilityDave Airlie1-3/+32
2004-04-08long dev_t patches from 2.6 treeDave Airlie1-1/+1
2003-05-27Merged DRM documentation.Jose Fonseca1-8/+65
2002-08-06Updates from Rusty Russell to:Rik Faith1-2/+2
2002-05-16Allow drm to build under 2.4 and 2.5(.14)Keith Whitwell1-1/+1
2001-08-19No one's maintaining 2.2.x support - so remove all the cruft.Alan Hourihane1-6/+0
2001-08-07Lots of DRM fixes: added new pieces of template code so the ffb driver canJeff Hartmann1-0/+1
2001-07-30Merge the multihead-1-0-0 branch into the trunk, with the exception of theDavid Dawes1-2/+6
2001-02-21Add Linux 2.2.x support for stubsRik Faith1-3/+10
2001-02-16- Clean up the way customization of the templates is done.Gareth Hughes1-3/+6
2001-02-15Merge mga-1-0-0-branch into trunk.Gareth Hughes1-0/+142