summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_engine_cs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson2019-02-051-1/+1
* drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-291-28/+7
* drm/i915: Rename execlists->queue_priority to queue_priority_hintChris Wilson2019-01-291-2/+2
* drm/i915: Identify active requestsChris Wilson2019-01-291-3/+5
* drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson2019-01-281-3/+12
* drm/i915: Allocate a status page for each timelineChris Wilson2019-01-281-30/+46
* drm/i915: Always allocate an object/vma for the HWSPChris Wilson2019-01-281-54/+55
* drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson2019-01-251-4/+2
* drm/i915: Remove manual breadcumb countingChris Wilson2019-01-251-4/+3
* drm/i915: Measure the required reserved size for request emissionChris Wilson2019-01-251-0/+49
* Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-01-221-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: Use b->irq_enable() as predicate for mock engineChris Wilson2019-01-181-7/+4
* | | drm/i915: small isolated c99 types to kernel types switchJani Nikula2019-01-171-6/+6
* | | drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson2019-01-161-0/+1
* | | drm/i915: Move intel_execlists_show_requests() asideChris Wilson2019-01-151-51/+4
* | | drm/i915/gem: Track the rpm wakerefsChris Wilson2019-01-141-4/+8
* | | drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-141-2/+2
* | | 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/+0
* | | drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson2018-12-281-28/+1
* | | 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
|/ /
* | 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