aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-4/+12
2018-03-16drm/i915: Only call tasklet_kill() on the first prepare_resetChris Wilson1-1/+9
2018-03-16drm/i915: Wrap engine->schedule in RCU locks for set-wedge protectionChris Wilson1-6/+7
2018-03-12drm/i915: Only prune fences after wait-for-allChris Wilson1-4/+12
2018-03-05drm/i915: Suspend submission tasklets around wedgingChris Wilson1-1/+5
2018-03-02drm/i915/uc: Introduce intel_uc_suspend|resumeMichal Wajdeczko1-2/+2
2018-03-02drm/i915: Suspend submission tasklets around wedgingChris Wilson1-1/+5
2018-03-01drm/i915: Replace open-coded wait-for loopChris Wilson1-12/+9
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson1-45/+43
2018-02-20drm/i915: Move the policy for placement of the GGTT vma into the callerChris Wilson1-18/+8
2018-02-20drm/i915: Also check view->type for a normal GGTT viewChris Wilson1-1/+2
2018-02-20drm/i915: Track number of pending freed objectsChris Wilson1-1/+6
2018-02-16drm: move read_domains and write_domain into i915Christian König1-30/+30
2018-02-09drm/i915: Use INTEL_GEN everywhereTvrtko Ursulin1-2/+2
2018-02-08drm/i915: Mark the device as wedged from the beginning of set-wedgedChris Wilson1-2/+5
2018-02-08drm/i915: do not stop engines on sanitize if i915.reset=0Daniele Ceraolo Spurio1-4/+2
2018-02-08drm/i915: Move the scheduler feature bits into the purview of the enginesChris Wilson1-0/+3
2018-02-07drm/i915: Tidy up some error messages around reset failureChris Wilson1-3/+8
2018-02-05drm/i915: Skip post-reset request emission if the engine is not idleChris Wilson1-1/+1
2018-02-05drm/i915: Remove unbannable context spam from resetChris Wilson1-12/+11
2018-02-05drm/i915: Show the GPU state when declaring wedgedChris Wilson1-0/+7
2018-02-05drm/i915: Add some newlines to intel_engine_dump() headersChris Wilson1-1/+1
2018-02-01drm/i915: Always run hangcheck while the GPU is busyChris Wilson1-4/+3
2018-02-01drm/i915/guc: Add uc_fini_wq in gem_init unwind pathSagar Arun Kamble1-0/+2
2018-01-31drm/i915: Always run hangcheck while the GPU is busyChris Wilson1-4/+3
2018-01-24drm/i915/guc: Fix lockdep due to log relay channel handling under struct_mutexSagar Arun Kamble1-2/+2
2018-01-24drm/i915: Shrink the GEM kmem_caches upon idlingChris Wilson1-0/+79
2018-01-18drm/i915: Avoid waitboosting on the active requestChris Wilson1-4/+3
2018-01-18BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie1-1/+1
2018-01-16drm/i915: Rewrite some comments around RCU-deferred object freeChris Wilson1-6/+13
2018-01-15drm/i915: Use our singlethreaded wq for freeing objectsChris Wilson1-1/+1
2018-01-11drm/i915: Don't adjust priority on an already signaled fenceChris Wilson1-1/+1
2018-01-10drm/i915/guc: Add uc_fini_wq in gem_init unwind pathSagar Arun Kamble1-0/+2
2018-01-08drm/i915: Don't adjust priority on an already signaled fenceChris Wilson1-1/+1
2017-12-19drm/i915: Add a strong mb to resetting the has-CS-interrupt bitChris Wilson1-1/+6
2017-12-18drm/i915: prefer i915_gem_object_has_pages()Matthew Auld1-1/+1
2017-12-16drm/i915: Restore the kernel context after a GPU reset on an idle engineChris Wilson1-0/+19
2017-12-14drm/i915: Flush pending GTT writes before unbindingChris Wilson1-8/+1
2017-12-14drm/i915/guc: Extract guc_init from guc_init_hwMichał Winiarski1-1/+7
2017-12-14drm/i915/guc: Move GuC workqueue allocations outside of the mutexMichał Winiarski1-0/+4
2017-12-13drm/i915: Unwind i915_gem_init() failureChris Wilson1-14/+66
2017-12-13drm/i915: Don't check #active_requests from i915_gem_wait_for_idle()Chris Wilson1-2/+0
2017-12-12drm/i915: Dump the engine state before declaring wedged from wait_for_engines()Chris Wilson1-1/+12
2017-12-12drm/i915: Bump timeout for wait_for_engines()Chris Wilson1-2/+2
2017-12-12drm/i915: make mappable struct resource centricMatthew Auld1-4/+4
2017-12-08drm/i915: Restore GT performance in headless mode with DMC loadedTvrtko Ursulin1-0/+3
2017-12-07drm/i915: Refactor common list iteration over GGTT vmaChris Wilson1-14/+4
2017-12-07drm/i915: Track GGTT writes on the vmaChris Wilson1-18/+40
2017-12-07drm/i915: Remove vma from object on destroy, not closeChris Wilson1-1/+2
2017-12-07drm/i915: Call i915_gem_init_userptr() before taking struct_mutexChris Wilson1-6/+5