blob: 586fc04bb77f3a4baf3266982f2308e81576460f [file] [log] [blame]
f351d087d832 ("drm/i915: Only sync tasklets once for recursive reset preparation")
b8444cf85b62 ("drm/i915: Remove tasklet flush before disable")
e4d2006f8f04 ("drm/i915: Split out parking from the idle worker for reuse")
68ad361285a9 ("drm/i915: Only call tasklet_kill() on the first prepare_reset")
889230489b6b ("drm/i915: Always run hangcheck while the GPU is busy")
84a107492052 ("drm/i915: Shrink the GEM kmem_caches upon idling")
6f56103d7e95 ("drm/i915: Track the number of times we have woken the GPU up")
93dff1008a4e ("drm/i915: Remove pointer indirection for hangcheck_state local")
b68763741aa2 ("drm/i915: Restore GT performance in headless mode with DMC loaded")
d02a1d830880 ("drm/i915: Rename i915_gem_timelines_mark_idle")
feff0dc6cdc5 ("drm/i915/pmu: Suspend sampling when GPU is idle")
b46a33e271ed ("drm/i915/pmu: Expose a PMU interface for perf queries")
79e6770cb1f5 ("drm/i915: Remove obsolete ringbuffer emission for gen8+")
c6dce8f140bc ("drm/i915: Update execlists tasklet naming")
b03ec3d67ab8 ("drm/i915: There is only one fault register from GEN8 onwards")
1803fcbca2e4 ("drm/i915: Define an engine class enum for the uABI")
0397ac13dd47 ("drm/i915: Make GuC log part of the uC error state")
7d41ef3479a6 ("drm/i915: Add Guc/HuC firmware details to error state")
820c5bbbf418 ("drm/i915: Flush the irq and tasklets before asserting engine is idle")
3265124a2d37 ("drm/i915: Give more details for the active-when-parking warning for the engines")
680273879d12 ("drm/i915: Move parking-while-active warning to intel_engines_park()")
c41937fd994a ("drm/i915/guc: Preemption! With GuC")
a4598d17551a ("drm/i915: Rename helpers used for unwinding, use macro for can_preempt")
a0991e1d2801 ("drm/i915/guc: Split guc_wq_item_append")
9bdc3573a5a2 ("drm/i915/guc: Initialize GuC before restarting engines")
bcbd5c33a342 ("drm/i915/guc: Always enable the breadcrumbs irq")
aba5e278586b ("drm/i915: Add a hook for making the engines idle (parking) and unparking")
20ccd4d3f689 ("drm/i915: Use same test for eviction and submitting kernel context")
4a118ecbe99c ("drm/i915: Filter out spurious execlists context-switch interrupts")
ff320d6e72ff ("drm/i915: Synchronize irq before parking each engine")
5427f207852d ("drm/i915: Bump wait-times for the final CS interrupt before parking")
56ffc7427c2b ("drm/i915/uc: Add pretty printer for uc firmware")
d9e2e0143cee ("drm/i915/guc: Move doc near related definitions")
55b4f1ce2f23 ("drm/i915: Fix eviction when the GGTT is idle but full")
f636edb214a5 ("drm/i915: Make i915_engine_info pretty printer to standalone")
faf654864b25 ("drm/i915: Unify uC variable types to avoid flooding checkpatch.pl")
9bf384c5f212 ("drm/i915/guc: Move GuC core definitions into dedicated files")
9f436c46ea09 ("drm/i915/guc: Move GuC submission declarations into dedicated header")
d62e2bf38970 ("drm/i915/guc: Move GuC log declarations into dedicated header")
beecec901790 ("drm/i915/execlists: Preemption!")
bf64e0b00e1f ("drm/i915: Expand I915_PARAM_HAS_SCHEDULER into a capability bitmask")
e7af3116836f ("drm/i915: Introduce a preempt context")
d6c0511300dc ("drm/i915/execlists: Distinguish the incomplete context notifies")
3af7a9c6446b ("drm/i915/guc: Move Guc early init into own function")
d56d63d78c69 ("drm/i915/huc: Move HuC declarations into dedicated header")
a16b4313ae56 ("drm/i915/uc: Move uC fw helper code into dedicated files")
1fc556fa3469 ("drm/i915/uc: Create intel_uc_init_mmio")
c23b4f460eb4 ("drm/i915/uc: Drop unnecessary forward declaration")
42a3ae88500e ("drm/i915: Organize GEN features inheritance.")
7e4992ac045c ("drm/i915/execlists: Move request unwinding to a separate function")