summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915: Only show debug for state changes when banningChris Wilson2018-06-181-5/+5
* drm/i915: Fix fallout of fake reset along resumeChris Wilson2018-06-181-9/+5
* drm/i915: Be irqsafe inside resetChris Wilson2018-06-151-2/+4
* drm/i915: Fix context ban and hang accounting for clientMika Kuoppala2018-06-151-17/+40
* drm/i915: Make closing request flush mandatoryChris Wilson2018-06-141-2/+2
* drm/i915: Refactor unsettting obj->mm.pagesChris Wilson2018-06-111-31/+37
* drm/i915: Squash GEM load failure message (again)Chris Wilson2018-06-111-3/+2
* drm/i915: Mark the GPU as wedged without error on fault injectionChris Wilson2018-06-081-0/+2
* drm/i915: Change i915_gem_fault() to return vm_fault_tChris Wilson2018-06-071-14/+7
* drm/i915: Use GEM suspend when aborting initialisationChris Wilson2018-06-071-2/+6
OpenPOWER on IntegriCloud