summaryrefslogtreecommitdiff
path: root/tests/presentation-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/presentation-test.c')
-rw-r--r--tests/presentation-test.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/presentation-test.c b/tests/presentation-test.c
index 59cca8e1..421eddc1 100644
--- a/tests/presentation-test.c
+++ b/tests/presentation-test.c
@@ -165,7 +165,10 @@ pflags_to_str(uint32_t flags, char *str, unsigned len)
uint32_t flag;
char sym;
} desc[] = {
- { 1, '1' }, /* dummy placeholder */
+ { PRESENTATION_FEEDBACK_KIND_VSYNC, 's' },
+ { PRESENTATION_FEEDBACK_KIND_HW_CLOCK, 'c' },
+ { PRESENTATION_FEEDBACK_KIND_HW_COMPLETION, 'e' },
+ { PRESENTATION_FEEDBACK_KIND_ZERO_COPY, 'z' },
};
unsigned i;