summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
AgeCommit message (Expand)Author
2019-06-21Merge tag 'drm-intel-next-2019-06-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2019-06-19drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()Chris Wilson
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter
2019-06-18drm/i915/selftests: Flush live_evictChris Wilson
2019-06-14drm/i915: Replace engine->timeline with a plain listChris Wilson
2019-06-14drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson
2019-06-14drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio
2019-06-14drm/i915: move a few more functions to accept the rpm structureDaniele Ceraolo Spurio
2019-06-14drm/i915: prefer i915_runtime_pm in intel_runtime functionDaniele Ceraolo Spurio
2019-06-14drm/i915: Refine i915_reset.lock_mapChris Wilson
2019-06-12drm/i915: Combine unbound/bound list tracking for objectsChris Wilson
2019-06-12drm/i915: Prevent lock-cycles between GPU waits and GPU resetsChris Wilson
2019-06-11drm/i915: Rename i915_hw_ppgtt to i915_ppgttChris Wilson
2019-06-11drm/i915: Pull kref into i915_address_spaceChris Wilson
2019-06-06drm/i915: Move object close under its own lockChris Wilson
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-05-30drm/i915: add in-kernel blitter clientMatthew Auld
2019-05-28drm/i915: Drop the deferred active referenceChris Wilson
2019-05-28drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson
2019-05-28drm/i915: Pull scatterlist utils out of i915_gem.hChris Wilson
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson
2019-05-28drm/i915: Move GEM domain management to its own fileChris Wilson
2019-05-28drm/i915: Move mmap and friends to its own fileChris Wilson
2019-05-28drm/i915: Move phys objects to its own fileChris Wilson
2019-05-28drm/i915: Move shmem object setup to its own fileChris Wilson
2019-05-23drm/i915/selftests: Split igt_atomic_reset testcaseMichal Wajdeczko
2019-05-23drm/i915/selftests: Move some reset testcases to separate fileMichal Wajdeczko
2019-05-22drm/i915/execlists: Virtual engine bondingChris Wilson
2019-05-20drm/i915: Bump signaler priority on adding a waiterChris Wilson
2019-05-20drm/i915/selftests: Add live vma selftestVille Syrjälä
2019-05-20drm/i915/selftests: Add mock selftest for remapped vmasVille Syrjälä
2019-05-20drm/i915: Add a new "remapped" gtt_viewVille Syrjälä
2019-05-07drm/i915: Cancel retire_worker on parkingChris Wilson
2019-05-07drm/i915: Remove delay for idle_workChris Wilson
2019-04-29drm/i915: Skip unused contexts for context_barrier_task()Chris Wilson
2019-04-26drm/i915: Move i915_request_alloc into selftests/Chris Wilson
2019-04-26drm/i915: Remove intel_context.active_linkChris Wilson
2019-04-26drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson
2019-04-26drm/i915: Split engine setup/init into two phasesChris Wilson
2019-04-26drm/i915: Pass intel_context to intel_context_pin_lock()Chris Wilson
2019-04-26drm/i915/selftests: Pass around intel_context for sseuChris Wilson
2019-04-26drm/i915/selftests: Use the real kernel context for sseu isolation testsChris Wilson
2019-04-24drm/i915: Invert the GEM wakeref hierarchyChris Wilson
2019-04-24drm/i915: Pass intel_context to i915_request_create()Chris Wilson
2019-04-24drm/i915: Pull the GEM powermangement coupling into its own fileChris Wilson
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson
2019-04-24drm/i915/selftests: Verify whitelist of context registersChris Wilson
2019-04-24drm/i915: Store the default sseu setup on the engineChris Wilson
2019-04-20drm/i915/selftests: Check that gpu reset is usable from atomic contextFernando Pacheco