summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_engine_cs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2019-01-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-01-241-39/+49
|\
| * drm/i915: Always try to reset the GPU on takeoverChris Wilson2019-01-031-1/+13
| * drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-021-2/+2
| * drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson2018-12-311-6/+0Star
| * drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson2018-12-281-28/+1Star
| * drm/i915: Apply missed interrupt after reset w/a to all ringbuffer genChris Wilson2018-12-181-0/+31
| * drm/i915: merge gen checks to use rangeLucas De Marchi2018-12-131-1/+1
| * drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-2/+2
| * drm/i915: Rename IS_GEN to IS_GEN_RANGELucas De Marchi2018-12-131-1/+1
* | Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-01-091-1/+1
|\ \ | |/ |/|
| * dma-buf: make fence sequence numbers 64 bit v2Christian König2018-12-071-1/+1
* | drm/i915: Allocate a common scratch pageChris Wilson2018-12-041-42/+0Star
* | 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/+6Star
* drm/i915: Correct CSB probing for engine state dumperChris Wilson2018-08-211-12/+11Star
* 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/+1Star
* 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/+3Star
* 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/+3Star
* 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/+2Star
* drm/i915/execlists: Unify CSB access pointersChris Wilson2018-06-281-12/+0Star
* 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/+0Star
* 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