summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Cancel retire_worker on parkingChris Wilson2019-05-071-1/+0
* drm/i915: Remove delay for idle_workChris Wilson2019-05-072-3/+3
* drm/i915: Skip unused contexts for context_barrier_task()Chris Wilson2019-04-291-1/+1
* drm/i915: Move i915_request_alloc into selftests/Chris Wilson2019-04-269-14/+71
* drm/i915: Remove intel_context.active_linkChris Wilson2019-04-262-2/+0
* drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson2019-04-262-5/+11
* drm/i915: Split engine setup/init into two phasesChris Wilson2019-04-261-3/+9
* drm/i915: Pass intel_context to intel_context_pin_lock()Chris Wilson2019-04-261-1/+1
* drm/i915/selftests: Pass around intel_context for sseuChris Wilson2019-04-261-30/+44
* drm/i915/selftests: Use the real kernel context for sseu isolation testsChris Wilson2019-04-261-13/+4
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-245-162/+44
* drm/i915: Pass intel_context to i915_request_create()Chris Wilson2019-04-245-10/+9
* drm/i915: Pull the GEM powermangement coupling into its own fileChris Wilson2019-04-243-10/+10
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-2411-4851/+11
* drm/i915/selftests: Verify whitelist of context registersChris Wilson2019-04-241-0/+312
* drm/i915: Store the default sseu setup on the engineChris Wilson2019-04-241-3/+2
* drm/i915/selftests: Check that gpu reset is usable from atomic contextFernando Pacheco2019-04-201-3/+3
* drm/i915: Verify the engine workarounds stick on applicationChris Wilson2019-04-171-47/+6
* 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