summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10drm/i915: Lazily apply the SNB+ seqno w/aChris Wilson1-3/+3
2012-07-26drm/i915: Export ability of changing cache levels to userspaceChris Wilson1-0/+62
2012-07-26drm/i915: Segregate memory domains in the GTT using coloringChris Wilson1-10/+101
2012-07-25drm/i915: Avoid concurrent access when marking the device as idle/busyChris Wilson1-3/+10
2012-07-25drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcsChris Wilson1-26/+3
2012-07-25drm/i915: Remove the explicit flush of the GPU write domainChris Wilson1-34/+0
2012-07-25drm/i915: Remove explicit flush from i915_gem_object_flush_fence()Chris Wilson1-14/+2
2012-07-25drm/i915: Remove the per-ring write listChris Wilson1-52/+1
2012-07-25drm/i915: Remove the defunct flushing listChris Wilson1-49/+10
2012-07-25drm/i915: Replace the pending_gpu_write flag with an explicit seqnoChris Wilson1-27/+39
2012-07-25drm/i915: Remove assertion over write domain after i915_gem_object_sync()Chris Wilson1-1/+1
2012-07-25drm/i915: Allow late allocation of request for i915_add_request()Chris Wilson1-27/+17
2012-07-25drm/i915: Return a mask of the active rings in the high word of busy_ioctlChris Wilson1-0/+4
2012-07-25drm/i915: Add -EIO to the list of known errors for __wait_seqnoChris Wilson1-0/+1
2012-07-20drm/i915: Disable the BLT on pre-production SNB hardwareChris Wilson1-1/+17
2012-07-16drm: Add colouring to the range allocatorChris Wilson1-3/+3
2012-07-05drm/i915: properly SIGBUS on I/O errorsDaniel Vetter1-0/+5
2012-07-05drm/i915: don't hang userspace when the gpu reset is stuckDaniel Vetter1-2/+11
2012-07-05drm/i915: non-interruptible sleeps can't handle -EAGAINDaniel Vetter1-8/+18
2012-06-20drm/i915: disable flushing_list/gpu_write_listDaniel Vetter1-5/+20
2012-06-14drm/i915: switch to default context on idleBen Widawsky1-0/+4
2012-06-14drm/i915: preliminary context supportBen Widawsky1-0/+5
2012-06-12drm/i915: call intel_enable_gttDaniel Vetter1-0/+3
2012-06-12drm/i915: stop using dev->agp->baseDaniel Vetter1-1/+1
2012-06-06drm/i915: Inifite timeout for wait ioctlBen Widawsky1-5/+10
2012-06-02drm/i915: extract object active state flushing codeDaniel Vetter1-32/+29
2012-06-01Merge remote-tracking branch 'airlied/drm-prime-vmap' into drm-intel-next-queuedDaniel Vetter1-7/+46
2012-05-31drm/i915: remap l3 on hw initBen Widawsky1-0/+34
2012-05-29Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie1-5/+11
2012-05-25drm/i915: s/i915_wait_request/i915_wait_seqno/gBen Widawsky1-5/+4
2012-05-25drm/i915: wait render timeout ioctlBen Widawsky1-0/+86
2012-05-25drm/i915: Remove the error message for unbinding pinned buffersChris Wilson1-4/+2
2012-05-25drm/i915: Limit page allocations to lowmem (dma32) for i965Chris Wilson1-1/+9
2012-05-25drm/i915: timeout parameter for seqno waitBen Widawsky1-12/+58
2012-05-23i915: add dmabuf/prime buffer sharing support.Daniel Vetter1-2/+35
2012-05-19drm/i915: Introduce for_each_ring() macroChris Wilson1-19/+20
2012-05-08Merge remote-tracking branch 'airlied/drm-core-next' into drm-intel-next-queuedDaniel Vetter1-3/+1
2012-05-07Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter1-3/+1
2012-05-03drm/i915: extract some common olr+wedge codeBen Widawsky1-57/+63
2012-05-03drm/i915 disallow physical batchbuffers for KMSDaniel Vetter1-2/+3
2012-05-03drm/i915: create dev_priv->dri1 dragon dungeon^W^W sub-structDaniel Vetter1-1/+1
2012-05-03drm/i915: use __wait_seqno for ring throttleBen Widawsky1-19/+1
2012-05-03drm/i915: remove polled wait from throttleBen Widawsky1-4/+1
2012-05-03drm/i915: extract __wait_seqno from i915_wait_requestBen Widawsky1-18/+31
2012-05-03drm/i915: drop polled waits from i915_wait_requestBen Widawsky1-14/+11
2012-05-03drm/i915: kill waiting_seqnoBen Widawsky1-2/+0
2012-05-03drm/i915: move vbetool invoked ier stuffBen Widawsky1-14/+0
2012-05-03drm/i915: remove do_retire from i915_wait_requestBen Widawsky1-22/+11
2012-05-03drm/i915: use the new masked bit macro some moreDaniel Vetter1-6/+2
2012-05-03drm/i915: rip out GEM drm feature checksDaniel Vetter1-18/+1