aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_engine_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27drm/i915/selftest: Fix workarounds selftest for GuC submissionRahul Kumar Singh1-0/+1
2021-07-27drm/i915/guc: Capture error state on context resetMatthew Brost1-0/+2
2021-07-27drm/i915: Move active request tracking to a vfuncMatthew Brost1-0/+6
2021-07-27drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbsMatthew Brost1-1/+1
2021-07-27drm/i915/guc: Make hangcheck work with GuC virtual enginesJohn Harrison1-0/+2
2021-07-26drm/i915/gt: nuke gen6_hw_idLucas De Marchi1-9/+1
2021-07-24drm/i915/xehp: Extra media engines - Part 1 (engine definitions)John Harrison1-4/+10
2021-07-22drm/i915/gt: rename legacy engine->hw_id to engine->gen6_hw_idLucas De Marchi1-1/+1
2021-07-22drm/i915/gt: nuke unused legacy engine hw_idLucas De Marchi1-4/+0
2021-07-08drm/i915/gem: Remove engine auto-magic with FENCE_SUBMIT (v2)Jason Ekstrand1-7/+0
2021-06-18drm/i915: Move submission tasklet to i915_sched_engineMatthew Brost1-5/+0
2021-06-18drm/i915: Move engine->schedule to i915_sched_engineMatthew Brost1-8/+0
2021-06-18drm/i915: Move active tracking to i915_sched_engineMatthew Brost1-6/+0
2021-06-18drm/i915: Move priolist to new i915_sched_engine objectMatthew Brost1-26/+6
2021-06-05drm/i915/gt: Add remaining conversions to GRAPHICS_VERLucas De Marchi1-2/+2
2021-05-25drm/i915/gt: Move CS interrupt handler to the backendChris Wilson1-10/+4
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson1-2/+1
2021-01-15drm/i915/gt: Convert stats.active to plain unsigned intChris Wilson1-2/+2
2021-01-15drm/i915/gt: Drop atomic for engine->fw_active trackingChris Wilson1-1/+1
2021-01-07drm/i915/gt: Remove timeslice suppressionChris Wilson1-10/+0
2021-01-05drm/i915/gt: Allow failed resets without assertionChris Wilson1-0/+2
2020-12-24drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson1-1/+2
2020-12-22drm/i915/gt: Track all timelines created using the HWSPChris Wilson1-0/+1
2020-10-19drm/i915/gt: Widen CSB pointer to u64 for the parsersChris Wilson1-1/+1
2020-09-07drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson1-28/+3
2020-07-10drm/i915/gt: Be defensive in the face of false CS eventsChris Wilson1-0/+4
2020-07-02drm/i915/gt: Harden the heartbeat against a stuck driverChris Wilson1-0/+1
2020-06-04drm/i915/gt: Track if an engine requires forcewake w/aChris Wilson1-0/+11
2020-05-14drm/i915/gt: Transfer old virtual breadcrumbs to irq_workerChris Wilson1-0/+2
2020-05-14drm/i915: Show per-engine default property values in sysfsChris Wilson1-1/+1
2020-05-05drm/i915/gt: Stop holding onto the pinned_default_stateChris Wilson1-1/+0
2020-05-05drm/i915/execlists: Record the active CCID from before resetChris Wilson1-0/+5
2020-05-01drm/i915/gt: Make timeslicing an explicit engine propertyChris Wilson1-4/+14
2020-04-30drm/i915/gt: Move the batch buffer pool from the engine to the gtChris Wilson1-8/+0
2020-04-30drm/i915/gt: Switch to manual evaluation of RPSChris Wilson1-0/+5
2020-04-30drm/i915/gt: Always enable busy-stats for execlistsChris Wilson1-17/+12
2020-04-29drm/i915/gt: Keep a no-frills swappable copy of the default context stateChris Wilson1-1/+1
2020-04-28drm/i915/execlists: Track inflight CCIDChris Wilson1-2/+1
2020-04-28drm/i915/execlists: Avoid reusing the same logical CCIDChris Wilson1-0/+5
2020-04-17drm/i915/gt: Scrub execlists state on resumeChris Wilson1-0/+1
2020-04-07drm/i915/gt: Yield the timeslice if caught waiting on a user semaphoreChris Wilson1-0/+9
2020-04-03drm/i915: Keep a per-engine request poolChris Wilson1-0/+3
2020-02-28drm/i915/gt: Expose busywait duration to sysfsChris Wilson1-0/+1
2020-02-10drm/i915/selftests: Drop live_preempt_hangChris Wilson1-1/+0
2020-01-30drm/i915: add extra slice common debug registersLionel Landwerlin1-0/+1
2020-01-29drm/i915/gt: Hook up CS_MASTER_ERROR_INTERRUPTChris Wilson1-0/+10
2020-01-20drm/i915: Align engine->uabi_class/instance with i915_drm.hTvrtko Ursulin1-2/+2
2020-01-16drm/i915/gt: Allow temporary suspension of inflight requestsChris Wilson1-0/+1
2019-12-22drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson1-10/+5
2019-12-19drm/i915/gt: Track engine round-trip timesChris Wilson1-0/+11