Files
mesa/src
Eric Engestrom 47571a01ec 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: 2b5f30b1d9 ("anv: implement VK_INTEL_performance_query")
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
2019-10-24 13:57:40 +00:00
..
2019-10-18 13:18:28 +00:00
2019-04-29 21:17:19 +00:00
2019-10-01 10:31:02 +00:00
2019-10-24 13:57:40 +00:00