summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)Author
2018-02-20drm/i915: Move the policy for placement of the GGTT vma into the callerChris Wilson
2018-02-20drm/i915: Also check view->type for a normal GGTT viewChris Wilson
2018-02-20drm/i915: Track number of pending freed objectsChris Wilson
2018-02-16drm: move read_domains and write_domain into i915Christian König
2018-02-09drm/i915: Use INTEL_GEN everywhereTvrtko Ursulin
2018-02-08drm/i915: Mark the device as wedged from the beginning of set-wedgedChris Wilson
2018-02-08drm/i915: do not stop engines on sanitize if i915.reset=0Daniele Ceraolo Spurio
2018-02-08drm/i915: Move the scheduler feature bits into the purview of the enginesChris Wilson
2018-02-07drm/i915: Tidy up some error messages around reset failureChris Wilson
2018-02-05drm/i915: Skip post-reset request emission if the engine is not idleChris Wilson
2018-02-05drm/i915: Remove unbannable context spam from resetChris Wilson
2018-02-05drm/i915: Show the GPU state when declaring wedgedChris Wilson
2018-02-05drm/i915: Add some newlines to intel_engine_dump() headersChris Wilson
2018-01-31drm/i915: Always run hangcheck while the GPU is busyChris Wilson
2018-01-24drm/i915/guc: Fix lockdep due to log relay channel handling under struct_mutexSagar Arun Kamble
2018-01-24drm/i915: Shrink the GEM kmem_caches upon idlingChris Wilson
2018-01-18drm/i915: Avoid waitboosting on the active requestChris Wilson
2018-01-16drm/i915: Rewrite some comments around RCU-deferred object freeChris Wilson
2018-01-15drm/i915: Use our singlethreaded wq for freeing objectsChris Wilson
2018-01-10drm/i915/guc: Add uc_fini_wq in gem_init unwind pathSagar Arun Kamble
2018-01-08drm/i915: Don't adjust priority on an already signaled fenceChris Wilson
2017-12-19drm/i915: Add a strong mb to resetting the has-CS-interrupt bitChris Wilson
2017-12-18drm/i915: prefer i915_gem_object_has_pages()Matthew Auld
2017-12-16drm/i915: Restore the kernel context after a GPU reset on an idle engineChris Wilson
2017-12-14drm/i915/guc: Extract guc_init from guc_init_hwMichał Winiarski
2017-12-14drm/i915/guc: Move GuC workqueue allocations outside of the mutexMichał Winiarski
2017-12-13drm/i915: Unwind i915_gem_init() failureChris Wilson
2017-12-13drm/i915: Don't check #active_requests from i915_gem_wait_for_idle()Chris Wilson
2017-12-12drm/i915: Dump the engine state before declaring wedged from wait_for_engines()Chris Wilson
2017-12-12drm/i915: Bump timeout for wait_for_engines()Chris Wilson
2017-12-12drm/i915: make mappable struct resource centricMatthew Auld
2017-12-08drm/i915: Restore GT performance in headless mode with DMC loadedTvrtko Ursulin
2017-12-07drm/i915: Refactor common list iteration over GGTT vmaChris Wilson
2017-12-07drm/i915: Track GGTT writes on the vmaChris Wilson
2017-12-07drm/i915: Remove vma from object on destroy, not closeChris Wilson
2017-12-05drm/i915: Flush pending GTT writes before unbindingChris Wilson
2017-11-30drm/i915: Skip switch-to-kernel-context on suspend when wedgedChris Wilson
2017-11-27drm/i915: Rename i915_gem_timelines_mark_idleChris Wilson
2017-11-22drm/i915: Call i915_gem_init_userptr() before taking struct_mutexChris Wilson
2017-11-22drm/i915/pmu: Suspend sampling when GPU is idleTvrtko Ursulin
2017-11-20drm/i915: Remove i915.semaphores modparamChris Wilson
2017-11-20drm/i915: Disable semaphores on SandybridgeChris Wilson
2017-11-20drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson
2017-11-20drm/i915: Remove i915.enable_execlists module parameterChris Wilson
2017-11-20drm/i915: Automatic i915_switch_context for legacyChris Wilson
2017-11-16drm/i915: Update execlists tasklet namingSagar Arun Kamble
2017-11-14drm/i915: Resume GuC before using GEMChris Wilson
2017-11-14drm/i915: Introduce GEM proxyTina Zhang
2017-11-14drm/i915: Object w/o backing storage is banned by -ENXIOTina Zhang
2017-11-12drm/i915: Remove redundant intel_autoenable_gt_powersave()Chris Wilson