summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Bump signaler priority on adding a waiterChris Wilson2019-05-201-4/+8
* drm/i915/selftests: Skip live timeline/suspend tests if wedgedChris Wilson2019-04-152-0/+6
* drm/i915: Teach intel_workarounds to use uncore mmio accessChris Wilson2019-04-131-2/+3
* drm/i915/selftests: Mark live_forcewake_ops as unreliableChris Wilson2019-04-081-0/+11
* drm/i915: Consolidate the timeline->barrierChris Wilson2019-04-081-1/+0
* drm/i915/selftests: Fix plain use of integer 0 as NULLChris Wilson2019-04-051-1/+1
* drm/i915/execlists: Enable coarse preemption boundaries for gen8Chris Wilson2019-04-051-0/+180
* drm/i915: Move intel_engine_mask_t around for use by i915_request_types.hChris Wilson2019-04-022-5/+6
* drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncoreDaniele Ceraolo Spurio2019-03-261-1/+1
* drm/i915: switch uncore mmio funcs to use intel_uncoreDaniele Ceraolo Spurio2019-03-261-2/+2
* drm/i915: add uncore flags for unclaimed mmioDaniele Ceraolo Spurio2019-03-261-7/+8
* drm/i915/selftests: Fix an IS_ERR() vs NULL checkDan Carpenter2019-03-261-1/+1
* drm/i915: Allow contexts to share a single timeline across all enginesChris Wilson2019-03-221-1/+1
* drm/i915: Create/destroy VM (ppGTT) for use with contextsChris Wilson2019-03-224-58/+190
* drm/i915/selftests: Mark up preemption tests for hang detectionChris Wilson2019-03-221-3/+35
* drm/i915/selftests: Calculate maximum ring size for preemption chainChris Wilson2019-03-221-3/+37
* drm/i915: Flush pages on acquisitionChris Wilson2019-03-219-33/+20
* drm/i915: Stop storing the context name as the timeline nameChris Wilson2019-03-212-10/+5
* drm/i915: Stop storing ctx->user_handleChris Wilson2019-03-211-1/+1
* drm/i915: Separate GEM context construction and registration to userspaceChris Wilson2019-03-214-9/+24
* drm/i915/selftests: fix NULL vs IS_ERR() check in mock_context_barrier()Dan Carpenter2019-03-211-2/+2
* drm/i915: move regs pointer inside the uncore structureDaniele Ceraolo Spurio2019-03-201-1/+1
* drm/i915: make more uncore function work on intel_uncoreDaniele Ceraolo Spurio2019-03-203-5/+5
* drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio2019-03-201-4/+4
* drm/i915: use intel_uncore in fw get/put internal pathsDaniele Ceraolo Spurio2019-03-201-4/+5
* drm/i915: Switch to bitmap_zalloc()Andy Shevchenko2019-03-201-3/+2
* drm/i915/selftests: add test to verify get/put fw domainsDaniele Ceraolo Spurio2019-03-201-6/+128
* drm/i915/selftests: Provide stub reset functionsChris Wilson2019-03-201-0/+36
* drm/i915: Hold a reference to the active HW contextChris Wilson2019-03-191-1/+6
* drm/i915: Lock the gem_context->active_list while dropping the linkChris Wilson2019-03-191-2/+0
* drm/i915: Hold a ref to the ring while retiringChris Wilson2019-03-181-0/+1
* drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvlChris Wilson2019-03-151-2/+2
* drm/i915: Drop address size from ppgtt_typeChris Wilson2019-03-151-1/+1
* drm/i915: Record platform specific ppGTT size in intel_device_infoChris Wilson2019-03-151-1/+2
* drm/i915/selftests: Disable preemption while setting up fence-timersChris Wilson2019-03-141-1/+8
* drm/i915/selftests: Improve error detection of reset failureChris Wilson2019-03-121-1/+17
* drm/i915: Introduce a context barrier callbackChris Wilson2019-03-091-0/+106
* drm/i915: Introduce intel_context.pin_mutex for pin managementChris Wilson2019-03-081-1/+1
* drm/i915: Track the pinned kernel contexts on each engineChris Wilson2019-03-081-2/+3
* drm/i915: Make context pinning part of intel_context_opsChris Wilson2019-03-081-27/+5
* drm/i915: Move over to intel_context_lookup()Chris Wilson2019-03-082-5/+8
* drm/i915: Store the intel_context_ops in the intel_engine_csChris Wilson2019-03-081-7/+6
* drm/i915: Track active engines within a contextChris Wilson2019-03-082-0/+8
* drm/i915: Reduce presumption of request ordering for barriersChris Wilson2019-03-083-2/+7
* drm/i915: Do a synchronous switch-to-kernel-context on idlingChris Wilson2019-03-081-7/+2
* drm/i915/selftests: Check preemption support on each engineChris Wilson2019-03-081-0/+18
* drm/i915/selftests: Improve switch-to-kernel-context checkingChris Wilson2019-03-071-45/+35
* drm/i915/selftests: Upgrade printing test/subtest name to pr_infoMichaƂ Winiarski2019-03-061-2/+2
* drm/i915/selftests: Fix MI_STORE_DWORD_IMM alignmentChris Wilson2019-03-061-1/+1
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-0511-33/+34