aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_engine_cs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson1-1761/+0
2019-04-24drm/i915: Store the default sseu setup on the engineChris Wilson1-0/+4
2019-04-11drm/i915: Prepare for larger CSB status FIFO sizeMika Kuoppala1-18/+11
2019-04-10drm/i915: Only reset the pinned kernel contexts on resumeChris Wilson1-0/+24
2019-03-26drm/i915: take a reference to uncore in the engine and use itDaniele Ceraolo Spurio1-65/+69
2019-03-26drm/i915: intel_wait_for_register_fw to uncoreDaniele Ceraolo Spurio1-5/+5
2019-03-26drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncoreDaniele Ceraolo Spurio1-10/+11
2019-03-21drm/i915: Flush pages on acquisitionChris Wilson1-3/+1
2019-03-21drm/i915: Stop storing the context name as the timeline nameChris Wilson1-2/+1
2019-03-20drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio1-2/+2
2019-03-08drm/i915: Track the pinned kernel contexts on each engineChris Wilson1-32/+33
2019-03-08drm/i915: Move over to intel_context_lookup()Chris Wilson1-1/+1
2019-03-08drm/i915: Remove has-kernel-contextChris Wilson1-31/+0
2019-03-08drm/i915: Reduce presumption of request ordering for barriersChris Wilson1-0/+5
2019-03-05drm/i915: Move find_active_request() to the engineChris Wilson1-1/+46
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson1-28/+31
2019-03-05drm/i915: Remove last traces of exec-id (GEM_BUSY)Chris Wilson1-10/+0
2019-03-01drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+Chris Wilson1-0/+1
2019-02-28drm/i915: Report engines are idle if already parkedChris Wilson1-3/+7
2019-02-28Revert "drm/i915: Avoid waking the engines just to check if they are idle"Chris Wilson1-11/+6
2019-02-28drm/i915: Compute the global scheduler capsChris Wilson1-0/+39
2019-02-27drm/i915: Avoid waking the engines just to check if they are idleChris Wilson1-6/+11
2019-02-26drm/i915: Remove i915_request.global_seqnoChris Wilson1-3/+2
2019-02-26drm/i915: Remove access to global seqno in the HWSPChris Wilson1-13/+1
2019-02-26drm/i915: Replace global_seqno with a hangcheck heartbeat seqnoChris Wilson1-2/+3
2019-02-20drm/i915: Beware temporary wedging when determining -EIOChris Wilson1-5/+3
2019-02-11drm/i915: Include the current timeline seqno for debugging execlistsChris Wilson1-2/+3
2019-02-05drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson1-1/+1
2019-01-29drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson1-28/+7
2019-01-29drm/i915: Rename execlists->queue_priority to queue_priority_hintChris Wilson1-2/+2
2019-01-29drm/i915: Identify active requestsChris Wilson1-3/+5
2019-01-28drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson1-3/+12
2019-01-28drm/i915: Allocate a status page for each timelineChris Wilson1-30/+46
2019-01-28drm/i915: Always allocate an object/vma for the HWSPChris Wilson1-54/+55
2019-01-25drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson1-4/+2
2019-01-25drm/i915: Remove manual breadcumb countingChris Wilson1-4/+3
2019-01-25drm/i915: Measure the required reserved size for request emissionChris Wilson1-0/+49
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