summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Reorder phys backing storage releaseChris Wilson2016-12-121-19/+34
* drm/i915: distinguish G33 and Pineview from each otherJani Nikula2016-12-071-3/+5
* drm/i915: rename BROADWATER and CRESTLINE to I965G and I965GM, respectivelyJani Nikula2016-12-071-1/+1
* drm/i915: Mark all non-vma being inserted into the address spacesChris Wilson2016-12-051-1/+2
* drm/i915: More GEM init dev_priv cleanupTvrtko Ursulin2016-12-011-7/+3Star
* drm/i915: Make various init functions take dev_privTvrtko Ursulin2016-12-011-15/+13Star
* drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin2016-12-011-10/+10
* drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin2016-12-011-3/+2Star
* drm/i915: Convert vm->dev backpointer to vm->i915Chris Wilson2016-11-291-1/+1
* drm/i915: Stop the machine as we install the wedged submit_request handlerChris Wilson2016-11-221-5/+21
* drm/i915: Complete requests in nop_submit_requestChris Wilson2016-11-221-0/+2
* drm/i915: Don't deref context->file_priv ERR_PTR upon resetChris Wilson2016-11-221-8/+4Star
* drm/i915: Wipe hang stats as an embedded structMika Kuoppala2016-11-211-15/+10Star
* drm/i915: Add per client max context ban limitMika Kuoppala2016-11-211-0/+14
* drm/i915: Add bannable context parameterMika Kuoppala2016-11-211-9/+1Star
* drm/i915: Use request retirement as context progressMika Kuoppala2016-11-211-14/+30
* drm/i915: Decouple hang detection from hangcheck periodMika Kuoppala2016-11-211-2/+6
* drm/i915: Skip final clflush if LLC is coherentChris Wilson2016-11-181-1/+2
* drm/i915: Always flush the dirty CPU cache when pinning the scanoutChris Wilson2016-11-181-11/+11
* drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() errorChris Wilson2016-11-181-2/+3
* drm/i915: Move frontbuffer CS write tracking from ggtt vma to objectChris Wilson2016-11-181-0/+11
* drm/i915: don't leak global_timelineMatthew Auld2016-11-171-0/+5
* drm/i915: Demote i915_gem_open() debugging from DRIVER to USERChris Wilson2016-11-171-1/+1
* drm/i915: dev_priv cleanup in i915_gem_gtt.cTvrtko Ursulin2016-11-171-1/+1
* drm/i915: Use dev_priv in INTEL_INFO in i915_gem_fence_reg.cTvrtko Ursulin2016-11-171-4/+3Star
* drm/i915: dev_priv and a small cascade of cleanups in i915_gem.cTvrtko Ursulin2016-11-171-7/+5Star
* drm/i915/scheduler: Boost priorities for flipsChris Wilson2016-11-141-0/+65
* drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson2016-11-141-1/+2
* drm/i915/scheduler: Record all dependencies upon request constructionChris Wilson2016-11-141-1/+10
* drm/i915: Remove engine->execlist_lockChris Wilson2016-11-141-2/+6
* drm/i915: Create distinct lockclasses for execution vs user timelinesChris Wilson2016-11-141-3/+1Star
* drm/i915: Stop skipping the final clflush back to system pagesChris Wilson2016-11-111-4/+5
* drm/i915: Only wait upon the execution timeline when unlockedChris Wilson2016-11-111-3/+12
* drm/i915: Assorted dev_priv cleanupsTvrtko Ursulin2016-11-111-6/+7
* drm/i915: Split out i915_vma.cJoonas Lahtinen2016-11-111-371/+0Star
* drm/i915: Trim the object sg tableTvrtko Ursulin2016-11-101-0/+27
* drm/i915: Remove chipset flush after cache flushChris Wilson2016-11-081-15/+8Star
* drm/i915: Add assert for no pending GPU requests during suspend/resume in LR ...Imre Deak2016-11-071-0/+3
* drm/i915: Make sure engines are idle during GPU idling in LR modeImre Deak2016-11-071-0/+10
* drm/i915: Avoid early GPU idling due to race with new requestImre Deak2016-11-071-0/+7
* drm/i915: Limit Valleyview and earlier to only using mappable scanoutChris Wilson2016-11-071-2/+16
* drm/i915: Round tile chunks up for constructing partial VMAsChris Wilson2016-11-071-1/+1
* drm/i915: Fix pages pin counting around swizzle quirkChris Wilson2016-11-041-21/+26
* drm/i915: Tidy slab cache allocationsTvrtko Ursulin2016-11-031-27/+10Star
* drm/i915: Unify global_list into global_linkJoonas Lahtinen2016-11-021-6/+6
* drm/i915: Allow shrinking of userptr objects once againTvrtko Ursulin2016-11-011-1/+2
* drm/i915: Pass dev_priv to IS_BROADWATER/IS_CRESTLINEVille Syrjälä2016-11-011-1/+2
* drm/i915: Improve lockdep tracking for obj->mm.lockChris Wilson2016-11-011-4/+5
* drm/i915: Store the vma in an rbtree under the objectChris Wilson2016-11-011-0/+2
* drm/i915: Track pages pinned due to swizzling quirkChris Wilson2016-11-011-8/+13