summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/selftests
AgeCommit message (Expand)Author
2019-04-15drm/i915/selftests: Skip live timeline/suspend tests if wedgedChris Wilson
2019-04-13drm/i915: Teach intel_workarounds to use uncore mmio accessChris Wilson
2019-04-08drm/i915/selftests: Mark live_forcewake_ops as unreliableChris Wilson
2019-04-08drm/i915: Consolidate the timeline->barrierChris Wilson
2019-04-05drm/i915/selftests: Fix plain use of integer 0 as NULLChris Wilson
2019-04-05drm/i915/execlists: Enable coarse preemption boundaries for gen8Chris Wilson
2019-04-02drm/i915: Move intel_engine_mask_t around for use by i915_request_types.hChris Wilson
2019-03-26drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncoreDaniele Ceraolo Spurio
2019-03-26drm/i915: switch uncore mmio funcs to use intel_uncoreDaniele Ceraolo Spurio
2019-03-26drm/i915: add uncore flags for unclaimed mmioDaniele Ceraolo Spurio
2019-03-26drm/i915/selftests: Fix an IS_ERR() vs NULL checkDan Carpenter
2019-03-22drm/i915: Allow contexts to share a single timeline across all enginesChris Wilson
2019-03-22drm/i915: Create/destroy VM (ppGTT) for use with contextsChris Wilson
2019-03-22drm/i915/selftests: Mark up preemption tests for hang detectionChris Wilson
2019-03-22drm/i915/selftests: Calculate maximum ring size for preemption chainChris Wilson
2019-03-21drm/i915: Flush pages on acquisitionChris Wilson
2019-03-21drm/i915: Stop storing the context name as the timeline nameChris Wilson
2019-03-21drm/i915: Stop storing ctx->user_handleChris Wilson
2019-03-21drm/i915: Separate GEM context construction and registration to userspaceChris Wilson
2019-03-21drm/i915/selftests: fix NULL vs IS_ERR() check in mock_context_barrier()Dan Carpenter
2019-03-20drm/i915: move regs pointer inside the uncore structureDaniele Ceraolo Spurio
2019-03-20drm/i915: make more uncore function work on intel_uncoreDaniele Ceraolo Spurio
2019-03-20drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio
2019-03-20drm/i915: use intel_uncore in fw get/put internal pathsDaniele Ceraolo Spurio
2019-03-20drm/i915: Switch to bitmap_zalloc()Andy Shevchenko
2019-03-20drm/i915/selftests: add test to verify get/put fw domainsDaniele Ceraolo Spurio
2019-03-20drm/i915/selftests: Provide stub reset functionsChris Wilson
2019-03-19drm/i915: Hold a reference to the active HW contextChris Wilson
2019-03-19drm/i915: Lock the gem_context->active_list while dropping the linkChris Wilson
2019-03-18drm/i915: Hold a ref to the ring while retiringChris Wilson
2019-03-15drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvlChris Wilson
2019-03-15drm/i915: Drop address size from ppgtt_typeChris Wilson
2019-03-15drm/i915: Record platform specific ppGTT size in intel_device_infoChris Wilson
2019-03-14drm/i915/selftests: Disable preemption while setting up fence-timersChris Wilson
2019-03-12drm/i915/selftests: Improve error detection of reset failureChris Wilson
2019-03-09drm/i915: Introduce a context barrier callbackChris Wilson
2019-03-08drm/i915: Introduce intel_context.pin_mutex for pin managementChris Wilson
2019-03-08drm/i915: Track the pinned kernel contexts on each engineChris Wilson
2019-03-08drm/i915: Make context pinning part of intel_context_opsChris Wilson
2019-03-08drm/i915: Move over to intel_context_lookup()Chris Wilson
2019-03-08drm/i915: Store the intel_context_ops in the intel_engine_csChris Wilson
2019-03-08drm/i915: Track active engines within a contextChris Wilson
2019-03-08drm/i915: Reduce presumption of request ordering for barriersChris Wilson
2019-03-08drm/i915: Do a synchronous switch-to-kernel-context on idlingChris Wilson
2019-03-08drm/i915/selftests: Check preemption support on each engineChris Wilson
2019-03-07drm/i915/selftests: Improve switch-to-kernel-context checkingChris Wilson
2019-03-06drm/i915/selftests: Upgrade printing test/subtest name to pr_infoMichaƂ Winiarski
2019-03-06drm/i915/selftests: Fix MI_STORE_DWORD_IMM alignmentChris Wilson
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson
2019-03-01drm/i915: Keep timeline HWSP allocated until idle across the systemChris Wilson