[Intel-gfx] [PATCH i-g-t 5/8] tests: remove duplicate struct member initializers
Thomas Wood
thomas.wood at intel.com
Mon Nov 2 03:48:41 PST 2015
Signed-off-by: Thomas Wood <thomas.wood at intel.com>
---
tests/kms_frontbuffer_tracking.c | 1 -
tests/pm_lpsp.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/tests/kms_frontbuffer_tracking.c b/tests/kms_frontbuffer_tracking.c
index 15707b9..13b91ad 100644
--- a/tests/kms_frontbuffer_tracking.c
+++ b/tests/kms_frontbuffer_tracking.c
@@ -305,7 +305,6 @@ drmModeModeInfo std_1024_mode = {
.hsync_start = 1048,
.hsync_end = 1184,
.htotal = 1344,
- .vtotal = 806,
.hskew = 0,
.vdisplay = 768,
.vsync_start = 771,
diff --git a/tests/pm_lpsp.c b/tests/pm_lpsp.c
index 2badb5c..b62876c 100644
--- a/tests/pm_lpsp.c
+++ b/tests/pm_lpsp.c
@@ -103,7 +103,6 @@ static void edp_subtest(int drm_fd, drmModeResPtr drm_res,
.hsync_start = 1048,
.hsync_end = 1184,
.htotal = 1344,
- .vtotal = 806,
.hskew = 0,
.vdisplay = 768,
.vsync_start = 771,
--
1.9.1
More information about the Intel-gfx
mailing list