summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Identify active requestsChris Wilson2019-01-291-0/+15
* drm/i915: Track active timelinesChris Wilson2019-01-281-2/+2
* drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson2019-01-281-1/+1
* drm/i915: Move list of timelines under its own lockChris Wilson2019-01-281-47/+56
* drm/i915: Move vma lookup to its own lockChris Wilson2019-01-281-14/+19
* drm/i915: Pull VM lists under the VM mutex.Chris Wilson2019-01-281-6/+8
* drm/i915: Stop tracking MRU activity on VMAChris Wilson2019-01-281-8/+2Star
* drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson2019-01-251-11/+7Star
* drm/i915: small isolated c99 types to kernel types switchJani Nikula2019-01-171-7/+7
* drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson2019-01-161-434/+12Star
* drm/i915: Serialise concurrent calls to i915_gem_set_wedged()Chris Wilson2019-01-161-8/+24
* drm/i915/userptr: Avoid struct_mutex recursion for mmu_invalidate_range_startChris Wilson2019-01-151-8/+22
* drm/i915: Only dump GPU state on set-wedged if interestingChris Wilson2019-01-151-1/+1
* drm/i915: Combined gt.awake/gt.power wakerefsChris Wilson2019-01-141-7/+4Star
* drm/i915: Markup paired operations on display power domainsChris Wilson2019-01-141-2/+2
* drm/i915: Syntatic sugar for using intel_runtime_pmChris Wilson2019-01-141-5/+5
* drm/i915/gem: Track the rpm wakerefsChris Wilson2019-01-141-18/+29
* drm/i915: Track GT wakerefChris Wilson2019-01-141-4/+7
* drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-141-10/+10
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0Star
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2019-01-081-6/+3Star
|\
| * Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-5/+2Star
| * mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* | drm/i915: Remove partial attempt to swizzle on pread/pwriteChris Wilson2019-01-051-164/+17Star
* | drm/i915: Do not allow unwedging following a failed driver initialisationChris Wilson2019-01-041-0/+3
* | drm/i915: Always try to reset the GPU on takeoverChris Wilson2019-01-031-9/+2Star
* | drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson2018-12-311-7/+0Star
* | drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson2018-12-281-2/+2
* | drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-7/+7
|/
* drm/i915: Allocate a common scratch pageChris Wilson2018-12-041-1/+49
* drm/i915: Verify GT workaround state after GPU initTvrtko Ursulin2018-12-041-0/+3
* drm/i915: Record GT workarounds in a listTvrtko Ursulin2018-12-041-1/+3
* drm/i915: Complete the fences as they are cancelled due to wedgingChris Wilson2018-12-041-44/+10Star
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-11-201-10/+7Star
|\
| * Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-10-291-24/+81
| |\
| | * drm/i915: Large page offsets for pread/pwriteChris Wilson2018-10-181-10/+2Star
| * | xarray: Replace exceptional entriesMatthew Wilcox2018-09-301-10/+7Star
* | | drm/i915: Track rcu_head for our idle workerChris Wilson2018-11-091-0/+3
* | | drm/i915: Initialise the obj->rcu headChris Wilson2018-11-091-0/+9
* | | mm, drm/i915: mark pinned shmemfs pages as unevictableKuo-Hsin Yang2018-11-071-4/+29
* | | drm/i915: Break long iterations for get/put shmemfs pagesChris Wilson2018-11-061-1/+2
* | | drm/i915: Large page offsets for pread/pwriteChris Wilson2018-10-151-10/+2Star
* | | drm/i915: Priority boost for waiting clientsChris Wilson2018-10-011-1/+4
* | | drm/i915: Trim partial view sg listsTvrtko Ursulin2018-09-271-1/+1
* | | drm/i915: Unset reset pch handshake when PCH is not present in one placeJosé Roberto de Souza2018-09-271-12/+0Star
* | | drm/i915: Convert to BITS_PER_TYPEChris Wilson2018-09-261-1/+1
| |/ |/|
* | drm/i915: Park the GPU on module loadChris Wilson2018-09-201-0/+8
* | drm/i915: don't assume struct page in i915_sg_trimMatthew Auld2018-09-201-1/+3
* | drm/i915/execlists: Reset CSB pointers on canceling requests (wedging)Chris Wilson2018-09-141-0/+3
* | drm/i915/execlists: Use coherent writes into the context imageChris Wilson2018-09-141-1/+3