summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2019-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-02-111-7/+27
|\
| * drm/i915: Handle vm_mmap error during I915_GEM_MMAP ioctl with WC setJoonas Lahtinen2019-02-071-2/+10
| * drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC setJoonas Lahtinen2019-02-071-1/+11
| * drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson2019-02-051-4/+6
* | Merge tag 'drm-intel-next-2019-02-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-02-041-87/+108
|\|
| * 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
* | Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-02-041-0/+2
|\ \ | |/ |/|
| * drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-0/+2
| * Merge tag 'drm-intel-next-2019-01-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-01-241-190/+31Star
| |\
| * \ Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-01-091-2/+2
| |\ \
| | * | drm/i915: Compile fix for 64b dma-fence seqnoMika Kuoppala2018-12-071-2/+2
* | | | 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