From 918863f8e3e8f49235fd2e4a36e11f386c06c11c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sat, 2 Sep 2017 21:38:53 -0700 Subject: intel_display_poller: Fix truncation of a test name. Signed-off-by: Eric Anholt Signed-off-by: Daniel Vetter --- tools/intel_display_poller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/intel_display_poller.c b/tools/intel_display_poller.c index c501c79d..828ca52b 100644 --- a/tools/intel_display_poller.c +++ b/tools/intel_display_poller.c @@ -901,7 +901,7 @@ static void poll_dsl_field(int pipe, uint32_t *min, uint32_t *max, const int cou static const char *test_name(enum test test, int pipe, int bit, bool test_pixel_count) { - static char str[32]; + static char str[64]; const char *type = test_pixel_count ? "pixel" : "dsl"; switch (test) { -- cgit v1.2.3