blob: 9b49dd27d496d290629854d467924a90b37df379 [file] [log] [blame]
293f8c0f2bb4 ("drm/i915: Use b->irq_enable() as predicate for mock engine")
74d00d28a15c ("drm/i915: Don't wake the device up to check if the engine is asleep")
8e47b4b65bbd ("drm/i915: Remove redundant check on execlists interrupt")
30e17b7847f5 ("drm/i915: Engine busy time tracking")
73fd9d381693 ("drm/i915: Wrap context schedule notification")
b46a33e271ed ("drm/i915/pmu: Expose a PMU interface for perf queries")
79e6770cb1f5 ("drm/i915: Remove obsolete ringbuffer emission for gen8+")
b03ec3d67ab8 ("drm/i915: There is only one fault register from GEN8 onwards")
d2b4b97933f5 ("drm/i915: Record the default hw state after reset upon load")
cc6a818ad6bd ("drm/i915: Move intel_init_clock_gating() to i915_gem_init()")
f58d13d57179 ("drm/i915: Move GT powersaving init to i915_gem_init()")
ae6c4574782d ("drm/i915: Force the switch to the i915->kernel_context")
1803fcbca2e4 ("drm/i915: Define an engine class enum for the uABI")
f72b84c677d6 ("drm/i915: Move init_clock_gating() back to where it was")
0397ac13dd47 ("drm/i915: Make GuC log part of the uC error state")
7d41ef3479a6 ("drm/i915: Add Guc/HuC firmware details to error state")
3265124a2d37 ("drm/i915: Give more details for the active-when-parking warning for the engines")
a4598d17551a ("drm/i915: Rename helpers used for unwinding, use macro for can_preempt")
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")
56ffc7427c2b ("drm/i915/uc: Add pretty printer for uc firmware")
55b4f1ce2f23 ("drm/i915: Fix eviction when the GGTT is idle but full")
9f817501bd7f ("drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lock")
d46b00dc38c8 ("drm/i915: Separate RPS and RC6 handling for CHV")
0d6fc92a73e0 ("drm/i915: Separate RPS and RC6 handling for VLV")
960e54652cee ("drm/i915: Separate RPS and RC6 handling for gen6+")
f636edb214a5 ("drm/i915: Make i915_engine_info pretty printer to standalone")
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")
a16b4313ae56 ("drm/i915/uc: Move uC fw helper code into dedicated files")
42a3ae88500e ("drm/i915: Organize GEN features inheritance.")
7e4992ac045c ("drm/i915/execlists: Move request unwinding to a separate function")
7e44fc289d54 ("drm/i915/execlists: Notify context-out for lost requests")
3f9e6cd8230a ("drm/i915/execlists: Microoptimise execlists_cancel_port_request()")
76e70087d360 ("drm/i915: Make execlist port count variable")
7a62cc6107f3 ("drm/i915: Add execlist_port_complete")
cf4591d1ce1c ("drm/i915: Wrap port cancellation into a function")
19df9a5782f5 ("drm/i915: Move execlist initialization into intel_engine_cs.c")
b620e870218e ("drm/i915: Make own struct for execlist items")
4f044a88a86a ("drm/i915: Rename global i915 to i915_modparams")
e6b20bf1b77c ("drm/i915/cfl: Remove alpha support protection.")
85e2fe679e05 ("drm/i915/guc: Submit GuC workitems containing coalesced requests")
45ec5bc8774b ("drm/i915/guc: Remove obsolete comments and remove unused variable")
221ab9719bf3 ("drm/i915/execlists: Unwind incomplete requests on resets")
27606fd87895 ("drm/i915/execlists: Split insert_request()")
08dd3e1acc16 ("drm/i915/execlists: Move insert_request()")