summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/selftests
AgeCommit message (Expand)AuthorFilesLines
2020-04-29drm/i915/execlists: Track inflight CCIDChris Wilson1-1/+1
2020-04-24drm/i915: Only close vma we openChris Wilson1-22/+10
2020-04-23drm/i915/selftests: Add request throughput measurement to perfChris Wilson2-1/+580
2020-04-22Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-9/+23
2020-04-17drm/i915/selftests: Move gpu energy measurement into its own little libChris Wilson2-0/+37
2020-04-02drm/i915/gem: Drop cached obj->bind_countChris Wilson2-26/+1
2020-03-30drm/i915: Allow for different modes of interruptible i915_active_waitChris Wilson1-5/+5
2020-03-26drm: Garbage collect drm_dev_finiDaniel Vetter1-2/+0
2020-03-26drm/i915: Use drmm_add_final_kfreeDaniel Vetter1-7/+23
2020-03-26drm/i915: Drop final few uses of drm_i915_private.engineChris Wilson2-7/+13
2020-03-23drm/i915/selftests/perf: watch out for stolen objectsMatthew Auld1-1/+4
2020-03-19drm/i915: Prefer '%ps' for printing function symbol namesChris Wilson2-2/+2
2020-03-17drm/i915/perf: remove generated codeLionel Landwerlin1-3/+95
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-03-07drm/i915/selftests: Apply a heavy handed flush to i915_activeChris Wilson1-8/+21
2020-03-06drm/i915/selftests: try to rein in alloc_smokeMatthew Auld1-5/+20
2020-03-06drm/i915: Add mechanism to submit a context WA on ring submissionMika Kuoppala1-0/+1
2020-03-04drm/i915: Apply i915_request_skip() on submissionChris Wilson1-1/+1
2020-02-28drm/i915/selftests: Disable heartbeat around manual pulse testsChris Wilson1-2/+1
2020-02-26drm/i915: stop assigning drm->dev_private pointerJani Nikula1-1/+0
2020-02-25drm/i915: Flush idle barriers when waitingChris Wilson1-0/+46
2020-01-31drm/i915/gt: Rename i915_gem_restore_ggtt_mappings() for its new placementChris Wilson1-3/+3
2020-01-29drm/i915/selftests/perf: measure memcpy bw between regionsMatthew Auld2-0/+204
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld2-46/+41
2020-01-07drm/i915: Add missing include file <linux/math64.h>YueHaibing1-0/+1
2020-01-03drm/i915/selftests: Make headers self-containedChris Wilson4-4/+22
2020-01-03drm/i915/selftests: Move igt_atomic_section[] out of the headerChris Wilson2-40/+48
2020-01-03drm/i915/gem: Support discontiguous lmem object mapsChris Wilson1-19/+14
2019-12-30drm/i915/selftests: Flush the context workerChris Wilson1-0/+2
2019-12-30drm/i915/gt: Avoid using the GPU before initialisationChris Wilson1-0/+1
2019-12-26drm/i915/gt: Apply sanitiization just before resumeChris Wilson1-2/+0
2019-12-23drm/i915/selftests: make mock_drm.h self-containedJani Nikula1-1/+2
2019-12-22drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson2-8/+3
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson2-12/+2
2019-12-13drm/i915/selftests: remove a conditionDan Carpenter1-2/+1
2019-12-11drm/i915/selftests: Show the i915_active on failureChris Wilson1-0/+8
2019-12-10drm/i915/guc: kill doorbell code and selftestsDaniele Ceraolo Spurio1-1/+0
2019-11-29drm/i915/selftests: Always lock the drm_mm around insert/removeChris Wilson1-0/+4
2019-11-25drm/i915/selftests: Move mock_vma to the heap to reduce stack_frameChris Wilson1-7/+12
2019-11-25drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson4-12/+34
2019-11-24drm/i915/selftests: Include the subsubtest name for live_parallel_enginesChris Wilson1-1/+3
2019-11-20drm/i915/selftests: Be explicit in ERR_PTR handlingChris Wilson1-2/+2
2019-11-19drm/i915/selftests: Exercise rc6 w/a handlingChris Wilson1-0/+2
2019-11-18drm/i915/selftests: Add intel_gt_driver_late_release for mock deviceChris Wilson1-0/+2
2019-11-14drm/i915: Split i915_active.mutex into an irq-safe spinlock for the rbtreeChris Wilson1-2/+2
2019-11-14drm/i915/selftests: Add coverage of mocs registersChris Wilson1-0/+1
2019-11-11drm/i915/selftests: Perform some basic cycle counting of MI opsChris Wilson2-0/+56
2019-11-08drm/i915/selftests: Complete transition to a real struct file mockChris Wilson7-56/+25
2019-11-08drm/i915: make more headers self-containedMasahiro Yamada3-0/+11