summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-08-24merge trunk into drmfntbl-0-0-2 branchdrmfntbl-0-0-2-branchDave Airlie34-114/+4756
2004-08-19add free filp private pointer to cleanup after open_helperdrmfntbl-0-0-2-20040824-freezeDave Airlie6-0/+28
2004-08-19convert DRIVER_FILE_FIELDS to a private pointer structureDave Airlie9-25/+70
2004-08-19get rid of last batch of defines... some of these were gamma specific soDave Airlie23-167/+133
2004-08-19fix bug .. all drivers have CTX_BITMAPDave Airlie4-26/+16
2004-08-19get rid of HAVE_IRQ and HAVE_DMA this is a big change - as there were lotsDave Airlie82-369/+414
2004-08-18remove HAVE_SGDave Airlie25-52/+45
2004-08-18remove HAVE_CTX_BITMAP and HAVE_PCI_DMADave Airlie33-154/+131
2004-08-18Remove HAVE_AGP and HAVE_MTRRDave Airlie57-231/+259
2004-08-17Merged drmfntbl-0-0-1drmfntbl-0-0-1-20040817-mergeDave Airlie99-1318/+1416
2004-08-17preparation patch for radeon permanent mapping registers/framebuffer makesDave Airlie7-116/+258
2004-08-172.6.8.1 has changed the links in /lib/modulesDave Airlie2-2/+6
2004-08-15Fix warning about unused ddev variableJon Smirl2-2/+2
2004-08-15Add dev to DRIVER_CTX_DTOR( dev, pos->handle) so that sis driver willJon Smirl4-4/+6
2004-08-14Remove unused pcigart/sg header stuff from i915 driver.Eric Anholt2-8/+0
2004-08-14Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will be used in anEric Anholt14-24/+28
2004-08-14Hopefully proper fix for corrupted driver name in memcontrol list.Eric Anholt2-4/+4
2004-08-13Fix apparent copy'n'paste-o of the card attributes commit that broke theEric Anholt2-4/+4
2004-08-13Enable MTRR usage on AMD64, and use DELAY() instead of rolling our ownEric Anholt2-18/+6
2004-08-11Bug #979: Don't include <sys/sysmacros.h> on linux, it occasionally emitsAdam Jackson1-4/+0
2004-08-11minor patch from Jon Smirl : sets up some things for later useDave Airlie6-16/+18
2004-08-10Patch from Jon Smirl to add attribute field to the pciids, and use this forDave Airlie10-382/+390
2004-08-042.4 compatDave Airlie2-2/+2
2004-08-042.4 hotplug compatDave Airlie6-4/+18
2004-08-03bring over fix from i865-agp branch, it now probes the driver, X hangsDave Airlie4-2/+14
2004-08-03fix for drm in /proc - from Jon SmirlDave Airlie8-62/+66
2004-08-02forgot to check these in.. thanks to Jon for reminding me ..Dave Airlie3-3/+3
2004-07-31Add a hotplug event to DRM. Parameters match the ones from the general PCIJon Smirl4-6/+146
2004-07-31patch from RH xorg-x11 tree ported to drm.hDave Airlie2-4/+4
2004-07-31Patch picked up from Redhat xorg release:Dave Airlie1-2/+2
2004-07-31fixes for using userspace pointers found by sparse utilityDave Airlie5-22/+52
2004-07-31athe patch below optimises the drm code to not do put_user() on memory theDave Airlie4-22/+16
2004-07-29add read/write 16Dave Airlie2-0/+4
2004-07-29change to agp not pci ... still not workingDave Airlie2-2/+2
2004-07-29initial port of i915 to BSD, not finished doesn't work.. no idea why...Dave Airlie10-16/+218
2004-07-25check for __user if not there define itDave Airlie2-0/+8
2004-07-25sync up with current 2.6 kernel bk tree - mostly __user annotationsDave Airlie52-357/+375
2004-07-25whitespace merge with kernelDave Airlie2-10/+6
2004-07-25if the driver has already register don't do another intermodule registerDave Airlie4-60/+82
2004-07-25Patch from Tom Arbuckle for missing bus_addressDave Airlie2-0/+2
2004-07-23Correct a couple of packet length calculations.Keith Whitwell2-2/+16
2004-07-22another logic error returns 0 or greater for successDave Airlie2-2/+2
2004-07-21ATI Rage 128 and Radeon DRM unconditionally depend on PCIDave Airlie2-6/+6
2004-07-21add some more debugging fix ++ and --Dave Airlie2-8/+18
2004-07-20first set of __user annotations from kernel (Al Viro)Dave Airlie27-191/+203
2004-07-20Add NULLs instead of 0 for i915Dave Airlie2-18/+18
2004-07-20Kconfig update add i915 bring over some stuff from kernelDave Airlie2-4/+24
2004-07-20add x86_64 architecture defines from kernel (leave AMD64 defines in forDave Airlie4-8/+8
2004-07-20fix some more NULLs from kernelDave Airlie4-6/+6
2004-07-20attempt to clean up stub_register, register_chrdev isn't good enough toDave Airlie2-24/+32