Without this newline, log messages get lumped together on a single line,
making the debug log difficult to read.
Reviewed-by: Mark Janes <mark.a.janes@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6413>
const struct gen_device_info *devinfo = &batch->screen->devinfo;
if (isl_format_has_int_channel(format)) {
- perf_debug(&ice->dbg, "Integer fast clear not enabled for %s",
+ perf_debug(&ice->dbg, "Integer fast clear not enabled for %s\n",
isl_format_get_name(format));
return false;
}