aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_eu_validate.c
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-10-24 13:04:51 +0100
committerEric Engestrom <[email protected]>2019-10-24 13:57:40 +0000
commit47571a01ecdce093dacde52a22f156759df3ebf8 (patch)
treec72b110b39a6060ca63aa2006f5d47f8b441dab2 /src/intel/compiler/brw_eu_validate.c
parent8d43e2b2ded0fe3c82d49561cdab9f208f9e64b6 (diff)
anv: fix error message
`strerror()` takes an `errno`, not the negative value returned by the `ioctl()`. Instead of fixing this as `"%s", strerror(errno)`, let's just use the `"%m"` shortcut for it. Fixes: 2b5f30b1d91b98ab27ba ("anv: implement VK_INTEL_performance_query") Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_eu_validate.c')
0 files changed, 0 insertions, 0 deletions