summaryrefslogtreecommitdiff
path: root/tests/kms_plane_multiple.c
diff options
context:
space:
mode:
authorSwati Sharma <swati2.sharma@intel.com>2019-12-02 19:33:11 +0530
committerPetri Latvala <petri.latvala@intel.com>2019-12-03 11:13:27 +0200
commit29d90c9cdb7b03033f03e05882dd863ef9970269 (patch)
treef3b785d61f8a581321b3e86800e0734e281adb86 /tests/kms_plane_multiple.c
parent57ed6a75bc4fe575f78c12507d7ba3186ce3bdb7 (diff)
tests/i915/kms: remove igt_skip_on_simulation()
Removing igt_skip_on_simulation() from all the kms tests since this feature is not supported anymore. v2: Rebase Signed-off-by: Swati Sharma <swati2.sharma@intel.com> Signed-off-by: Karthik B S <karthik.b.s@intel.com> Reviewed-by: Martin Peres <martin.peres@linux.intel.com>
Diffstat (limited to 'tests/kms_plane_multiple.c')
-rw-r--r--tests/kms_plane_multiple.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/kms_plane_multiple.c b/tests/kms_plane_multiple.c
index 255cd34a..899b6c5e 100644
--- a/tests/kms_plane_multiple.c
+++ b/tests/kms_plane_multiple.c
@@ -433,8 +433,6 @@ igt_main_args("", long_options, help_str, opt_handler, NULL)
{
enum pipe pipe;
- igt_skip_on_simulation();
-
igt_fixture {
data.drm_fd = drm_open_driver_master(DRIVER_INTEL | DRIVER_AMDGPU);
kmstest_set_vt_graphics_mode();