blob: ee9064b5fc0b9b12843c877b69dfd246a5223cf1 [file] [log] [blame]
1683d24c1470 ("drm/i915/gt: Move new timelines to the end of active_list")
6dcb85a0ad99 ("drm/i915: Hold irq-off for the entire fake lock period")
d67739268cf0 ("drm/i915/gt: Mark up the nested engine-pm timeline lock as irqsafe")
6c69a45445af ("drm/i915/gt: Mark context->active_count as protected by timeline->mutex")
e5dadff4b093 ("drm/i915: Protect request retirement with timeline->mutex")
ccb23d2dcc30 ("drm/i915/gt: Guard timeline pinning without relying on struct_mutex")
338aade97c06 ("drm/i915/gt: Convert timeline tracking to spinlock")
531958f6f357 ("drm/i915/gt: Track timeline activeness in enter/exit")
a79ca656b648 ("drm/i915: Push the wakeref->count deferral to the backend")
d762043f7ab1 ("drm/i915: Extract GT powermanagement interrupt handling")
75d0a7f31eec ("drm/i915: Lift timeline into intel_context")
48ae397b6b93 ("drm/i915: Push the ring creation flags to the backend")
4c60b1aaa255 ("drm/i915/gt: Make deferred context allocation explicit")
72e277759340 ("drm/i915: Remove i915_gem_context_create_gvt()")
c7302f204490 ("drm/i915: Defer final intel_wakeref_put to process context")
387758298bfd ("drm/i915: Allocate kernel_contexts directly")
750e76b4f9f6 ("drm/i915/gt: Move the [class][inst] lookup for engines onto the GT")
c29579d2fabe ("drm/i915/gem: Make caps.scheduler static")
b40d73784ffc ("drm/i915: Replace struct_mutex for batch pool serialisation")
a4e57f9031cc ("drm/i915: Teach execbuffer to take the engine wakeref not GT")
1aff1903d0ff ("drm/i915: Hide unshrinkable context objects from the shrinker")
d8af05ff38ae ("drm/i915: Allow sharing the idle-barrier from other kernel requests")
51fbd8de87dc ("drm/i915/pmu: Atomically acquire the gt_pm wakeref")
08ce5c64b25d ("drm/i915/pmu: Convert sampling to gt")
28fba0961de4 ("drm/i915/pmu: Convert engine sampling to uncore mmio")
908091c85003 ("drm/i915/pmu: Make more struct i915_pmu centric")
a1c9ca223c3d ("drm/i915: Remove lrc default desc from GEM context")
f5d974f9d2a8 ("drm/i915/gt: Provide a local intel_context.vm")
c082afac86cb ("drm/i915: Move aliasing_ppgtt underneath its i915_ggtt")
a56277216637 ("drm/i915: Inline engine->init_context into its caller")
3f99a61441e5 ("drm/i915: Do not rely on for loop caching the mask")
5cca503817d0 ("drm/i915/perf: Initialise err to 0 before looping over ce->engines")
14f8a0eb0253 ("drm/i915: Squelch nop wait-for-idle trace")
df8cf31e7497 ("drm/i915/gt: Hook up intel_context_fini()")
a9877da2d629 ("drm/i915/oa: Reconfigure contexts on the fly")
09975b861aa0 ("drm/i915/execlists: Disable preemption under GVT")
2239e6dff206 ("drm/i915/guc: prefer intel_gt in guc interrupt functions")
84b1ca2f0e68 ("drm/i915/uc: prefer intel_gt over i915 in GuC/HuC paths")
ca7b2c1bbede ("drm/i915/uc: Move intel functions to intel_uc")
8b5689d7e3ca ("drm/i915/uc: move GuC/HuC inside intel_gt under a new intel_uc")
633023a4e618 ("drm/i915/guc: unify guc irq handling")
9cbd51c2c0ed ("drm/i915/guc: move guc irq functions to intel_guc parameter")
bb2881f8bdde ("drm/i915/uc: introduce intel_uc_fw_supported")
e3f503f1c733 ("drm/i915/uc: replace uc init/fini misc")
a30eff49d08c ("drm/i915/guc: Use system workqueue for log capture")
cb823ed9915b ("drm/i915/gt: Use intel_gt as the primary object for handling resets")
87d855e8cfa4 ("drm/i915/guc: Don't enable GuC/HuC in auto mode on pre-Gen11")
78dae1ac35dd ("drm/i915: Propagate "_remove" function name suffix down")
3b58a9455136 ("drm/i915: Propagate "_release" function name suffix down")
f2db53f14d3d ("drm/i915: Replace "_load" with "_probe" consequently")