summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merged drmfntbl-0-0-1drmfntbl-0-0-1-20040817-mergeDave Airlie2004-08-1799-1318/+1416
* preparation patch for radeon permanent mapping registers/framebuffer makesDave Airlie2004-08-177-116/+258
* 2.6.8.1 has changed the links in /lib/modulesDave Airlie2004-08-172-2/+6
* Fix warning about unused ddev variableJon Smirl2004-08-152-2/+2
* Add dev to DRIVER_CTX_DTOR( dev, pos->handle) so that sis driver willJon Smirl2004-08-154-4/+6
* Remove unused pcigart/sg header stuff from i915 driver.Eric Anholt2004-08-142-8/+0
* Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will be used in anEric Anholt2004-08-1414-24/+28
* Hopefully proper fix for corrupted driver name in memcontrol list.Eric Anholt2004-08-142-4/+4
* Fix apparent copy'n'paste-o of the card attributes commit that broke theEric Anholt2004-08-132-4/+4
* Enable MTRR usage on AMD64, and use DELAY() instead of rolling our ownEric Anholt2004-08-132-18/+6
* Bug #979: Don't include <sys/sysmacros.h> on linux, it occasionally emitsAdam Jackson2004-08-111-4/+0
* minor patch from Jon Smirl : sets up some things for later useDave Airlie2004-08-116-16/+18
* Patch from Jon Smirl to add attribute field to the pciids, and use this forDave Airlie2004-08-1010-382/+390
* 2.4 compatDave Airlie2004-08-042-2/+2
* 2.4 hotplug compatDave Airlie2004-08-046-4/+18
* bring over fix from i865-agp branch, it now probes the driver, X hangsDave Airlie2004-08-034-2/+14
* fix for drm in /proc - from Jon SmirlDave Airlie2004-08-038-62/+66
* forgot to check these in.. thanks to Jon for reminding me ..Dave Airlie2004-08-023-3/+3
* Add a hotplug event to DRM. Parameters match the ones from the general PCIJon Smirl2004-07-314-6/+146
* patch from RH xorg-x11 tree ported to drm.hDave Airlie2004-07-312-4/+4
* Patch picked up from Redhat xorg release:Dave Airlie2004-07-311-2/+2
* fixes for using userspace pointers found by sparse utilityDave Airlie2004-07-315-22/+52
* athe patch below optimises the drm code to not do put_user() on memory theDave Airlie2004-07-314-22/+16
* add read/write 16Dave Airlie2004-07-292-0/+4
* change to agp not pci ... still not workingDave Airlie2004-07-292-2/+2
* initial port of i915 to BSD, not finished doesn't work.. no idea why...Dave Airlie2004-07-2910-16/+218
* check for __user if not there define itDave Airlie2004-07-252-0/+8
* sync up with current 2.6 kernel bk tree - mostly __user annotationsDave Airlie2004-07-2552-357/+375
* whitespace merge with kernelDave Airlie2004-07-252-10/+6
* if the driver has already register don't do another intermodule registerDave Airlie2004-07-254-60/+82
* Patch from Tom Arbuckle for missing bus_addressDave Airlie2004-07-252-0/+2
* Correct a couple of packet length calculations.Keith Whitwell2004-07-232-2/+16
* another logic error returns 0 or greater for successDave Airlie2004-07-222-2/+2
* ATI Rage 128 and Radeon DRM unconditionally depend on PCIDave Airlie2004-07-212-6/+6
* add some more debugging fix ++ and --Dave Airlie2004-07-212-8/+18
* first set of __user annotations from kernel (Al Viro)Dave Airlie2004-07-2027-191/+203
* Add NULLs instead of 0 for i915Dave Airlie2004-07-202-18/+18
* Kconfig update add i915 bring over some stuff from kernelDave Airlie2004-07-202-4/+24
* add x86_64 architecture defines from kernel (leave AMD64 defines in forDave Airlie2004-07-204-8/+8
* fix some more NULLs from kernelDave Airlie2004-07-204-6/+6
* attempt to clean up stub_register, register_chrdev isn't good enough toDave Airlie2004-07-202-24/+32
* sparse cleanups from kernel: Al ViroDave Airlie2004-07-1510-28/+28
* Fix reference counting for stub for new Linux PCI probeDave Airlie2004-07-144-4/+24
* allow O= usage for Linux 2.6 kernel building in another directoryDave Airlie2004-07-142-0/+22
* split out backwards compat into a separate file makes it easier for mergingDave Airlie2004-07-114-230/+308
* fix issue in 2.4 kernels with returning NULL from this functionDave Airlie2004-07-112-2/+2
* Add two items to Makefile clean XFree86 bug: Reported by: Submitted by:Jon Smirl2004-07-082-4/+4
* Make drm/libdrm/xf86drm.c matchJon Smirl2004-07-071-33/+42
* Add xf86drm.h back to drm/libdrm until it's true home can be found.Jon Smirl2004-07-071-0/+636
* Fix module loading on alpha by not referencing MTRR symbols onEric Anholt2004-07-062-0/+4