The source project of this merge request has been removed.
iris, i965: use PRIx64 format specifier to avoid Wformat errors
On FreeBSD with clang 9, the following error was happening:
error: format specifies type 'unsigned long long' but the argument has type '__u64' (aka 'unsigned long') [-Werror,-Wformat]