blob: d07b8c96e9cc423ce79802fd8016f0b57221d19e [file] [log] [blame]
ce016437d8aa ("drm/i915/engine_cs: use new drm logging macros in gt/intel_engine_cs.c")
92c964ca3e16 ("drm/i915/gt: Replace I915_READ with intel_uncore_read")
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")
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")
5cca503817d0 ("drm/i915/perf: Initialise err to 0 before looping over ce->engines")
a9877da2d629 ("drm/i915/oa: Reconfigure contexts on the fly")
2239e6dff206 ("drm/i915/guc: prefer intel_gt in guc interrupt functions")
633023a4e618 ("drm/i915/guc: unify guc irq handling")
9cbd51c2c0ed ("drm/i915/guc: move guc irq functions to intel_guc parameter")
cb823ed9915b ("drm/i915/gt: Use intel_gt as the primary object for handling resets")
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")
b5893ffc274b ("drm/i915: Drop extern qualifiers from header function prototypes")
aebf052bb647 ("drm/i915/guc: Simplify guc client")
71b0846c17b9 ("drm/i915/guc: Remove preemption support for current fw")
2a98f4e65bba ("drm/i915: add infrastructure to hold off preemption on a request")
58820574f1e9 ("drm/i915: Move dev_priv->pm_i{m, e}r into intel_gt")
f0818984fa5d ("drm/i915: Remove some legacy mmio accessors from interrupt handling")
9b77011e4122 ("drm/i915: Rework some interrupt handling functions to take intel_gt")
b8cade5959ac ("drm/i915: Show instdone for each engine in debugfs")
4a54da351029 ("drm/i915: Dump w/a lists on all engines")
bf73fc0fa9cf ("drm/i915: Show support for accurate sw PMU busyness tracking")
63251685c141 ("drm/i915/selftests: Common live setup/teardown")
315ca4c408ed ("drm/i915: synchronize_irq() against the actual irq")
f18819a3c8da ("drm/i915/guc: Avoid reclaim locks during reset")
092be382a260 ("drm/i915: Lift intel_engines_resume() to callers")
18398904ca9e ("drm/i915: Only recover active engines")
faaa2902b5a9 ("drm/i915/selftests: Fixup atomic reset checking")
1e5deb263265 ("drm/i915/selftests: Drop manual request wakerefs around hangcheck")
d84747956654 ("drm/i915/selftests: Serialise nop reset with retirement")
5f22e5b3116c ("drm/i915: Rename intel_wakeref_[is]_active")
0c91621cad49 ("drm/i915/gt: Pass intel_gt to pm routines")
a93615f900bd ("drm/i915: Throw away the active object retirement complexity")
80fc1c1991cd ("drm/i915/gt: Fixup kerneldoc parameters")
db56f974941b ("drm/i915: Eliminate dual personality of i915_scratch_offset")
f0c02c1b9188 ("drm/i915: Rename i915_timeline to intel_timeline and move under gt")
4c6d51ea2a68 ("drm/i915: Make timelines gt centric")
ba4134a41931 ("drm/i915: Save trip via top-level i915 in a few more places")
d8a4424839ee ("drm/i915: Store ggtt pointer in intel_gt")
1d66377a76bd ("drm/i915: Compartmentalize i915_gem_init_ggtt")
3b8966287fa9 ("drm/i915: Compartmentalize i915_ggtt_cleanup_hw")
390c82055b74 ("drm/i915: Compartmentalize timeline_init/park/fini")
baea429dc5ed ("drm/i915: Move i915_gem_chipset_flush to intel_gt")
a1c8a09e0c7c ("drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gt")