drm/i915/selftests: Add basic sanitychecks for execlists
authorChris Wilson <[email protected]>
Wed, 4 Apr 2018 09:33:29 +0000 (10:33 +0100)
committerChris Wilson <[email protected]>
Wed, 4 Apr 2018 19:53:51 +0000 (20:53 +0100)
commit2c66555ec19235efd689741c44bbeb893aa8e7de
tree8f63139d3007d530b1e67dc0c0f414fe02c915e6
parent6be1187dbffa0027ea379c53f7ca0c782515c610
drm/i915/selftests: Add basic sanitychecks for execlists

Before adding a new feature to execlists submission, we should endeavour
to cover the baseline behaviour with selftests. So start the ball
rolling.

Signed-off-by: Chris Wilson <[email protected]>
Cc: MichaƂ Winiarski <[email protected]>
CC: Michel Thierry <[email protected]>
Cc: Jeff McGee <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Cc: Mika Kuoppala <[email protected]>
Reviewed-by: Joonas Lahtinen <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/intel_lrc.c
drivers/gpu/drm/i915/selftests/i915_live_selftests.h
drivers/gpu/drm/i915/selftests/intel_lrc.c [new file with mode: 0644]