summaryrefslogtreecommitdiff
path: root/tests/kms_3d.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-10-08 15:24:36 +0100
committerThomas Wood <thomas.wood@intel.com>2014-12-04 16:07:55 +0000
commit304c874b58c0a65dcc5442c50099d048d4fe0633 (patch)
tree8c34d8e501cd2707c15431aa6a62d0f5aa4ac76b /tests/kms_3d.c
parent43da3e706b955751506073e1c0e959209f6c7cf4 (diff)
tests: use base edid
Use the base edid for testing, which includes several different display modes. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/kms_3d.c')
-rw-r--r--tests/kms_3d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/kms_3d.c b/tests/kms_3d.c
index b1712b2b..6b1c1b34 100644
--- a/tests/kms_3d.c
+++ b/tests/kms_3d.c
@@ -58,7 +58,7 @@ igt_simple_main
}
igt_require(connector);
- kmstest_edid_add_3d(generic_edid[EDID_FHD], EDID_LENGTH, &edid,
+ kmstest_edid_add_3d(igt_kms_get_base_edid(), EDID_LENGTH, &edid,
&length);
kmstest_force_edid(drm_fd, connector, edid, length);
@@ -75,7 +75,7 @@ igt_simple_main
mode_count++;
}
- igt_assert(mode_count == 13);
+ igt_assert(mode_count == 15);
/* set 3D modes */
igt_info("Testing:\n");