aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_engine_cs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi1-1/+1
2019-01-18drm/i915: Use b->irq_enable() as predicate for mock engineChris Wilson1-7/+4
2019-01-17drm/i915: small isolated c99 types to kernel types switchJani Nikula1-6/+6
2019-01-16drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson1-0/+1
2019-01-15drm/i915: Move intel_execlists_show_requests() asideChris Wilson1-51/+4
2019-01-14drm/i915/gem: Track the rpm wakerefsChris Wilson1-4/+8
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-2/+2
2019-01-10Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2019-01-03drm/i915: Always try to reset the GPU on takeoverChris Wilson1-1/+13
2019-01-02drm/i915: start moving runtime device info to a separate structJani Nikula1-2/+2
2018-12-31drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson1-6/+0
2018-12-28drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson1-28/+1
2018-12-18drm/i915: Apply missed interrupt after reset w/a to all ringbuffer genChris Wilson1-0/+31
2018-12-12drm/i915: merge gen checks to use rangeLucas De Marchi1-1/+1
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi1-2/+2
2018-12-12drm/i915: Rename IS_GEN to IS_GEN_RANGELucas De Marchi1-1/+1
2018-12-07dma-buf: make fence sequence numbers 64 bit v2Christian König1-1/+1
2018-12-04drm/i915: Allocate a common scratch pageChris Wilson1-42/+0
2018-12-04drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin1-0/+1
2018-12-04drm/i915: Move register white-listing to the common workaround frameworkTvrtko Ursulin1-0/+1
2018-12-04drm/i915: Introduce per-engine workaroundsTvrtko Ursulin1-0/+2
2018-11-21drm/i915: Show waiter's status on engine dumpChris Wilson1-2/+4
2018-11-16drm/i915/selftests: Workaround an issue with unused lockdep subclassChris Wilson1-1/+1
2018-10-29drm/i915: Prefer IS_GEN<n> check with bitmask.Rodrigo Vivi1-1/+1
2018-10-18drm/i915: GEM_WARN_ON considered harmfulTvrtko Ursulin1-4/+4
2018-10-17drm/i915: Ensure intel_engine_init_execlist() builds with ClangJani Nikula1-1/+1
2018-10-11drm/i915: Inject load failure inside intel_engines_init_mmioMichal Wajdeczko1-0/+3
2018-10-01drm/i915: Combine multiple internal plists into the same i915_priolist bucketChris Wilson1-3/+3
2018-09-26drm/i915: Convert to BITS_PER_TYPEChris Wilson1-1/+1
2018-09-14drm/i915: Flush the tasklet when checking for idleChris Wilson1-0/+3
2018-09-03drm/i915: Use a cached mapping for the physical HWSChris Wilson1-12/+13
2018-09-03drm/i915: Combine cleanup_status_page()Chris Wilson1-14/+6
2018-08-21drm/i915: Correct CSB probing for engine state dumperChris Wilson1-12/+11
2018-08-15drm/i915: Clear stop-engine for a pardoned resetChris Wilson1-0/+10
2018-08-07drm/i915: Pull seqno started checks togetherChris Wilson1-2/+1
2018-07-27drm/i915: Eliminate use of PAGE_SIZE as a virtual alignmentChris Wilson1-2/+2
2018-07-24drm/i915: Pull unpin map into vma releaseChris Wilson1-15/+3
2018-07-13drm/i915: Do not short-circuit tasklets during resetChris Wilson1-5/+7
2018-07-11drm/i915/execlists: Switch to rb_root_cachedChris Wilson1-4/+3
2018-07-07drm/i915: Replace nested subclassing with explicit subclassesChris Wilson1-0/+1
2018-07-06drm/i915: Record logical context support in driver capsChris Wilson1-0/+2
2018-07-05drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-06-28drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)Chris Wilson1-4/+4
2018-06-28drm/i915/execlists: Trust the CSBChris Wilson1-6/+2
2018-06-28drm/i915/execlists: Unify CSB access pointersChris Wilson1-12/+0
2018-06-20drm/i915: Disable bh around call to taskletChris Wilson1-0/+2
2018-06-18drm/i915: Fix fallout of fake reset along resumeChris Wilson1-0/+22
2018-06-14drm/i915: Show CCID in engine dumpsChris Wilson1-0/+2
2018-06-14drm/i915: Make the hexdump row offset visually distinctChris Wilson1-1/+1
2018-06-14drm/i915: Dump the ringbuffer of the active request for debuggingChris Wilson1-5/+36