diff options
author | Eric Anholt <eric@anholt.net> | 2017-09-02 21:38:53 -0700 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-09-05 13:44:29 +0200 |
commit | 918863f8e3e8f49235fd2e4a36e11f386c06c11c (patch) | |
tree | 9847f811320116203edc6d2f3a039f0c393747e1 /tools | |
parent | eac4bafcafd7d6c2ad5c1bb3493b6343379174f9 (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')
-rw-r--r-- | tools/intel_display_poller.c | 2 |
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) { |