summaryrefslogtreecommitdiff
path: root/shared-core/i915_dma.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-26Leftover commit.Thomas Hellstrom1-0/+1
2006-03-24Delayed buffer destruction bugfixes, Pinned buffer destruction fixes.Thomas Hellstrom1-8/+0
2006-03-22ttm: semaphore fixes, fix up initialization and final exit. DisableThomas Hellstrom1-1/+5
2006-03-16Delayed buffer destruction. Set aperture size to 32M.Thomas Hellstrom1-1/+1
2006-03-05Move over to libdrm.Thomas Hellstrom1-10/+10
2006-03-02mm: Fix eviction loop intel: Fix aperture size Silence compiler warning.Thomas Hellstrom1-2/+2
2006-03-01mm: Add libdrm init and fencing code. intel: fencing modifications.Thomas Hellstrom1-11/+4
2006-02-28mm: Initialize and update mm sarea. Lindent.Thomas Hellstrom1-3/+27
2006-02-27intel: Make sure to update the sarea breadcrumb as often as possible.Thomas Hellstrom1-0/+1
2006-02-27ttm: Treat eviction as unbind to clearly define the caching state ofThomas Hellstrom1-7/+9
2006-02-26ttm: Fix lockup on premature client exit (fencing problem). Unmap backdoorThomas Hellstrom1-4/+6
2006-02-03ttm: Reworked driver interface. Reworked ioctl interface. Can now handleThomas Hellstrom1-6/+28
2006-02-01ttm: Memory manager fixes. The generic manager as well as the evictionThomas Hellstrom1-1/+3
2006-02-01ttm: More mm infrastructure. Separate create-bind and unbind-destroy forThomas Hellstrom1-0/+7
2006-01-23Fix CMDBUFFER path, add heap destroy and flesh out sarea for rotationAlan Hourihane1-17/+30
2005-12-28Add vblank support to i915 DRM..Dave Airlie1-0/+3
2005-11-28Assert an MIT copyright on sis_drm.h, since one was lacking and I createdEric Anholt1-3/+2
2005-09-03convert ioctl flags to use flags instead of separate intsDave Airlie1-12/+12
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt1-2/+14
2005-08-04Split the control of master vs root priv. Everything is still marked asJon Smirl1-12/+12
2005-06-06Fix copyrightsAlan Hourihane1-2/+22
2005-05-27Modify drm_driver::device_is_agp to return a tri-state value to indicateIan Romanick1-0/+16
2005-04-26Convert BSD code to mostly use bus_dma, the dma abstraction for dealingEric Anholt1-6/+8
2005-02-01make functions static in i915, remove unused functionsDave Airlie1-44/+29
2005-01-06Add i915GM support Add resume functionality (must be used with later DDX)Alan Hourihane1-2/+2
2004-11-11patch from bug 1803 - will try and push to kernel soonDave Airlie1-16/+5
2004-11-06Convert more drivers for bsd-core, moving the ioctl definitions to sharedEric Anholt1-18/+21
2004-11-06Commit WIP of BSD conversion to core model. Compiles for r128, radeon, butEric Anholt1-3/+2
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-9/+9
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-27/+7
2004-09-20remove HAVE_COUNTERSDave Airlie1-0/+6
2004-09-05merge back bunch of whitespace and misc changes from kernelDave Airlie1-3/+3
2004-08-27run i915 through lindentDave Airlie1-329/+294
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-0/+5
2004-08-17Merged drmfntbl-0-0-1drmfntbl-0-0-1-20040817-mergeDave Airlie1-4/+27
2004-08-02forgot to check these in.. thanks to Jon for reminding me ..Dave Airlie1-1/+1
2004-07-31fixes for using userspace pointers found by sparse utilityDave Airlie1-1/+1
2004-07-29initial port of i915 to BSD, not finished doesn't work.. no idea why...Dave Airlie1-6/+17
2004-07-25sync up with current 2.6 kernel bk tree - mostly __user annotationsDave Airlie1-12/+10
2004-07-23Correct a couple of packet length calculations.Keith Whitwell1-1/+8
2004-06-10i915.o drm driverKeith Whitwell1-0/+756