diff options
author | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | 2018-11-30 08:02:53 +0000 |
---|---|---|
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | 2018-11-30 15:09:00 +0000 |
commit | 8d2f6e2f2721097549dded41aa6e1c1a4e8e12ee (patch) | |
tree | e04da9af32354da5cfb4662782600e17ee713179 /drivers/gpu/drm/i915/Makefile | |
parent | f545425a0145dc6cc9c6aca0f69d0bf7ca198906 (diff) | |
download | talos-op-linux-8d2f6e2f2721097549dded41aa6e1c1a4e8e12ee.tar.gz talos-op-linux-8d2f6e2f2721097549dded41aa6e1c1a4e8e12ee.zip |
drm/i915/selftests: Extract spinner code
Pull out spinner code to a standalone file to enable it to be shortly used
by other and new test cases.
Plain code movement - no functional changes.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20181130080254.15383-1-tvrtko.ursulin@linux.intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r-- | drivers/gpu/drm/i915/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile index 8370b9de6e4f..50a8fa8fce64 100644 --- a/drivers/gpu/drm/i915/Makefile +++ b/drivers/gpu/drm/i915/Makefile @@ -165,7 +165,8 @@ i915-$(CONFIG_DRM_I915_CAPTURE_ERROR) += i915_gpu_error.o i915-$(CONFIG_DRM_I915_SELFTEST) += \ selftests/i915_random.o \ selftests/i915_selftest.o \ - selftests/igt_flush_test.o + selftests/igt_flush_test.o \ + selftests/igt_spinner.o # virtual gpu code i915-y += i915_vgpu.o |