summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_engine_cs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Allocate a common scratch pageChris Wilson2018-12-041-42/+0
* drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin2018-12-041-0/+1
* drm/i915: Move register white-listing to the common workaround frameworkTvrtko Ursulin2018-12-041-0/+1
* drm/i915: Introduce per-engine workaroundsTvrtko Ursulin2018-12-041-0/+2
* drm/i915: Show waiter's status on engine dumpChris Wilson2018-11-211-2/+4
* drm/i915/selftests: Workaround an issue with unused lockdep subclassChris Wilson2018-11-161-1/+1
* drm/i915: Prefer IS_GEN<n> check with bitmask.Rodrigo Vivi2018-10-291-1/+1
* drm/i915: GEM_WARN_ON considered harmfulTvrtko Ursulin2018-10-181-4/+4
* drm/i915: Ensure intel_engine_init_execlist() builds with ClangJani Nikula2018-10-171-1/+1
* drm/i915: Inject load failure inside intel_engines_init_mmioMichal Wajdeczko2018-10-111-0/+3
* drm/i915: Combine multiple internal plists into the same i915_priolist bucketChris Wilson2018-10-011-3/+3
* drm/i915: Convert to BITS_PER_TYPEChris Wilson2018-09-261-1/+1
* drm/i915: Flush the tasklet when checking for idleChris Wilson2018-09-141-0/+3
* drm/i915: Use a cached mapping for the physical HWSChris Wilson2018-09-031-12/+13
* drm/i915: Combine cleanup_status_page()Chris Wilson2018-09-031-14/+6
* drm/i915: Correct CSB probing for engine state dumperChris Wilson2018-08-211-12/+11
* drm/i915: Clear stop-engine for a pardoned resetChris Wilson2018-08-151-0/+10
* drm/i915: Pull seqno started checks togetherChris Wilson2018-08-071-2/+1
* drm/i915: Eliminate use of PAGE_SIZE as a virtual alignmentChris Wilson2018-07-271-2/+2
* drm/i915: Pull unpin map into vma releaseChris Wilson2018-07-241-15/+3
* drm/i915: Do not short-circuit tasklets during resetChris Wilson2018-07-131-5/+7
* drm/i915/execlists: Switch to rb_root_cachedChris Wilson2018-07-111-4/+3
* drm/i915: Replace nested subclassing with explicit subclassesChris Wilson2018-07-071-0/+1
* drm/i915: Record logical context support in driver capsChris Wilson2018-07-061-0/+2
* drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva2018-07-051-0/+1
* drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)Chris Wilson2018-06-281-4/+4
* drm/i915/execlists: Trust the CSBChris Wilson2018-06-281-6/+2
* drm/i915/execlists: Unify CSB access pointersChris Wilson2018-06-281-12/+0
* drm/i915: Disable bh around call to taskletChris Wilson2018-06-201-0/+2
* drm/i915: Fix fallout of fake reset along resumeChris Wilson2018-06-181-0/+22
* drm/i915: Show CCID in engine dumpsChris Wilson2018-06-141-0/+2
* drm/i915: Make the hexdump row offset visually distinctChris Wilson2018-06-141-1/+1
* drm/i915: Dump the ringbuffer of the active request for debuggingChris Wilson2018-06-141-5/+36
* drm/i915/ringbuffer: Serialize load of PD_DIRChris Wilson2018-06-121-2/+3
* drm/i915/ringbuffer: Fix context restore upon resetChris Wilson2018-06-111-3/+0
* drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-051-2/+2
* drm/i915/icl: Enable WaProgramMgsrForCorrectSliceSpecificMmioReadsYunwei Zhang2018-05-241-0/+3
* drm/i915/cnl: Implement WaProgramMgsrForCorrectSliceSpecificMmioReadsYunwei Zhang2018-05-241-5/+25
* drm/i915/execlists: Handle copying default context state for atomic resetChris Wilson2018-05-191-0/+15
* drm/i915: Make intel_engine_dump irqsafeChris Wilson2018-05-191-4/+7
* drm/i915: Speed up idle detection by kicking the taskletsChris Wilson2018-05-191-3/+12
* drm/i915: Store a pointer to intel_context in i915_requestChris Wilson2018-05-181-22/+32
* drm/i915: Move fiddling with engine->last_retired_contextChris Wilson2018-05-181-0/+23
* drm/i915: Move request->ctx asideChris Wilson2018-05-181-1/+1
* drm/i915: Nul-terminate legacy debug stringChris Wilson2018-05-171-1/+1
* drm/i915: Stop parking the signaler around resetChris Wilson2018-05-161-0/+29
* drm/i915/execlists: Relax CSB force-mmio for VT-dChris Wilson2018-05-141-8/+0
* Revert "drm/i915/cnl: Use mmio access to context status buffer"Chris Wilson2018-05-111-3/+0
* drm/i915: Mark the hangcheck as idle when unparking the enginesChris Wilson2018-05-031-0/+2
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-021-15/+12