blob: 4a1e19835391a7c222a8d0ec499ab52edea76d47 [file] [log] [blame]
fbbad73e1b78 ("drm/i915/huc: Unified css_header struct for GuC and HuC")
db0a091bcd14 ("drm/i915/guc: Make the GuC fw loading helper functions general")
7c3f86b6dc51 ("drm/i915: Invalidate the guc ggtt TLB upon insertion")
83796f2652bc ("drm/i915/guc: Make sure vma containing firmware is GuC mappable")
bf9e8429ab97 ("drm/i915: Make various init functions take dev_priv")
12d79d78287c ("drm/i915: Make GEM object create and create from data take dev_priv")
49d73912cbfc ("drm/i915: Convert vm->dev backpointer to vm->i915")
3aaa8aba9f41 ("drm/i915: fix compilation warnings on maybe uninitialized pointers")
a18dbba8f01f ("drm/i915: Move the release of PT page to the upper caller")
793b61ea9f99 ("drm/i915: i915_gem_alloc_context_obj can be static")
e853ab7ca3f6 ("drm/i915/guc: Remove unused intel_guc_fw struct member")
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")
275a991c038a ("drm/i915: dev_priv cleanup in i915_gem_gtt.c")
c6be607abcf7 ("drm/i915: dev_priv and a small cascade of cleanups in i915_gem.c")
b7f05d4ae0a6 ("drm/i915: Pass dev_priv to INTEL_INFO everywhere apart from the gen use")
b42fe9ca0a1e ("drm/i915: Split out i915_vma.c")
d0da48cf9211 ("drm/i915: Remove chipset flush after cache flush")
dfd2812e6d96 ("drm/i915: Remove the vma from the object list upon close")
2c3a3f44dc13 ("drm/i915: Fix pages pin counting around swizzle quirk")
a44342acde30 ("drm/i915: Fix test on inputs for vma_compare()")
56cea32382bc ("drm/i915: Unify global_list into global_link")
fce937559ef0 ("drm/i915/gtt: Mark tlbs dirty on clear")
3599a91cc8d0 ("drm/i915: Allow shrinking of userptr objects once again")
db6c2b4151f2 ("drm/i915: Store the vma in an rbtree under the object")
bc0629a76726 ("drm/i915: Track pages pinned due to swizzling quirk")
415981623f80 ("drm/i915: Discard objects from mm global_list after being shrunk")
b079bd17e301 ("drm/i915: Bail if plane/crtc init fails")
a81d6fa0966b ("drm/i915: Initialize planes in a reasonable order")
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")
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")
c004a90b7263 ("drm/i915: Restore nonblocking awaits for modesetting")
d07f0e59b2c7 ("drm/i915: Move GEM activity tracking into a common struct reservation_object")
f0cd518206e1 ("drm/i915: Use lockless object free")
fbbd37b36fa5 ("drm/i915: Move object release to a freelist + worker")
40e62d5d6be8 ("drm/i915: Acquire the backing storage outside of struct_mutex in set-domain")
bb6dc8d96b68 ("drm/i915: Implement pread without struct-mutex")
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")