summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-05-291-5/+11
|\
| * drm/i915: Remove the error message for unbinding pinned buffersChris Wilson2012-05-251-4/+2
| * drm/i915: Limit page allocations to lowmem (dma32) for i965Chris Wilson2012-05-251-1/+9
* | i915: add dmabuf/prime buffer sharing support.Daniel Vetter2012-05-231-2/+35
|/
* drm/i915: Introduce for_each_ring() macroChris Wilson2012-05-191-19/+20
* Merge remote-tracking branch 'airlied/drm-core-next' into drm-intel-next-queuedDaniel Vetter2012-05-081-3/+1
|\
| * Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter2012-05-071-3/+1
| |\
| | * VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-201-3/+1
* | | drm/i915: extract some common olr+wedge codeBen Widawsky2012-05-031-57/+63
* | | drm/i915 disallow physical batchbuffers for KMSDaniel Vetter2012-05-031-2/+3
* | | drm/i915: create dev_priv->dri1 dragon dungeon^W^W sub-structDaniel Vetter2012-05-031-1/+1
* | | drm/i915: use __wait_seqno for ring throttleBen Widawsky2012-05-031-19/+1
* | | drm/i915: remove polled wait from throttleBen Widawsky2012-05-031-4/+1
* | | drm/i915: extract __wait_seqno from i915_wait_requestBen Widawsky2012-05-031-18/+31
* | | drm/i915: drop polled waits from i915_wait_requestBen Widawsky2012-05-031-14/+11
* | | drm/i915: kill waiting_seqnoBen Widawsky2012-05-031-2/+0
* | | drm/i915: move vbetool invoked ier stuffBen Widawsky2012-05-031-14/+0
* | | drm/i915: remove do_retire from i915_wait_requestBen Widawsky2012-05-031-22/+11
* | | drm/i915: use the new masked bit macro some moreDaniel Vetter2012-05-031-6/+2
* | | drm/i915: rip out GEM drm feature checksDaniel Vetter2012-05-031-18/+1
* | | drm/i915: disallow gem ums init ioctl for kmsDaniel Vetter2012-05-031-0/+3
* | | drm/i915: Move GEM initialisation from i915_dma.c to i915_gem.cChris Wilson2012-05-031-0/+64
* | | drm/i915: Remove the deferred-free listChris Wilson2012-05-031-39/+19
* | | drm/i915: Remove the list of pinned inactive objectsChris Wilson2012-05-031-30/+8
* | | drm/i915: Remove i915_gem_evict_inactive()Chris Wilson2012-05-031-7/+2
* | | drm/i915: Bump the inactive LRU on set-to-GTT-domainChris Wilson2012-05-031-1/+6
* | | drm/i915: create macros to handle masked bitsDaniel Vetter2012-05-031-4/+4
* | | drm/i915: Clarify the semantics of tiling_changedChris Wilson2012-05-031-4/+4
* | | drm/i915: [sparse] __iomem fixes for gemBen Widawsky2012-05-031-4/+7
|/ /
* | drm/i915: Refactor get_fence() to use the common fence writing routineChris Wilson2012-04-181-43/+27
* | drm/i915: Refactor fence clearing to use the common fence writing routineChris Wilson2012-04-181-53/+9
* | drm/i915: Refactor put_fence() to use the common fence writing routineChris Wilson2012-04-181-11/+51
* | drm/i915: Prepare to consolidate fence writingChris Wilson2012-04-181-103/+108
* | drm/i915: Remove the unsightly "optimisation" from flush_fence()Chris Wilson2012-04-181-13/+5
* | drm/i915: Simplify fence findingChris Wilson2012-04-181-13/+3
* | drm/i915: Discard the unused obj->last_fenced_ringChris Wilson2012-04-181-11/+5
* | drm/i915: Remove unused ring->setup_seqnoChris Wilson2012-04-181-17/+0
* | drm/i915: Remove fence pipeliningChris Wilson2012-04-181-119/+36
* | drm/i915: Remove the pipelined parameter from get_fence()Chris Wilson2012-04-181-4/+3
* | drm/i915: properly set ppgtt cacheability on snbDaniel Vetter2012-04-171-1/+4
* | drm/i915: set w/a bit for snb pagefaultsDaniel Vetter2012-04-171-1/+6
* | Merge tag 'v3.4-rc3' into drm-intel-next-queuedDaniel Vetter2012-04-171-0/+2
|\|
| * drm/i915: clear fencing tracking state when retiring requestsDaniel Vetter2012-04-121-0/+2
* | drm/i915: don't pwrite tiled objects through the gttDaniel Vetter2012-04-151-0/+1
* | drm/i915: hide (seqno-1) in ringbuffer codeBen Widawsky2012-04-121-1/+1
* | drm/i915: fix for when semaphore updates failBen Widawsky2012-04-121-2/+4
* | drm/i915: i915_gem_object_sync must handle NULLBen Widawsky2012-04-121-1/+13
* | drm/i915: Allow concurrent read access between CPU and GPU domainChris Wilson2012-04-121-3/+5
* | drm/i915: use semaphores for the display planeBen Widawsky2012-04-121-7/+44
* | drm/i915: Reorganise rules for get_fence/put_fenceChris Wilson2012-04-121-7/+7