summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/selftests
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-08drm/i915: Introduce intel_context.pin_mutex for pin managementChris Wilson1-1/+1
2019-03-08drm/i915: Track the pinned kernel contexts on each engineChris Wilson1-2/+3
2019-03-08drm/i915: Make context pinning part of intel_context_opsChris Wilson1-27/+5
2019-03-08drm/i915: Move over to intel_context_lookup()Chris Wilson2-5/+8
2019-03-08drm/i915: Store the intel_context_ops in the intel_engine_csChris Wilson1-7/+6
2019-03-08drm/i915: Track active engines within a contextChris Wilson2-0/+8
2019-03-08drm/i915: Reduce presumption of request ordering for barriersChris Wilson3-2/+7
2019-03-08drm/i915: Do a synchronous switch-to-kernel-context on idlingChris Wilson1-7/+2
2019-03-08drm/i915/selftests: Check preemption support on each engineChris Wilson1-0/+18
2019-03-07drm/i915/selftests: Improve switch-to-kernel-context checkingChris Wilson1-45/+35
2019-03-06drm/i915/selftests: Upgrade printing test/subtest name to pr_infoMichaƂ Winiarski1-2/+2
2019-03-06drm/i915/selftests: Fix MI_STORE_DWORD_IMM alignmentChris Wilson1-1/+1
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson11-33/+34
2019-03-01drm/i915: Keep timeline HWSP allocated until idle across the systemChris Wilson1-0/+113