aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-21Merge tag 'drm-intel-next-2019-06-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie34-5767/+145
2019-06-19drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()Chris Wilson2-23/+13
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-3/+1
2019-06-18drm/i915/selftests: Flush live_evictChris Wilson1-0/+3
2019-06-14drm/i915: Replace engine->timeline with a plain listChris Wilson1-1/+0
2019-06-14drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson1-1/+0
2019-06-14drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio3-5/+5
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio9-38/+38
2019-06-14drm/i915: move a few more functions to accept the rpm structureDaniele Ceraolo Spurio1-1/+1
2019-06-14drm/i915: prefer i915_runtime_pm in intel_runtime functionDaniele Ceraolo Spurio1-2/+2
2019-06-14drm/i915: Refine i915_reset.lock_mapChris Wilson1-2/+0
2019-06-12drm/i915: Combine unbound/bound list tracking for objectsChris Wilson2-7/+11
2019-06-12drm/i915: Prevent lock-cycles between GPU waits and GPU resetsChris Wilson1-0/+2
2019-06-11drm/i915: Rename i915_hw_ppgtt to i915_ppgttChris Wilson3-10/+6
2019-06-11drm/i915: Pull kref into i915_address_spaceChris Wilson5-15/+8
2019-06-06drm/i915: Move object close under its own lockChris Wilson1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-3/+1
2019-05-30drm/i915: add in-kernel blitter clientMatthew Auld1-0/+2
2019-05-28drm/i915: Drop the deferred active referenceChris Wilson2-16/+1
2019-05-28drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson3-0/+8
2019-05-28drm/i915: Pull scatterlist utils out of i915_gem.hChris Wilson2-1/+3
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson27-5107/+42
2019-05-28drm/i915: Move GEM domain management to its own fileChris Wilson3-10/+10
2019-05-28drm/i915: Move mmap and friends to its own fileChris Wilson2-487/+1
2019-05-28drm/i915: Move phys objects to its own fileChris Wilson2-54/+1
2019-05-28drm/i915: Move shmem object setup to its own fileChris Wilson3-9/+9
2019-05-23drm/i915/selftests: Split igt_atomic_reset testcaseMichal Wajdeczko3-0/+65
2019-05-23drm/i915/selftests: Move some reset testcases to separate fileMichal Wajdeczko1-0/+1
2019-05-22drm/i915/execlists: Virtual engine bondingChris Wilson1-0/+3
2019-05-20drm/i915: Bump signaler priority on adding a waiterChris Wilson1-4/+8
2019-05-20drm/i915/selftests: Add live vma selftestVille Syrjälä2-0/+143
2019-05-20drm/i915/selftests: Add mock selftest for remapped vmasVille Syrjälä1-8/+90
2019-05-20drm/i915: Add a new "remapped" gtt_viewVille Syrjälä1-3/+3
2019-05-07drm/i915: Cancel retire_worker on parkingChris Wilson1-1/+0
2019-05-07drm/i915: Remove delay for idle_workChris Wilson2-3/+3
2019-04-29drm/i915: Skip unused contexts for context_barrier_task()Chris Wilson1-1/+1
2019-04-26drm/i915: Move i915_request_alloc into selftests/Chris Wilson9-14/+71
2019-04-26drm/i915: Remove intel_context.active_linkChris Wilson2-2/+0
2019-04-26drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson2-5/+11
2019-04-26drm/i915: Split engine setup/init into two phasesChris Wilson1-3/+9
2019-04-26drm/i915: Pass intel_context to intel_context_pin_lock()Chris Wilson1-1/+1
2019-04-26drm/i915/selftests: Pass around intel_context for sseuChris Wilson1-30/+44
2019-04-26drm/i915/selftests: Use the real kernel context for sseu isolation testsChris Wilson1-13/+4
2019-04-24drm/i915: Invert the GEM wakeref hierarchyChris Wilson5-162/+44
2019-04-24drm/i915: Pass intel_context to i915_request_create()Chris Wilson5-10/+9
2019-04-24drm/i915: Pull the GEM powermangement coupling into its own fileChris Wilson3-10/+10
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson11-4851/+11
2019-04-24drm/i915/selftests: Verify whitelist of context registersChris Wilson1-0/+312
2019-04-24drm/i915: Store the default sseu setup on the engineChris Wilson1-3/+2
2019-04-20drm/i915/selftests: Check that gpu reset is usable from atomic contextFernando Pacheco1-3/+3