blob: 88ef43211e8eea32a1a5b2e9b118269f9cf23038 [file] [log] [blame]
5b5efdf79abf ("drm/i915: Make debugfs/per_file_stats scale better")
528cbd17ceff ("drm/i915: Move vma lookup to its own lock")
09d7e46b97c6 ("drm/i915: Pull VM lists under the VM mutex.")
499197dc1696 ("drm/i915: Stop tracking MRU activity on VMA")
480cd6dd9287 ("drm/i915/selftests: Track evict objects explicitly")
71fc448c1aaf ("drm/i915/selftests: Make evict tolerant of foreign objects")
f6e8aa387171 ("drm/i915: Report the number of closed vma held by each context in debugfs")
a4417b7b419a ("drm/i915: Stop holding a ref to the ppgtt from each vma")
5c3f8c221c77 ("drm/i915: Track vma activity per fence.context, not per engine")
e6bb1d7f1adf ("drm/i915: Move i915_vma_move_to_active() to i915_vma.c")
a523697857cd ("drm/i915: Start returning an error from i915_vma_move_to_active()")
da99fe5f8585 ("drm/i915: Refactor export_fence() after i915_vma_move_to_active()")
cef08fdc743c ("drm/i915: Remove defunct i915->vm_list")
63fd659fb1a5 ("drm/i915/gtt: Pull global wc page stash under its own locking")
be01de596ef6 ("drm/i915/selftests: Attach the fence to the object when making busy")
d78e2bbf483f ("drm/i915/selftests: Mark up write into scratch vma")
10195b1e4411 ("drm/i915: Show vma allocator stack when in doubt")
549fe88bf71d ("drm/i915/gtt: Lazily allocate page directories for gen7")
a2bbf7148342 ("drm/i915/gtt: Only keep gen6 page directories pinned while active")
697b9a8714cb ("drm/i915: Make closing request flush mandatory")
e9e7dc4144cd ("drm/i915/gtt: Make gen6 page directories evictable")
a9ded78535a1 ("drm/i915/gtt: Onionify error handling for gen6_ppgtt_create")
35ac40d8b65a ("drm/i915/gtt: Subclass gen6_hw_ppgtt")
68a8570375df ("drm/i915/gtt: Invalidate GGTT caches after writing the gen6 page directories")
b3ee09a4de33 ("drm/i915/ringbuffer: Fix context restore upon reset")
eed289037444 ("drm/i915/gtt: Reorder aliasing_ppgtt fini")
e1f8789883a1 ("drm/i915/gtt: Remove vgpu check for gen6")
f6b1e35f3e47 ("drm/i915/gtt: Remove redundant hsw_mm_switch()")
17f297b427a3 ("drm/i915/gtt: Push allocation to hw ppgtt constructor")
93f2cde2a4f7 ("drm/i915: Decouple vma vfuncs from vm")
520ea7c581bf ("drm/i915: Prepare for non-object vma")
82ad6443a55e ("drm/i915/gtt: Rename i915_hw_ppgtt base member")
cd68e04cf56a ("drm/i915/error: Fixup inactive/active counting")
2956e970f0b5 ("drm/i915/trace: Describe engines as class:instance pairs")
83d317adfb4b ("drm/i915/vma: Move the bind_count vs pin_count assertion to a helper")
744799850ef1 ("drm/i915/gtt: Teach restore-gtt to walk the ggtt vma list not the object list")
d901e8e67335 ("drm/i915/ringbuffer: Make context pin/unpin symmetric")
30aacd3fe7f1 ("drm/i915/gtt: Remove obsolete switch_mm hooks for gen8+")
3df845e7528b ("drm/i915/gtt: Don't restore the non-existent PDE for GGTT")
37800ca8037a ("drm/i915/gtt: Avoid calling non-existent allocate_va_range")
867985d4a431 ("drm/i915: Pull the context->pin_count dec into the common intel_context_unpin")
1fc44d9b1afb ("drm/i915: Store a pointer to intel_context in i915_request")
01278cb14395 ("drm/i915: Move fiddling with engine->last_retired_context")
4e0d64dba816 ("drm/i915: Move request->ctx aside")
5adfb772f8ac ("drm/i915: Move engine reset prepare/finish to backends")
f351d087d832 ("drm/i915: Only sync tasklets once for recursive reset preparation")
b8444cf85b62 ("drm/i915: Remove tasklet flush before disable")
f79401b477bc ("drm/i915/selftests: scrub 64K")
f2742e471281 ("drm/i915: Include priority and completed status in request in/out tracepoints")
7c572e1bdf8d ("drm/i915: Keep one request in our ring_list")