blob: a594d81d929b705cd2955d0afbe0ae97282134ba [file] [log] [blame]
507d977ff965 ("drm/i915: Pass vma to relocate entry")
8c45cec48e58 ("drm/i915: Split vma exec_link/evict_link")
d55495b4dcce ("drm/i915: Use vma->exec_entry as our double-entry placeholder")
650bc63568e4 ("drm/i915: Amalgamate execbuffer parameter structures")
b0fd47adc623 ("drm/i915: Copy user requested buffers into the error state")
cbb60b4b987c ("drm/i915: Advance ring->head fully when idle")
f4ce766f28cd ("drm/i915: Align "unfenced" tiled access on gen2, early gen3")
fe085f13c790 ("drm/i915: Remove intel_ring.last_retired_head")
c8659efac544 ("drm/i915: Drop spinlocks around adding to the client request list")
ef0f411f5147 ("drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.")
9b6586ae9f6b ("drm/i915: Keep a global seqno per-engine")
208b84a3757e ("drm/i915: Remove change_domain tracepoint")
1cce8922df06 ("drm/i915/tracepoints: Adjust i915_gem_ring_dispatch")
3dc523eacef1 ("drm/i915: Remove defunct GTT tracepoints")
dd19674bacba ("drm/i915: Remove bitmap tracking for used-ptes")
16a011c8be2f ("drm/i915: Tidy gen6_write_pde()")
52c126ee907f ("drm/i915: Always preallocate gen6/7 ppgtt")
ff685975d97f ("drm/i915: Move allocate_va_range to GTT")
9231da70b338 ("drm/i915: Remove kmap/kunmap wrappers")
8448661d65f6 ("drm/i915: Convert clflushed pagetables over to WC maps")
894ccebee2b0 ("drm/i915: Micro-optimise gen8_ppgtt_insert_entries()")
b31144c0daa8 ("drm/i915: Micro-optimise gen6_ppgtt_insert_entries()")
ba7a5741b9ee ("drm/i915: Micro-optimise i915_get_ggtt_vma_pages()")
5a4c6f1b1b2d ("drm/i915: The return of i915_gpu_info to debugfs")
73dec95e6ba3 ("drm/i915: Emit to ringbuffer directly")
aae4a3d81175 ("drm/i915: Use fault-injection to force the shrinker to run in live GTT tests")
4a6f13fce133 ("drm/i915: Live testing of lowlevel GTT operations")
5c3bff482ad1 ("drm/i915: Exercise filling and removing random ranges from the live GTT")
6e32ab3d4777 ("drm/i915: Fill different pages of the GTT")
62c981cfe785 ("drm/i915: Exercise filling the top/bottom portions of the global GTT")
8d28ba4568f4 ("drm/i915: Exercise filling the top/bottom portions of the ppgtt")
1c42819a14a0 ("drm/i915: Add initial selftests for i915_gem_gtt")
170594502cf5 ("drm/i915: Test coherency of and barriers between cache domains")
12d30d879398 ("drm/i915: Add a live seftest for GEM objects")
8335fd65ce6c ("drm/i915: Add selftests for object allocation, phys")
b348090d6758 ("drm/i915: Simple selftest to exercise live requests")
c835c5508358 ("drm/i915: Add selftests for i915_gem_request")
44653988ef7c ("drm/i915: Create a fake object for testing huge allocations")
0daf0113cff6 ("drm/i915: Mock infrastructure for request emission")
3b5bb0a37665 ("drm/i915: Mock a GGTT for self-testing")
66d9cb5d805a ("drm/i915: Mock the GEM device for self-testing")
f97fbf9606a1 ("drm/i915: Add unit tests for the breadcrumb rbtree, insert/remove")
935a2f776aa5 ("drm/i915: Add some selftests for sg_table manipulation")
953c7f82eb89 ("drm/i915: Provide a hook for selftests")
ae9a043b0c5b ("drm/i915: Rename conditional GEM execution macros")
e81ecb5e31db ("drm/i915: A hotfix for making aliasing PPGTT work for GVT-g")
c0dcb203fb00 ("drm/i915: Restore context and pd for ringbuffer submission after reset")
642c8a72533f ("drm/i915: Capture module parameters for the GPU error state")
2ffe80aa4424 ("drm/i915: Avoid unguarded reads from the request pointer")
eca56a35111c ("drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance()")