summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use DRM error reportingdrmfntbl-0-0-1-20040817drmfntbl-0-0-1Dave Airlie2004-08-172-4/+4
* fix up BSD on fntbl branchDave Airlie2004-08-176-50/+44
* bsd has no gamma so no wait/free list at the momentDave Airlie2004-08-172-8/+0
* add new functions to table remove mapping macrosDave Airlie2004-08-176-76/+82
* merge trunk to branchdrmfntbl-0-0-1-170804Dave Airlie2004-08-1738-557/+739
* remove DRM_IOREMAP* and DRM_FIND_MAP macros replace them with inline fnsdrmfntbl-0-0-1-170804-freezeDave Airlie2004-08-1221-216/+183
* remove HAVE_DMA_FREELISTDave Airlie2004-08-108-88/+93
* remove HAVE_DMA_WAITLISTDave Airlie2004-08-108-15/+9
* remove HAVE_DMA_SCHEDULEDave Airlie2004-08-106-14/+9
* remove DRIVER_FOPS and related macrosDave Airlie2004-08-1014-93/+56
* dump: DRIVER_CTX_[CD]TOR, HAVE_KERNEL_CTX_SWITCH, DRIVER_BUF_PRIV_T,Dave Airlie2004-08-1067-418/+288
* Move to standard init function - finish porting other drivers and hopefullyDave Airlie2004-08-0451-399/+531
* initial function table support i830/radeon/mach64/gammaDave Airlie2004-08-0317-181/+343
* 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
* MFC as of 20040705: dev_t -> struct cdev * change.Eric Anholt2004-07-0610-24/+26
* align with kernelDave Airlie2004-07-051-1/+1
* fixes from kernel for 0 vs NULL - mikaDave Airlie2004-07-056-10/+10