summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)Author
2016-12-20drm/i915: Add a test that we terminate the trimmed sgtable as expectedChris Wilson
2016-12-20drm/i915: Fallback to single PAGE_SIZE segments for DMA remappingChris Wilson
2016-12-18drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson
2016-12-16drm/i915: convert to using range_overflowsMatthew Auld
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-12-12drm/i915: Reorder phys backing storage releaseChris Wilson
2016-12-07drm/i915: distinguish G33 and Pineview from each otherJani Nikula
2016-12-07drm/i915: rename BROADWATER and CRESTLINE to I965G and I965GM, respectivelyJani Nikula
2016-12-05drm/i915: Mark all non-vma being inserted into the address spacesChris Wilson
2016-12-05drm/i915: Complete requests in nop_submit_requestChris Wilson
2016-12-01drm/i915: More GEM init dev_priv cleanupTvrtko Ursulin
2016-12-01drm/i915: Make various init functions take dev_privTvrtko Ursulin
2016-12-01drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin
2016-12-01drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin
2016-11-29drm/i915: Convert vm->dev backpointer to vm->i915Chris Wilson
2016-11-22drm/i915: Stop the machine as we install the wedged submit_request handlerChris Wilson
2016-11-22drm/i915: Complete requests in nop_submit_requestChris Wilson
2016-11-22drm/i915: Don't deref context->file_priv ERR_PTR upon resetChris Wilson
2016-11-21drm/i915: Wipe hang stats as an embedded structMika Kuoppala
2016-11-21drm/i915: Add per client max context ban limitMika Kuoppala
2016-11-21drm/i915: Add bannable context parameterMika Kuoppala
2016-11-21drm/i915: Use request retirement as context progressMika Kuoppala
2016-11-21drm/i915: Decouple hang detection from hangcheck periodMika Kuoppala
2016-11-18drm/i915: Skip final clflush if LLC is coherentChris Wilson
2016-11-18drm/i915: Always flush the dirty CPU cache when pinning the scanoutChris Wilson
2016-11-18drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() errorChris Wilson
2016-11-18drm/i915: Move frontbuffer CS write tracking from ggtt vma to objectChris Wilson
2016-11-17drm/i915: don't leak global_timelineMatthew Auld
2016-11-17drm/i915: Demote i915_gem_open() debugging from DRIVER to USERChris Wilson
2016-11-17drm/i915: dev_priv cleanup in i915_gem_gtt.cTvrtko Ursulin
2016-11-17drm/i915: Use dev_priv in INTEL_INFO in i915_gem_fence_reg.cTvrtko Ursulin
2016-11-17drm/i915: dev_priv and a small cascade of cleanups in i915_gem.cTvrtko Ursulin
2016-11-14drm/i915/scheduler: Boost priorities for flipsChris Wilson
2016-11-14drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson
2016-11-14drm/i915/scheduler: Record all dependencies upon request constructionChris Wilson
2016-11-14drm/i915: Remove engine->execlist_lockChris Wilson
2016-11-14drm/i915: Create distinct lockclasses for execution vs user timelinesChris Wilson
2016-11-11drm/i915: Stop skipping the final clflush back to system pagesChris Wilson
2016-11-11drm/i915: Only wait upon the execution timeline when unlockedChris Wilson
2016-11-11drm/i915: Assorted dev_priv cleanupsTvrtko Ursulin
2016-11-11drm/i915: Split out i915_vma.cJoonas Lahtinen
2016-11-10drm/i915: Trim the object sg tableTvrtko Ursulin
2016-11-08drm/i915: Remove chipset flush after cache flushChris Wilson
2016-11-07drm/i915: Add assert for no pending GPU requests during suspend/resume in LR ...Imre Deak
2016-11-07drm/i915: Make sure engines are idle during GPU idling in LR modeImre Deak
2016-11-07drm/i915: Avoid early GPU idling due to race with new requestImre Deak
2016-11-07drm/i915: Limit Valleyview and earlier to only using mappable scanoutChris Wilson
2016-11-07drm/i915: Round tile chunks up for constructing partial VMAsChris Wilson
2016-11-04drm/i915: Fix pages pin counting around swizzle quirkChris Wilson
2016-11-03drm/i915: Tidy slab cache allocationsTvrtko Ursulin