summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_engine_cs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-1761/+0Star
* drm/i915: Store the default sseu setup on the engineChris Wilson2019-04-241-0/+4
* drm/i915: Prepare for larger CSB status FIFO sizeMika Kuoppala2019-04-111-18/+11Star
* drm/i915: Only reset the pinned kernel contexts on resumeChris Wilson2019-04-101-0/+24
* drm/i915: take a reference to uncore in the engine and use itDaniele Ceraolo Spurio2019-03-261-65/+69
* drm/i915: intel_wait_for_register_fw to uncoreDaniele Ceraolo Spurio2019-03-261-5/+5
* drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncoreDaniele Ceraolo Spurio2019-03-261-10/+11
* drm/i915: Flush pages on acquisitionChris Wilson2019-03-211-3/+1Star
* drm/i915: Stop storing the context name as the timeline nameChris Wilson2019-03-211-2/+1Star
* drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio2019-03-201-2/+2
* drm/i915: Track the pinned kernel contexts on each engineChris Wilson2019-03-081-32/+33
* drm/i915: Move over to intel_context_lookup()Chris Wilson2019-03-081-1/+1
* drm/i915: Remove has-kernel-contextChris Wilson2019-03-081-31/+0Star
* drm/i915: Reduce presumption of request ordering for barriersChris Wilson2019-03-081-0/+5
* drm/i915: Move find_active_request() to the engineChris Wilson2019-03-051-1/+46
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-28/+31
* drm/i915: Remove last traces of exec-id (GEM_BUSY)Chris Wilson2019-03-051-10/+0Star
* drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+Chris Wilson2019-03-011-0/+1
* drm/i915: Report engines are idle if already parkedChris Wilson2019-02-281-3/+7
* Revert "drm/i915: Avoid waking the engines just to check if they are idle"Chris Wilson2019-02-281-11/+6Star
* drm/i915: Compute the global scheduler capsChris Wilson2019-02-281-0/+39
* drm/i915: Avoid waking the engines just to check if they are idleChris Wilson2019-02-271-6/+11
* drm/i915: Remove i915_request.global_seqnoChris Wilson2019-02-261-3/+2Star
* drm/i915: Remove access to global seqno in the HWSPChris Wilson2019-02-261-13/+1Star
* drm/i915: Replace global_seqno with a hangcheck heartbeat seqnoChris Wilson2019-02-261-2/+3
* drm/i915: Beware temporary wedging when determining -EIOChris Wilson2019-02-201-5/+3Star
* drm/i915: Include the current timeline seqno for debugging execlistsChris Wilson2019-02-111-2/+3
* 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/+7Star
* 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/+2Star
* drm/i915: Remove manual breadcumb countingChris Wilson2019-01-251-4/+3Star
* 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/+4Star
* | | 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/+4Star
* | | 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/+0Star
* | | drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson2018-12-281-28/+1Star