summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-08-17use DRM error reportingdrmfntbl-0-0-1-20040817drmfntbl-0-0-1Dave Airlie2-4/+4
2004-08-17fix up BSD on fntbl branchDave Airlie6-50/+44
2004-08-17bsd has no gamma so no wait/free list at the momentDave Airlie2-8/+0
2004-08-17add new functions to table remove mapping macrosDave Airlie6-76/+82
2004-08-17merge trunk to branchdrmfntbl-0-0-1-170804Dave Airlie38-557/+739
2004-08-12remove DRM_IOREMAP* and DRM_FIND_MAP macros replace them with inline fnsdrmfntbl-0-0-1-170804-freezeDave Airlie21-216/+183
2004-08-10remove HAVE_DMA_FREELISTDave Airlie8-88/+93
2004-08-10remove HAVE_DMA_WAITLISTDave Airlie8-15/+9
2004-08-10remove HAVE_DMA_SCHEDULEDave Airlie6-14/+9
2004-08-10remove DRIVER_FOPS and related macrosDave Airlie14-93/+56
2004-08-10dump: DRIVER_CTX_[CD]TOR, HAVE_KERNEL_CTX_SWITCH, DRIVER_BUF_PRIV_T,Dave Airlie67-418/+288
2004-08-04Move to standard init function - finish porting other drivers and hopefullyDave Airlie51-399/+531
2004-08-03initial function table support i830/radeon/mach64/gammaDave Airlie17-181/+343
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
2004-07-15sparse cleanups from kernel: Al ViroDave Airlie10-28/+28
2004-07-14Fix reference counting for stub for new Linux PCI probeDave Airlie4-4/+24
2004-07-14allow O= usage for Linux 2.6 kernel building in another directoryDave Airlie2-0/+22
2004-07-11split out backwards compat into a separate file makes it easier for mergingDave Airlie4-230/+308
2004-07-11fix issue in 2.4 kernels with returning NULL from this functionDave Airlie2-2/+2
2004-07-08Add two items to Makefile clean XFree86 bug: Reported by: Submitted by:Jon Smirl2-4/+4
2004-07-07Make drm/libdrm/xf86drm.c matchJon Smirl1-33/+42
2004-07-07Add xf86drm.h back to drm/libdrm until it's true home can be found.Jon Smirl1-0/+636
2004-07-06Fix module loading on alpha by not referencing MTRR symbols onEric Anholt2-0/+4
2004-07-06MFC as of 20040705: dev_t -> struct cdev * change.Eric Anholt10-24/+26
2004-07-05align with kernelDave Airlie1-1/+1
2004-07-05fixes from kernel for 0 vs NULL - mikaDave Airlie6-10/+10