summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-5/+2
* 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/+10
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-11-201-10/+7
|\
| * Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-10-281-24/+81
| |\
| | * drm/i915: Large page offsets for pread/pwriteChris Wilson2018-10-171-10/+2
| * | xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-10/+7
* | | 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/+2
* | | 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-261-12/+0
* | | 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
* drm/i915: Tidy error handling in i915_gem_init_hwMichał Winiarski2018-07-121-3/+7
* drm/i915: Flush the residual parking on emergency shutdownChris Wilson2018-07-101-0/+2
* drm/i915: Tidy i915_gem_suspend()Chris Wilson2018-07-101-24/+26
* drm/i915: Provide a timeout to i915_gem_wait_for_idle() on setupChris Wilson2018-07-091-4/+4
* drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson2018-07-091-19/+29
* drm/i915: Replace nested subclassing with explicit subclassesChris Wilson2018-07-071-1/+1
* drm/i915: Export i915_request_skip()Chris Wilson2018-07-061-22/+3
* drm/i915: Flush the WCB following a WC writeChris Wilson2018-07-061-0/+4
* drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva2018-07-051-0/+1
* drm/i915: Try GGTT mmapping whole object as partialChris Wilson2018-07-021-11/+17
* drm/i915/uc: Fetch GuC/HuC firmwares from guc/huc specific initMichal Wajdeczko2018-06-281-3/+4
* drm/i915: Wait for engines to idle before retiringChris Wilson2018-06-271-4/+7