summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
| |\
| * | 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
* | | 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
* | | 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: 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
* | drm/i915: Check engine->default_state mapping on module loadChris Wilson2018-09-141-0/+11
* | drm/i915: Early rejection of buffer allocations larger than RAMChris Wilson2018-09-031-6/+19
* | drm/i915: Flag any possible writes for a GTT faultChris Wilson2018-09-031-1/+1
* | drm/i915/selftests: Add a simple exerciser for suspend/hibernateChris Wilson2018-08-311-0/+1
* | drm/i915: Cleanup gt powerstate from gemChris Wilson2018-08-131-0/+3
* | drm/i915: Warn if we hit the timeout for wait-for-idleChris Wilson2018-08-081-0/+6
* | drm/i915: Don't disable the GPU for older gen on wedgingChris Wilson2018-07-261-1/+2
* | drm/i915: Restore sane defaults for KMS on GEM error loadChris Wilson2018-07-261-1/+10
* | drm/i915: Mark up object tiling-and-stride getters as constChris Wilson2018-07-261-2/+2
* | drm/i915: Skip repeated calls to i915_gem_set_wedged()Chris Wilson2018-07-251-2/+3
* | drm/i915: Only force GGTT coherency w/a on required chipsetsChris Wilson2018-07-201-0/+5
|/
* drm/i915: Always retire residual requests before suspendChris Wilson2018-07-181-0/+2
* drm/i915: Flush chipset caches after GGTT writesChris Wilson2018-07-171-1/+1
* drm/i915: Reject attempted pwrites into a read-only objectChris Wilson2018-07-131-0/+6
* drm/i915: Prevent writing into a read-only object via a GGTT mmapChris Wilson2018-07-131-0/+4