summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
AgeCommit message (Expand)AuthorFilesLines
2019-04-26drm/i915: Remove intel_context.active_linkChris Wilson2-2/+0
2019-04-26drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson2-5/+11
2019-04-26drm/i915: Split engine setup/init into two phasesChris Wilson1-3/+9
2019-04-26drm/i915: Pass intel_context to intel_context_pin_lock()Chris Wilson1-1/+1
2019-04-26drm/i915/selftests: Pass around intel_context for sseuChris Wilson1-30/+44
2019-04-26drm/i915/selftests: Use the real kernel context for sseu isolation testsChris Wilson1-13/+4
2019-04-24drm/i915: Invert the GEM wakeref hierarchyChris Wilson5-162/+44
2019-04-24drm/i915: Pass intel_context to i915_request_create()Chris Wilson5-10/+9
2019-04-24drm/i915: Pull the GEM powermangement coupling into its own fileChris Wilson3-10/+10
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson11-4851/+11
2019-04-24drm/i915/selftests: Verify whitelist of context registersChris Wilson1-0/+312
2019-04-24drm/i915: Store the default sseu setup on the engineChris Wilson1-3/+2
2019-04-20drm/i915/selftests: Check that gpu reset is usable from atomic contextFernando Pacheco1-3/+3
2019-04-17drm/i915: Verify the engine workarounds stick on applicationChris Wilson1-47/+6
2019-04-15drm/i915/selftests: Skip live timeline/suspend tests if wedgedChris Wilson2-0/+6
2019-04-13drm/i915: Teach intel_workarounds to use uncore mmio accessChris Wilson1-2/+3
2019-04-08drm/i915/selftests: Mark live_forcewake_ops as unreliableChris Wilson1-0/+11
2019-04-08drm/i915: Consolidate the timeline->barrierChris Wilson1-1/+0
2019-04-05drm/i915/selftests: Fix plain use of integer 0 as NULLChris Wilson1-1/+1
2019-04-05drm/i915/execlists: Enable coarse preemption boundaries for gen8Chris Wilson1-0/+180
2019-04-02drm/i915: Move intel_engine_mask_t around for use by i915_request_types.hChris Wilson2-5/+6
2019-03-26drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncoreDaniele Ceraolo Spurio1-1/+1
2019-03-26drm/i915: switch uncore mmio funcs to use intel_uncoreDaniele Ceraolo Spurio1-2/+2
2019-03-26drm/i915: add uncore flags for unclaimed mmioDaniele Ceraolo Spurio1-7/+8
2019-03-26drm/i915/selftests: Fix an IS_ERR() vs NULL checkDan Carpenter1-1/+1
2019-03-22drm/i915: Allow contexts to share a single timeline across all enginesChris Wilson1-1/+1
2019-03-22drm/i915: Create/destroy VM (ppGTT) for use with contextsChris Wilson4-58/+190
2019-03-22drm/i915/selftests: Mark up preemption tests for hang detectionChris Wilson1-3/+35
2019-03-22drm/i915/selftests: Calculate maximum ring size for preemption chainChris Wilson1-3/+37
2019-03-21drm/i915: Flush pages on acquisitionChris Wilson9-33/+20
2019-03-21drm/i915: Stop storing the context name as the timeline nameChris Wilson2-10/+5
2019-03-21drm/i915: Stop storing ctx->user_handleChris Wilson1-1/+1
2019-03-21drm/i915: Separate GEM context construction and registration to userspaceChris Wilson4-9/+24
2019-03-21drm/i915/selftests: fix NULL vs IS_ERR() check in mock_context_barrier()Dan Carpenter1-2/+2
2019-03-20drm/i915: move regs pointer inside the uncore structureDaniele Ceraolo Spurio1-1/+1
2019-03-20drm/i915: make more uncore function work on intel_uncoreDaniele Ceraolo Spurio3-5/+5
2019-03-20drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio1-4/+4
2019-03-20drm/i915: use intel_uncore in fw get/put internal pathsDaniele Ceraolo Spurio1-4/+5
2019-03-20drm/i915: Switch to bitmap_zalloc()Andy Shevchenko1-3/+2
2019-03-20drm/i915/selftests: add test to verify get/put fw domainsDaniele Ceraolo Spurio1-6/+128
2019-03-20drm/i915/selftests: Provide stub reset functionsChris Wilson1-0/+36
2019-03-19drm/i915: Hold a reference to the active HW contextChris Wilson1-1/+6
2019-03-19drm/i915: Lock the gem_context->active_list while dropping the linkChris Wilson1-2/+0
2019-03-18drm/i915: Hold a ref to the ring while retiringChris Wilson1-0/+1
2019-03-15drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvlChris Wilson1-2/+2
2019-03-15drm/i915: Drop address size from ppgtt_typeChris Wilson1-1/+1
2019-03-15drm/i915: Record platform specific ppGTT size in intel_device_infoChris Wilson1-1/+2
2019-03-14drm/i915/selftests: Disable preemption while setting up fence-timersChris Wilson1-1/+8
2019-03-12drm/i915/selftests: Improve error detection of reset failureChris Wilson1-1/+17
2019-03-09drm/i915: Introduce a context barrier callbackChris Wilson1-0/+106