blob: 09838bfeb8226961aa4221da856c15777288a087 [file] [log] [blame]
ea0b163b13ff ("drm/i915/cmdparser: Fix jump whitelist clearing")
f8c08d8faee5 ("drm/i915/cmdparser: Add support for backward jumps")
0546a29cd884 ("drm/i915/cmdparser: Use explicit goto for error paths")
0f2f39758341 ("drm/i915: Add gen9 BCS cmdparsing")
4f7af1948abc ("drm/i915: Support ro ppgtt mapped cmdparser shadow buffers")
66d8aba1cd6d ("drm/i915: Remove Master tables from cmdparser")
0a2f661b6c21 ("drm/i915: Rename gen7 cmdparser tables")
29326a167adb ("drm/i915: Flush the existing fence before GGTT read/write")
b40d73784ffc ("drm/i915: Replace struct_mutex for batch pool serialisation")
cb823ed9915b ("drm/i915/gt: Use intel_gt as the primary object for handling resets")
f2db53f14d3d ("drm/i915: Replace "_load" with "_probe" consequently")
b5893ffc274b ("drm/i915: Drop extern qualifiers from header function prototypes")
2a98f4e65bba ("drm/i915: add infrastructure to hold off preemption on a request")
b8cade5959ac ("drm/i915: Show instdone for each engine in debugfs")
63251685c141 ("drm/i915/selftests: Common live setup/teardown")
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")
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")
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")
759e4a74f354 ("drm/i915: Make ggtt invalidation work on ggtt")
8649187a9520 ("drm/i915: Move intel_engines_resume into common init")
abc584f9aa04 ("drm/i915: Convert i915_gem_init_hw to intel_gt")
acb56d97d907 ("drm/i915: Convert i915_ppgtt_init_hw to intel_gt")
20a7f2fc4d7a ("drm/i915: Convert intel_mocs_init_l3cc_table to intel_gt")
d10cfee4d81b ("drm/i915: Convert gt workarounds to intel_gt")
cf6844b234e5 ("drm/i915: Convert init_unused_rings to intel_gt")
500bfa380e11 ("drm/i915: Convert i915_gem_init_swizzling to intel_gt")
eaf522f62b74 ("drm/i915: Make i915_check_and_clear_faults take intel_gt")
99f2eb966749 ("drm/i915: Move intel_gt_pm_init under intel_gt_init_early")
724e9564c5ac ("drm/i915: Store some backpointers in struct intel_gt")
24635c5152af ("drm/i915: Move intel_gt initialization to a separate file")
e5be5c7a8ffa ("drm/i915: Introduce struct intel_gt as replacement for anonymous i915->gt")
8ee36e048c98 ("drm/i915/execlists: Minimalistic timeslicing")
22b7a426bbe1 ("drm/i915/execlists: Preempt-to-busy")
f833cdb06bf7 ("drm/i915: dynamically allocate forcewake domains")
2e81bc61d4e3 ("drm/i915: skip forcewake actions on forcewake-less uncore")
013857580bbe ("drm/i915: kill uncore_to_i915")
19e0a8d454c3 ("drm/i915: kill uncore_sanitize")
ccb2aceaaa5f ("drm/i915: use vfuncs for reg_read/write_fw_domains")