blob: 584760aba7919b3775140b38d5c26c09ca3a3a11 [file] [log] [blame]
89db95377be4 ("drm/i915/gt: Confirm the context survives execution")
977253df6433 ("drm/i915/gt: Stop holding onto the pinned_default_state")
be1cb55a07bf ("drm/i915/gt: Keep a no-frills swappable copy of the default context state")
b4892e440432 ("drm/i915: Make define for lrc state offset")
bd3ec9e75893 ("drm/i915/gt: Poison residual state [HWSP] across resume.")
23122a4d992b ("drm/i915/gt: Scrub execlists state on resume")
708c82d59b14 ("drm/i915: Report all failed registers for ctx isolation")
b28b34ac85d7 ("drm/i915/execlists: Explicitly reset both reg and context runtime")
91682e45ba62 ("drm/i915/lrc: convert to struct drm_device based logging macros.")
bb4328f6b9cb ("drm/i915/selftest: Add more poison patterns")
4ec76dbeb62b ("drm/i915/gt: Expose engine properties via sysfs")
24eba7a9981d ("drm/i915/selftests: Check recovery from corrupted LRC")
efb69b9832b5 ("drm/i915/selftests: Verify LRC isolation")
bd3d1f867354 ("drm/i915/selftests: Mark GPR checking more hostile")
e7aa531e846c ("drm/i915/selftest: Analyse timestamp behaviour across context switches")
cf274daadd69 ("drm/i915/gt: Rearrange code to silence compiler")
1883a0a4658e ("drm/i915: Track hw reported context runtime")
42827350f75c ("drm/i915/gt: Avoid resetting ring->head outside of its timeline mutex")
b4d3acaa7333 ("drm/i915/gt: Pull sseu context updates under gt")
bd46aa22a86a ("drm/i915/selftests: Also wait for the scratch buffer to be bound")
70a76a9b8e9d ("drm/i915/gt: Hook up CS_MASTER_ERROR_INTERRUPT")
ff3d4ff6c9e6 ("drm/i915/gt: Tidy repetition in declaring gen8+ interrupts")
03d0ed8a8e93 ("drm/i915: Skip capturing errors from internal contexts")
4ba5c086a1d8 ("drm/i915/execlists: Take a reference while capturing the guilty request")
748317386afb ("drm/i915/execlists: Offline error capture")
32ff621fd744 ("drm/i915/gt: Allow temporary suspension of inflight requests")
672c368f9398 ("drm/i915: Keep track of request among the scheduling lists")
742379c0c400 ("drm/i915: Start chopping up the GPU error capture")
feed5c7be22c ("drm/i915: Pin the context as we work on it")
d7cb6975f11e ("drm/i915/gt: Always force restore freshly pinned contexts")
2c86e55d2ab5 ("drm/i915/gtt: split up i915_gem_gtt")
7807a76b00d3 ("drm/i915/gt: Take responsibility for engine->release as the last step")
e1c31fb5dde3 ("drm/i915: Merge i915_request.flags with i915_request.fence.flags")
6d728d92d8cc ("drm/i915/selftests: Impose a timeout for request submission")
1d0e2c9359fe ("drm/i915/gt: Always poison the kernel_context image before unparking")
fb218f202704 ("drm/i915/gt: Discard stale context state from across idling")
49a24e71b247 ("drm/i915/gt: Ignore stale context state upon resume")
d1813ca2bbf1 ("drm/i915/gt: Clear LRC image inline")
6a505e644c44 ("drm/i915/gt: Include a bunch more rcs image state")
2b64e616d552 ("drm/i915/gt: Leave RING_BB_STATE to default value")
7b02b23e5dd0 ("drm/i915/gt: Avoid using tag 0 for the very first submission")
987281ab02af ("drm/i915/gt: Ensure that all new contexts clear STOP_RING")
c100777cc00c ("drm/i915: Switch context id allocation directly to xarray")
6a8679c048eb ("drm/i915: Mark the GEM context link as RCU protected")
76f9764cc3d5 ("drm/i915: Introduce a vma.kref")
f5af1659d809 ("drm/i915: Add a simple is-bound check before unbinding")
9dd4b065446a ("drm/i915/gt: Move pm debug files into a gt aware debugfs")
e26b6d434147 ("drm/i915/gt: Pull GT initialisation under intel_gt_init()")
78be2c303aca ("drm/i915: Move i915_gem_init_contexts() earlier")
e6ba76480299 ("drm/i915: Remove i915->kernel_context")