summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/kms_vrr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c
index e4703f5f..9801b40a 100644
--- a/tests/kms_vrr.c
+++ b/tests/kms_vrr.c
@@ -200,7 +200,7 @@ static void prepare_test(data_t *data, igt_output_t *output, enum pipe pipe)
static uint64_t
wait_for_vblank(data_t *data, enum pipe pipe)
{
- drmVBlank vbl = { 0 };
+ drmVBlank vbl = {};
vbl.request.type = kmstest_get_vbl_flag(pipe);
vbl.request.type |= DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT;