blob: 604557e6d7c2bd54e4f365202165a87ad5bb1d4a [file] [log] [blame]
c29ccb9f426e ("drm/i915/selftests: Take rpm wakeref around GGTT lowlevel tests")
4a234c5fae16 ("drm/i915: pass the vma to insert_entries")
0ef34ad6222a ("drm/i915: Serialize GTT/Aperture accesses on BXT")
9e89f9ee3b16 ("drm/i915: Advance start address on crossing PML (48b ppgtt) boundary")
357480ce2fe4 ("drm/i915: Assert we do not overflow 4lvl page directories")
91e32157de14 ("drm/i915: Timeout lowlevel_hole GTT selftest early")
5a55b527af43 ("drm/i915: Only apply legacy PDE overflow detection to 3lvl machines")
75c7b0b8620c ("drm/i915: Use preferred kernel types in i915_gem_gtt.c")
ec151f31cd81 ("drm/i915: Remove superfluous posting reads after clear GGTT")
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()")
af85f50d1890 ("drm/i915: Exercise manipulate of single pages in the GGTT")
e619cd0d223d ("drm/i915: Add mock exercise for i915_gem_gtt_reserve")
f40a7b7558ef ("drm/i915: Initial selftests for exercising eviction")
e3c7a1c5377e ("drm/i915: Test creation of VMA")
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")
6cca22ede8a4 ("drm/i915: Add some mock tests for dmabuf interop")
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")
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")
e81ecb5e31db ("drm/i915: A hotfix for making aliasing PPGTT work for GVT-g")
6146e6da5c96 ("drm/i915: reinstate call to trace_i915_vma_bind")
8bab1193c193 ("drm/i915: Convert i915_ggtt_view to use an anonymous union")
992e418dd945 ("drm/i915: Compact memcmp in i915_vma_compare()")
7ff19c560fb2 ("drm/i915: Name the anonymous structs inside i915_ggtt_view")
21976853fcb0 ("drm/i915: Expand ggtt_view parameters for debugfs")
7c3f86b6dc51 ("drm/i915: Invalidate the guc ggtt TLB upon insertion")
e007b19d7ba7 ("drm/i915: Use the MRU stack search after evicting")
f51455d442c0 ("drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE")