summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Only prune fences after wait-for-allChris Wilson2018-03-121-4/+12
* drm/i915: Suspend submission tasklets around wedgingChris Wilson2018-03-051-1/+5
* drm/i915: Always run hangcheck while the GPU is busyChris Wilson2018-02-011-4/+3
* drm/i915/guc: Add uc_fini_wq in gem_init unwind pathSagar Arun Kamble2018-02-011-0/+2
* BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie2018-01-181-1/+1
|\
| * drm/i915: Don't adjust priority on an already signaled fenceChris Wilson2018-01-111-1/+1
| * drm/i915: Flush pending GTT writes before unbindingChris Wilson2017-12-141-8/+1
| * drm/i915: Call i915_gem_init_userptr() before taking struct_mutexChris Wilson2017-12-071-6/+5
| * drm/i915: Skip switch-to-kernel-context on suspend when wedgedChris Wilson2017-12-051-9/+11
| * Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-151-237/+412
| |\
| | * drm/i915: Lock llist_del_first() vs llist_del_all()Chris Wilson2017-11-091-1/+7
| * | drm/i915: Hold rcu_read_lock when iterating over the radixtree (objects)Chris Wilson2017-10-301-0/+2
| * | drm/i915: Report -EFAULT before pwrite fast path into shmemfsChris Wilson2017-10-181-0/+3
| * | drm/i915: Order two completing nop_submit_requestChris Wilson2017-10-091-1/+6
* | | drm/i915: Add a strong mb to resetting the has-CS-interrupt bitChris Wilson2017-12-191-1/+6
* | | drm/i915: prefer i915_gem_object_has_pages()Matthew Auld2017-12-181-1/+1
* | | drm/i915: Restore the kernel context after a GPU reset on an idle engineChris Wilson2017-12-161-0/+19
* | | drm/i915/guc: Extract guc_init from guc_init_hwMichał Winiarski2017-12-141-1/+7
* | | drm/i915/guc: Move GuC workqueue allocations outside of the mutexMichał Winiarski2017-12-141-0/+4
* | | drm/i915: Unwind i915_gem_init() failureChris Wilson2017-12-131-14/+66
* | | drm/i915: Don't check #active_requests from i915_gem_wait_for_idle()Chris Wilson2017-12-131-2/+0
* | | drm/i915: Dump the engine state before declaring wedged from wait_for_engines()Chris Wilson2017-12-121-1/+12
* | | drm/i915: Bump timeout for wait_for_engines()Chris Wilson2017-12-121-2/+2
* | | drm/i915: make mappable struct resource centricMatthew Auld2017-12-121-4/+4
* | | drm/i915: Restore GT performance in headless mode with DMC loadedTvrtko Ursulin2017-12-081-0/+3
* | | drm/i915: Refactor common list iteration over GGTT vmaChris Wilson2017-12-071-14/+4
* | | drm/i915: Track GGTT writes on the vmaChris Wilson2017-12-071-18/+40
* | | drm/i915: Remove vma from object on destroy, not closeChris Wilson2017-12-071-1/+2
* | | drm/i915: Flush pending GTT writes before unbindingChris Wilson2017-12-051-8/+1
* | | drm/i915: Skip switch-to-kernel-context on suspend when wedgedChris Wilson2017-11-301-9/+11
* | | drm/i915: Rename i915_gem_timelines_mark_idleChris Wilson2017-11-271-1/+2
* | | drm/i915: Call i915_gem_init_userptr() before taking struct_mutexChris Wilson2017-11-221-6/+5
* | | drm/i915/pmu: Suspend sampling when GPU is idleTvrtko Ursulin2017-11-221-0/+1
* | | drm/i915: Remove i915.semaphores modparamChris Wilson2017-11-201-11/+0
* | | drm/i915: Disable semaphores on SandybridgeChris Wilson2017-11-201-9/+1
* | | drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson2017-11-201-1/+1
* | | drm/i915: Remove i915.enable_execlists module parameterChris Wilson2017-11-201-5/+5
* | | drm/i915: Automatic i915_switch_context for legacyChris Wilson2017-11-201-1/+1
* | | drm/i915: Update execlists tasklet namingSagar Arun Kamble2017-11-161-5/+5
* | | drm/i915: Resume GuC before using GEMChris Wilson2017-11-141-0/+2
* | | drm/i915: Introduce GEM proxyTina Zhang2017-11-141-2/+29
* | | drm/i915: Object w/o backing storage is banned by -ENXIOTina Zhang2017-11-141-1/+1
* | | drm/i915: Remove redundant intel_autoenable_gt_powersave()Chris Wilson2017-11-121-8/+23
* | | drm/i915/selftests: Yet another forgotten mock_i915->mm initialiserChris Wilson2017-11-101-9/+17
* | | drm/i915: Kerneldoc typo s/rps/rps_client/Chris Wilson2017-11-101-1/+1
* | | drm/i915: Record the default hw state after reset upon loadChris Wilson2017-11-101-0/+115
* | | drm/i915: Move intel_init_clock_gating() to i915_gem_init()Chris Wilson2017-11-101-2/+15
* | | drm/i915: Move GT powersaving init to i915_gem_init()Chris Wilson2017-11-101-0/+2
* | | drm/i915: Force the switch to the i915->kernel_contextChris Wilson2017-11-101-4/+6
* | | drm/i915: Lock llist_del_first() vs llist_del_all()Chris Wilson2017-11-061-1/+7
OpenPOWER on IntegriCloud