summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: add context into request structMika Kuoppala2013-05-061-6/+18
* drm/i915: IVB/HSW have 32 fence registerVille Syrjälä2013-04-181-1/+3
* drm/i915: Allow PPGTT enable to failBen Widawsky2013-04-181-2/+7
* drm/i915: Abstract PPGTT enablingBen Widawsky2013-04-181-1/+2
* drm/i915: Workaround incoherence between fences and LLC across multiple CPUsChris Wilson2013-04-181-5/+23
* drm/i915: Don't wait for PCH on resetBen Widawsky2013-04-081-0/+6
* lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak2013-03-271-4/+4
* drm/i915: Always call fence-lost prior to removing the fenceChris Wilson2013-03-261-5/+6
* drm/i915: create compact dma scatter lists for gem objectsImre Deak2013-03-231-9/+22
* drm/i915: handle walking compact dma scatter listsImre Deak2013-03-231-16/+8Star
* Merge tag 'v3.9-rc3' into drm-intel-next-queuedDaniel Vetter2013-03-191-5/+5
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-5/+5
| |\
| | * new helper: file_inode(file)Al Viro2013-02-231-5/+5
* | | drm/i915: allow force wake at init time on VLV v2Jesse Barnes2013-03-191-0/+9
* | | drm/i915: Add to_user_ptr()Ville Syrjälä2013-03-031-7/+7
|/ /
* | drm/i915: Use HAS_L3_GPU_CACHE in i915_gem_l3_remapDaniel Vetter2013-02-201-1/+1
* | drm/i915: don't clflush gem objects in stolen memoryImre Deak2013-02-201-0/+7
* | drm/i915: Extract ring init from hw_initBen Widawsky2013-02-151-19/+34
* | Merge tag 'drm-intel-next-2013-02-01' of git://people.freedesktop.org/~danvet...Dave Airlie2013-02-081-145/+140Star
|\ \
| * | drm/i915: Only run idle processing from i915_gem_retire_requests_workerChris Wilson2013-01-311-3/+0Star
| * | drm/i915: use gem_set_seqno() on hardware initMika Kuoppala2013-01-221-2/+4
| * | drm/i915: create a race-free reset detectionDaniel Vetter2013-01-211-5/+31
| * | drm/i915: Only apply the mb() when flushing the GTT domain during a finishChris Wilson2013-01-201-3/+3
| * | drm/i915: Only insert the mb() before updating the fence parameterChris Wilson2013-01-201-10/+30
| * | drm/i915: clear up wedged transitionsDaniel Vetter2013-01-201-31/+18Star
| * | drm/i915: fix reset handling in the throttle ioctlDaniel Vetter2013-01-201-2/+7
| * | drm/i915: move wedged to the other gpu error handling stuffDaniel Vetter2013-01-201-17/+17
| * | drm/i915: extract hangcheck/reset/error_state state into substructDaniel Vetter2013-01-201-5/+5
| * | drm/i915: Remove use of gtt_mappable_entriesBen Widawsky2013-01-201-0/+2
| * | drm/i915: Create a gtt structureBen Widawsky2013-01-171-7/+7
| * | drm/i915: Bail if we attempt to allocate pages for a purged objectChris Wilson2013-01-171-6/+6
| * | drm/i915: Add a debug interface to forcibly evict and shrink our object cachesChris Wilson2013-01-171-1/+1
| * | drm/i915: use gtt_get_size() instead of open coding itImre Deak2013-01-171-1/+1
| * | drm/i915: merge {i965, sandybridge}_write_fence_reg()Imre Deak2013-01-171-29/+15Star
| * | drm/i915: merge get_gtt_alignment/get_unfenced_gtt_alignment()Imre Deak2013-01-171-37/+7Star
* | | Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-01-201-7/+18
|\ \ \ | |/ / |/| / | |/
| * drm/i915: Revert shrinker changes from "Track unbound pages"Daniel Vetter2013-01-101-4/+14
| * drm/i915; Only increment the user-pin-count after successfully pinning the boChris Wilson2013-01-071-3/+4
* | Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...Dave Airlie2013-01-171-98/+85Star
|\ \ | |/ |/|
| * drm/i915: Move even more gtt code to i915_gem_gttBen Widawsky2012-12-201-48/+3Star
| * drm/i915: Introduce i915_gem_set_seqno()Mika Kuoppala2012-12-191-3/+29
| * drm/i915: Always clear semaphore mboxes on seqno wrapMika Kuoppala2012-12-191-12/+0Star
| * drm/i915: Initialize hardware semaphore state on ring initMika Kuoppala2012-12-191-5/+3Star
| * drm/i915: Bug on unsupported swizzled platformsBen Widawsky2012-12-181-1/+3
| * drm/i915: BUG() if fences are used on unsupported platformBen Widawsky2012-12-181-1/+1
| * drm/i915: Access to snooped system memory through the GTT is incoherentChris Wilson2012-12-171-0/+6
| * drm/i915: Set initial seqno value close to wrap boundaryMika Kuoppala2012-12-111-1/+1
| * drm/i915: Open-code i915_gpu_idle() for handling seqno wrappingChris Wilson2012-12-111-4/+8
| * drm/i915: Don't emit semaphore wait if wrap happenedMika Kuoppala2012-12-111-1/+1
| * drm/i915: Reduce memory pressure during shrinker by preallocating swizzle pagesChris Wilson2012-12-071-8/+0Star