summaryrefslogtreecommitdiff
path: root/shared-core/i915_dma.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-06Ignore X server provided mmio addressKeith Packard1-13/+0
2008-05-30Merge commit 'origin/master' into drm-gemEric Anholt1-8/+9
2008-05-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane1-4/+5
2008-05-27[FreeBSD] Add vblank-rework support and get drivers building.Robert Noland1-8/+9
2008-05-25[intel-gem] Add DRM_I915_GEM_BUSY ioctl to check for idle buffers.Keith Packard1-0/+1
2008-05-22[intel] Add debug code to verify the cached ring tail pointer.Keith Packard1-0/+24
2008-05-22[gem] Release GEM buffers from work task scheduled from IRQ.Eric Anholt1-0/+4
2008-05-20[gem] Use a separate sequence number field from classic/ttmEric Anholt1-1/+3
2008-05-15[gem] Rename the GTT LRU lists to active (executing) and inactive (idle).Eric Anholt1-2/+2
2008-05-13Merge branch 'modesetting-101' of ssh://git.freedesktop.org/git/mesa/drm into...Jesse Barnes1-2/+7
2008-05-13i915: register definition & header file cleanupJesse Barnes1-7/+7
2008-05-13i915: execbuf now works without i915_dma_init being calledJakob Bornecrantz1-2/+7
2008-05-12[intel] When polling for ring space, sleep for a lot longer (10ms)Keith Packard1-1/+1
2008-05-12fix G33 hardware status page in modesetHong Liu1-0/+4
2008-05-12drm: remove root only from a lot of drm ioctls to get stuff running as non-rootDave Airlie1-2/+2
2008-05-09GEM: Separate the LRU into execution list and LRU list.Eric Anholt1-0/+2
2008-05-06GEM: Use irq-based fencing rather than syncing and evicting every exec.Eric Anholt1-0/+2
2008-05-05Monitor ACTHD register while polling for idle ring.Keith Packard1-3/+21
2008-05-05Remove some debug messages.Keith Packard1-1/+0
2008-05-05Correct execbuffer offset. Add memory barrier and chipset flush.Keith Packard1-0/+1
2008-05-05Add i915_dispatch_gem_execbuffer (broken).Keith Packard1-3/+3
2008-05-01Add pin/unpin object ioctls for gem.Eric Anholt1-0/+2
2008-05-01checkpoint: rename to GEM and a few more i915 bits.Eric Anholt1-2/+2
2008-04-30Hacking towards hooking up execbuffer.Eric Anholt1-0/+2
2008-04-28Merge branch 'master' into modesetting-101Thomas Hellstrom1-562/+7
2008-04-22i915: gfx hw and i945gme fixes from upstreamDave Airlie1-1/+4
2008-03-24i915: fix oops on agp=offDave Airlie1-0/+4
2008-03-12Merge branch 'intel-post-reloc'Thomas Hellstrom1-560/+3
2008-03-12Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane1-11/+10
2008-03-12Avoid large kmallocs.Thomas Hellstrom1-11/+17
2008-03-06Merge branch 'master' of ../../drm into modesetting-101Dave Airlie1-0/+7
2008-03-06drm: reorganise minor number handling using code from modesetting branchDave Airlie1-2/+2
2008-03-05i915: Evict if relocatee buffer is CACHED_MAPPED beforeXiang, Haihao1-0/+7
2008-03-05Merge remote branch 'origin/master' into modesetting-101Dave Airlie1-4/+9
2008-03-02Add FENCE registers to MMIO listAlan Hourihane1-0/+10
2008-02-29More post-ioctl work.Thomas Hellstrom1-553/+3
2008-02-28drm: add modesetting as a driver feature.Dave Airlie1-5/+44
2008-02-27Reinstate buffer idle before applying relocations.Thomas Hellstrom1-8/+8
2008-02-27Don't wait for buffer idle before applying relocations.Thomas Hellstrom1-4/+9
2008-02-26Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane1-81/+201
2008-02-26[i915] Relocation fixes.Thomas Hellstrom1-21/+25
2008-02-26i915: fix typosDave Airlie1-1/+2
2008-02-26i915_mmio: add overlay regsDave Airlie1-1/+10
2008-02-26Make the execbuffer code reasonably safe against errors.Thomas Hellstrom1-64/+180
2008-02-22Fix one last occurance of struct _drm_i915_batchbuffer.Kristian Høgsberg1-1/+1
2008-02-19Fix up conflicts for DRI2 (untested)Alan Hourihane1-33/+5
2008-02-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane1-7/+116
2008-02-14missing bitsDave Airlie1-40/+31
2008-02-13i915: Add a dri2 init path that gets the lock from the dri2 sarea.Kristian Høgsberg1-2/+92
2008-02-13i915: Only look up dev_priv->mmio_map if it's not already set upKristian Høgsberg1-1/+2