summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/selftests/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-11drm/i915: use pat_index instead of cache_levelFei Yang1-1/+4
2023-01-25Merge drm/drm-next into drm-intel-nextJani Nikula1-0/+2
2023-01-18drm/i915: add struct i915_dsm to wrap dsm members togetherJani Nikula1-2/+2
2022-11-29drm/i915/mtl: Media GT and Render GT share common GGTTAravind Iddamsetty1-0/+2
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi1-4/+4
2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula1-1/+2
2022-01-05drm/i915/selftests: Use to_gt() helper for GGTT accessesMichaƂ Winiarski1-4/+4
2021-12-18drm/i915/selftests: Use to_gt() helperAndi Shyti1-1/+1
2021-04-21drm/i915/selftests: Rename pm_ prefixed functions namesHsin-Yi Wang1-10/+10
2021-02-09drm/i915/gem: Move freeze/freeze_late next to suspend/suspend_lateChris Wilson1-0/+1
2020-12-08drm/i915/gem: Check the correct variable in selftestDan Carpenter1-2/+2
2020-09-07drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst1-0/+41
2020-03-16drm/i915/gt: Pull restoration of GGTT fences underneath the GTChris Wilson1-2/+0
2020-03-16drm/i915: Move GGTT fence registers under gt/Chris Wilson1-1/+1
2020-01-31drm/i915/gt: Rename i915_gem_restore_ggtt_mappings() for its new placementChris Wilson1-3/+3
2019-12-26drm/i915/gt: Apply sanitiization just before resumeChris Wilson1-2/+0
2019-12-22drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson1-0/+1
2019-11-08drm/i915/selftests: Complete transition to a real struct file mockChris Wilson1-4/+4
2019-11-08drm/i915/selftests: Replace mock_file hackery with drm's true fakeChris Wilson1-2/+2
2019-11-01drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson1-1/+0
2019-10-29drm/i915/selftests: check for missing apertureMatthew Auld1-0/+4
2019-10-23drm/i915/selftests: Release ctx->engine_mutex after iterationChris Wilson1-3/+7
2019-10-22drm/i915/selftests: Teach switch_to_context() to use the contextChris Wilson1-10/+9
2019-10-16drm/i915: Store i915_ggtt as the backpointer on fence registersChris Wilson1-1/+1
2019-10-04drm/i915: Move context management under GEMChris Wilson1-8/+0
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-2/+0
2019-09-10drm/i915: Perform GGTT restore much earlier during resumeChris Wilson1-0/+6
2019-07-12drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson1-1/+2
2019-07-03drm/i915/selftests: Common live setup/teardownChris Wilson1-5/+1
2019-06-25drm/i915/gt: Pass intel_gt to pm routinesChris Wilson1-1/+1
2019-06-14drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio1-3/+3
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio1-2/+2
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-3/+5
2019-04-26drm/i915: Move i915_request_alloc into selftests/Chris Wilson1-2/+3
2019-04-25drm/i915: Invert the GEM wakeref hierarchyChris Wilson1-12/+4
2019-04-15drm/i915/selftests: Skip live timeline/suspend tests if wedgedChris Wilson1-0/+3
2019-03-08drm/i915: Do a synchronous switch-to-kernel-context on idlingChris Wilson1-7/+2
2019-01-14drm/i915: Syntatic sugar for using intel_runtime_pmChris Wilson1-20/+14
2019-01-14drm/i915/selftests: Mark up rpm wakerefsChris Wilson1-10/+19
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-5/+5
2019-01-03drm/i915: Always try to reset the GPU on takeoverChris Wilson1-1/+1
2018-08-31drm/i915/selftests: Add a simple exerciser for suspend/hibernateChris Wilson1-0/+221