summaryrefslogtreecommitdiff
path: root/linux/i830_dma.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-17- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle themEric Anholt1-1/+1
2003-05-16Support AGP bridges where the AGP aperture can't be accessed directly byMichel Daenzer1-4/+4
2003-04-26Ensure driver has been initialized (dev_private != NULL) before installingLeif Delgass1-11/+11
2003-04-262.5.x sync patch from Linus TorvaldsKeith Whitwell1-20/+12
2003-04-24Pass dma handle from pci_alloc_consistent to the card for status page,Leif Delgass1-1/+1
2003-04-22remove DRM read, poll and write_stringKeith Whitwell1-2/+0
2003-04-21Check for NULL map before calling DRM(ioremapfree) on cleanup. Prevents anLeif Delgass1-1/+2
2003-04-08Use list_entry() to get container struct from struct list_head pointers.Leif Delgass1-1/+1
2003-03-30Spelling fixes in comments.Eric Anholt1-1/+1
2003-03-28merged drm-filp-0-1-branchdrm-filp-1-20020328-mergeKeith Whitwell1-4/+5
2003-03-25linux merge for drmAlan Hourihane1-101/+426
2002-10-22final part of XFree86 4.2.99.2 mergeX_4_2_99_2-20021023-mergeAlan Hourihane1-26/+7
2002-09-11- Fix various bugs in the DRI support for the i830 and i845G (KeithDavid Dawes1-272/+137
2002-08-22SetPageLocked only defined in 2.5.x (x=?), use LockPage for 2.4.x (x>=9).Leif Delgass1-2/+6
2002-08-06Updates from Rusty Russell to:Rik Faith1-8/+8
2002-05-29Import Mesa 4.0 port of I830M/I845G 3D driver funded by 2d3d. ImportJeff Hartmann1-4/+2
2002-05-17Remove some older Linux 2.3.99 codeAlan Hourihane1-5/+2
2002-05-17same udelay fixesAlan Hourihane1-3/+2
2002-05-16Allow drm to build under 2.4 and 2.5(.14)Keith Whitwell1-10/+18
2002-04-09Merged drmcommand-0-0-1drmcommand-0-0-1-20020409-mergeJens Owen1-0/+2
2002-02-14First pass of mesa-4-0 branch merge into trunk.trunk-20020221mesa-4-0-20020214-mergeDavid Dawes1-1/+1
2002-01-27Initial revisionDavid Dawes1-0/+1418