aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/gem/selftests/huge_pages.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-24drm/i915: move ppgtt_type and ppgtt_size to runtime infoJani Nikula1-2/+2
2022-08-24drm/i915: move page_sizes to runtime infoJani Nikula1-7/+7
2022-07-07drm/i915/selftests: Grab the runtime pm in shrink_thpChris Wilson1-1/+6
2022-04-11Merge drm/drm-next into drm-intel-nextJani Nikula1-2/+62
2022-03-04drm/i915: include linux/highmem.h and linux/swap.h where neededJani Nikula1-0/+1
2022-03-02drm/i915: Use str_yes_no()Lucas De Marchi1-4/+5
2022-03-01drm/i915/selftests: handle allocation failuresMatthew Auld1-1/+1
2022-02-28drm/i915: add io_size plumbingMatthew Auld1-1/+1
2022-02-25Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin1-1/+2
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-nextRodrigo Vivi1-22/+17
2022-02-19drm/i915: support 64K GTT pages for discrete cardsMatthew Auld1-0/+60
2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula1-1/+2
2022-01-18drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind, v2.Maarten Lankhorst1-1/+1
2022-01-11drm/i915: Use the vma resource as argument for gtt binding / unbindingThomas Hellström1-21/+16
2021-12-17drm/i915/gem: Use to_gt() helperMichał Winiarski1-2/+2
2021-11-25drm/i915/ttm: Drop region reference countingThomas Hellström1-1/+1
2021-11-05drm/i915/selftests: Rework context handling in hugepages selftestsMaarten Lankhorst1-48/+80
2021-10-20drm/i915/selftests: mark up hugepages object with start_cpu_writeMatthew Auld1-1/+6
2021-09-24drm/i915/selftests: exercise shmem_writeback with THPMatthew Auld1-1/+2
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström1-1/+1
2021-09-08drm/i915/selftests: fixup igt_shrink_thpMatthew Auld1-7/+23
2021-09-06drm/i915: Drop __rcu from gem_context->vmDaniel Vetter1-3/+1
2021-09-06drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vmDaniel Vetter1-2/+2
2021-06-30drm/i915: support forcing the page size with lmemMatthew Auld1-1/+2
2021-06-24drm/i915: Update object placement flags to be mutableThomas Hellström1-3/+2
2021-03-24drm/i915/selftests: Prepare huge_pages testcases for obj->mm.lock removal.Maarten Lankhorst1-7/+21
2021-03-24drm/i915: Move HAS_STRUCT_PAGE to obj->flagsMaarten Lankhorst1-5/+5
2020-11-30drm/i915/selftest: assert we get 2M GTT pagesMatthew Auld1-0/+21
2020-11-30drm/i915/selftest: also consider non-contiguous objectsMatthew Auld1-0/+1
2020-09-21drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter1-1/+1
2020-09-07drm/i915: Remove locking from i915_gem_object_prepare_read/writeMaarten Lankhorst1-1/+4
2020-09-07drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst1-1/+1
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson1-1/+1
2020-05-29drm/i915/gem: Give each object class a friendly nameChris Wilson1-0/+3
2020-05-21drm/i915: Remove PIN_UPDATE for i915_vma_pinChris Wilson1-142/+0
2020-04-24drm/i915: Only close vma we openChris Wilson1-62/+21
2020-04-20drm/i915/selftests: Fix i915_address_space refcnt leakXiyu Yang1-4/+8
2020-02-07drm/i915/selftests: drop igt_ppgtt_exhaust_hugeMatthew Auld1-102/+0
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld1-1/+1
2020-01-03drm/i915/gem: Support discontiguous lmem object mapsChris Wilson1-24/+17
2019-12-23drm/i915: Introduce a vma.krefChris Wilson1-2/+1
2019-12-16drm/i915/gem: Apply lmem size restriction to get_pagesChris Wilson1-1/+1
2019-11-08drm/i915/selftests: Complete transition to a real struct file mockChris Wilson1-2/+2
2019-11-07drm/i915/selftests: Replace mock_file hackery with drm's true fakeChris Wilson1-1/+1
2019-11-07drm/i915: Switch obj->mm.lock lockdep annotations on its headDaniel Vetter1-7/+7
2019-10-25drm/i915/selftests: add sanity selftest for huge-GTT-pagesMatthew Auld1-0/+99
2019-10-25drm/i915/selftests: prefer random sizes for the huge-GTT-page smoke testsMatthew Auld1-149/+80
2019-10-25drm/i915/selftests: extend coverage to include LMEM huge-pagesMatthew Auld1-1/+122
2019-10-22drm/i915/gem: Distinguish each object typeChris Wilson1-3/+5
2019-10-08drm/i915/region: support volatile objectsMatthew Auld1-8/+4