summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_engine_cs.c
AgeCommit message (Expand)Author
2019-02-05drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson
2019-01-29drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson
2019-01-29drm/i915: Rename execlists->queue_priority to queue_priority_hintChris Wilson
2019-01-29drm/i915: Identify active requestsChris Wilson
2019-01-28drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson
2019-01-28drm/i915: Allocate a status page for each timelineChris Wilson
2019-01-28drm/i915: Always allocate an object/vma for the HWSPChris Wilson
2019-01-25drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson
2019-01-25drm/i915: Remove manual breadcumb countingChris Wilson
2019-01-25drm/i915: Measure the required reserved size for request emissionChris Wilson
2019-01-22Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi
2019-01-18drm/i915: Use b->irq_enable() as predicate for mock engineChris Wilson
2019-01-17drm/i915: small isolated c99 types to kernel types switchJani Nikula
2019-01-16drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson
2019-01-15drm/i915: Move intel_execlists_show_requests() asideChris Wilson
2019-01-14drm/i915/gem: Track the rpm wakerefsChris Wilson
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson
2019-01-10Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2019-01-03drm/i915: Always try to reset the GPU on takeoverChris Wilson
2019-01-02drm/i915: start moving runtime device info to a separate structJani Nikula
2018-12-31drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson
2018-12-28drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson
2018-12-18drm/i915: Apply missed interrupt after reset w/a to all ringbuffer genChris Wilson
2018-12-12drm/i915: merge gen checks to use rangeLucas De Marchi
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi
2018-12-12drm/i915: Rename IS_GEN to IS_GEN_RANGELucas De Marchi
2018-12-07dma-buf: make fence sequence numbers 64 bit v2Christian König
2018-12-04drm/i915: Allocate a common scratch pageChris Wilson
2018-12-04drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin
2018-12-04drm/i915: Move register white-listing to the common workaround frameworkTvrtko Ursulin
2018-12-04drm/i915: Introduce per-engine workaroundsTvrtko Ursulin
2018-11-21drm/i915: Show waiter's status on engine dumpChris Wilson
2018-11-16drm/i915/selftests: Workaround an issue with unused lockdep subclassChris Wilson
2018-10-29drm/i915: Prefer IS_GEN<n> check with bitmask.Rodrigo Vivi
2018-10-18drm/i915: GEM_WARN_ON considered harmfulTvrtko Ursulin
2018-10-17drm/i915: Ensure intel_engine_init_execlist() builds with ClangJani Nikula
2018-10-11drm/i915: Inject load failure inside intel_engines_init_mmioMichal Wajdeczko
2018-10-01drm/i915: Combine multiple internal plists into the same i915_priolist bucketChris Wilson
2018-09-26drm/i915: Convert to BITS_PER_TYPEChris Wilson
2018-09-14drm/i915: Flush the tasklet when checking for idleChris Wilson
2018-09-03drm/i915: Use a cached mapping for the physical HWSChris Wilson
2018-09-03drm/i915: Combine cleanup_status_page()Chris Wilson
2018-08-21drm/i915: Correct CSB probing for engine state dumperChris Wilson
2018-08-15drm/i915: Clear stop-engine for a pardoned resetChris Wilson
2018-08-07drm/i915: Pull seqno started checks togetherChris Wilson
2018-07-27drm/i915: Eliminate use of PAGE_SIZE as a virtual alignmentChris Wilson
2018-07-24drm/i915: Pull unpin map into vma releaseChris Wilson
2018-07-13drm/i915: Do not short-circuit tasklets during resetChris Wilson
2018-07-11drm/i915/execlists: Switch to rb_root_cachedChris Wilson
2018-07-07drm/i915: Replace nested subclassing with explicit subclassesChris Wilson