summaryrefslogtreecommitdiff
path: root/tools/intel_display_poller.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-09-02 21:38:53 -0700
committerDaniel Vetter <daniel.vetter@ffwll.ch>2017-09-05 13:44:29 +0200
commit918863f8e3e8f49235fd2e4a36e11f386c06c11c (patch)
tree9847f811320116203edc6d2f3a039f0c393747e1 /tools/intel_display_poller.c
parenteac4bafcafd7d6c2ad5c1bb3493b6343379174f9 (diff)
intel_display_poller: Fix truncation of a test name.
Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/intel_display_poller.c')
-rw-r--r--tools/intel_display_poller.c2
1 files changed, 1 insertions, 1 deletions
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) {