blob: ba2d539c8585ddad48814ad0ad2ef1a687ae3416 [file] [log] [blame]
1f3b1fd386e6 ("drm/i915/guc: Update rps.pm_intrmsk_mbz in guc_interrupts_capture/release")
5dd0455667b2 ("drm/i915: s/pm_intr_keep/pm_intrmsk_mbz")
7762ebb9a455 ("drm/i915/guc: Release GuC interrupts in i915_guc_submission_disable")
cbf4b77af11b ("drm/i915/guc: Fix request re-submission after reset")
9735b04d0c1b ("drm/i915: Initialize pm_intr_keep during intel_irq_init for GuC")
349ab9192cc3 ("drm/i915/guc: Make wq_lock irq-safe")
776594d52807 ("drm/i915: Fix inconsistent naming of i915_guc_client parameter")
bf9e8429ab97 ("drm/i915: Make various init functions take dev_priv")
12d79d78287c ("drm/i915: Make GEM object create and create from data take dev_priv")
34ba5a80f249 ("drm/i915/guc: Split hw submission for replay after GPU reset")
4d357af49918 ("drm/i915/guc: Keep the execbuf client allocated across reset")
357248bfe592 ("drm/i915/guc: Rename client->cookie to match use")
2d803c2de09e ("drm/i915/guc: Move guc_{send,recv}() to intel_uc.c")
a80bc45ff0cf ("drm/i915/guc: Drop guc2host/host2guc from names")
793b61ea9f99 ("drm/i915: i915_gem_alloc_context_obj can be static")
d79651522e89 ("drm/i915: Enable i915 perf stream for Haswell OA unit")
8a3003dd93e2 ("drm/i915: Add 'render basic' Haswell OA unit config")
a941795a3aea ("drm/i915: rename OACONTROL GEN7_OACONTROL")
eec688e1420d ("drm/i915: Add i915 perf infrastructure")
c6be607abcf7 ("drm/i915: dev_priv and a small cascade of cleanups in i915_gem.c")
20311bd35060 ("drm/i915/scheduler: Execute requests in order of priorities")
52e542090701 ("drm/i915/scheduler: Record all dependencies upon request construction")
663f71e73ffd ("drm/i915: Remove engine->execlist_lock")
d55ac5bf97c6 ("drm/i915: Defer transfer onto execution timeline to actual hw submission")
23902e49c999 ("drm/i915: Split request submit/execute phase into two")
d0da48cf9211 ("drm/i915: Remove chipset flush after cache flush")
72aa0d899a3e ("drm/i915/guc: Cache the client mapping")
c8247c067159 ("drm/i915: Show the execlist queue in debugfs/i915_engine_info")
3ac168a70b24 ("drm/i915: Move hangcheck code out from i915_irq.c")
cb399eabc41a ("drm/i915: Avoid accessing request->timeline outside of its lifetime")
7d5d59e527b4 ("drm/i915: Use the full hammer when shutting down the rcu tasks")
80b204bce8f2 ("drm/i915: Enable multiple timelines")
f2d13290e327 ("drm/i915: Defer setting of global seqno on request to submission")
28176ef4cfa5 ("drm/i915: Reserve space in the global seqno during request allocation")
562f5d45508b ("drm/i915: Create a unique name for the context")
85e17f5974b3 ("drm/i915: Move the global sync optimisation to the timeline")
caddfe7192f5 ("drm/i915: Defer breadcrumb emission")
98f29e8d908f ("drm/i915: Record space required for breadcrumb emission")
9b81d556b11f ("drm/i915: Rename ->emit_request to ->emit_breadcrumb")
65e4760e3920 ("drm/i915: Introduce a global_seqno for each request")
4680816be336 ("drm/i915: Wait first for submission, before waiting for request completion")
3033acab07f9 ("drm/i915: Queue the idling context switch after all other timelines")
73cb97010d4f ("drm/i915: Combine seqno + tracking into a global timeline struct")
d07f0e59b2c7 ("drm/i915: Move GEM activity tracking into a common struct reservation_object")
fbbd37b36fa5 ("drm/i915: Move object release to a freelist + worker")
1233e2db199d ("drm/i915: Move object backing storage manipulation to its own locking")
03ac84f1830e ("drm/i915: Pass around sg_table to get_pages/put_pages backend")
a4f5ea64f0a8 ("drm/i915: Refactor object page API")
96d776345277 ("drm/i915: Use a radixtree for random access to the object's backing storage")
4c7d62c6b8a2 ("drm/i915: Markup GEM API with lockdep asserts")