summaryrefslogtreecommitdiff
path: root/linux-core/i830_dma.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-19Remove old i830 kernel driver.Alan Hourihane1-1603/+0
2007-03-19make drm fops const from kernelDave Airlie1-1/+1
2007-02-18drm: remove last usage of VM_OFFSETDave Airlie1-1/+1
2007-01-08i830: complete fix for i830 mapsDave Airlie1-3/+3
2007-01-08fixup i810/i830 to use drm_core_ioremap instead of drm_ioremapDave Airlie1-11/+21
2006-12-19remove do munmap 4 argsDave Airlie1-7/+1
2006-08-28fix const pointer warnings with file_operationsDave Airlie1-1/+1
2006-08-28drm: i810_dma.c: fix pointer arithmetic for 64-bit targetDave Airlie1-1/+1
2006-02-18make some functions static from the kernelDave Airlie1-1/+1
2005-09-03convert ioctl flags to use flags instead of separate intsDave Airlie1-14/+14
2005-08-16add Egberts 32/64 bit patch (its in kernel already...)Dave Airlie1-0/+1
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt1-3/+15
2005-08-04Split the control of master vs root priv. Everything is still marked asJon Smirl1-14/+14
2005-06-16Force AGP always for Intel chipsets.Alan Hourihane1-0/+16
2005-02-01update i830 similiar to the kernel, add staticsDave Airlie1-43/+55
2005-01-01i810/i830 bug with Jon's file operations changesDave Airlie1-2/+14
2004-11-11patch from bug 1803 - will try and push to kernel soonDave Airlie1-24/+6
2004-10-31Allow drivers to override reclaim_buffers in an OS-independent way byFelix Kuehling1-4/+2
2004-10-23fix pfn vs page for older kernels (2.6.9-rc kernels many not work..)Dave Airlie1-1/+1
2004-10-22Bring in patch from kernel for remap_pfn_rangeJon Smirl1-3/+4
2004-10-12Breakout heads into their own data structures.Jon Smirl1-13/+13
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-669/+646
2004-09-30Make fops per driver instead of global, remove default flush, poll, readJon Smirl1-13/+1
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-40/+15
2004-09-231) switches from class_sysfs to drm sysfs implementation to allowJon Smirl1-5/+0
2004-09-20remove HAVE_COUNTERSDave Airlie1-0/+5
2004-08-27__NO_VERSION__ hasn't been needed since 2.3 days ditch it...Dave Airlie1-1/+0
2004-08-24Merged drmfntbl-0-0-2drmfntbl-0-0-2-20040824-mergeDave Airlie1-2/+11
2004-08-17Merged drmfntbl-0-0-1drmfntbl-0-0-1-20040817-mergeDave Airlie1-3/+29
2004-07-31athe patch below optimises the drm code to not do put_user() on memory theDave Airlie1-6/+6
2004-07-25sync up with current 2.6 kernel bk tree - mostly __user annotationsDave Airlie1-22/+23
2004-07-05fixes from kernel for 0 vs NULL - mikaDave Airlie1-2/+2
2004-04-22Add __user annotations from kernelDave Airlie1-18/+19
2004-04-10patch from Andrew Morton tree from Arjan van de Ven fixes some oopses seenDave Airlie1-4/+4
2003-11-05- Tie the DRM to a specific device: setunique no longer succeeds when givenEric Anholt1-2/+2
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