Loading drivers/gpu/drm/i915/i915_debugfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -703,7 +703,7 @@ static void print_error_buffers(struct seq_file *m, seq_printf(m, "%s [%d]:\n", name, count); while (count--) { seq_printf(m, " %08x %8zd %04x %04x %08x%s%s%s%s%s%s", seq_printf(m, " %08x %8u %04x %04x %08x%s%s%s%s%s%s", err->gtt_offset, err->size, err->read_domains, Loading Loading
drivers/gpu/drm/i915/i915_debugfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -703,7 +703,7 @@ static void print_error_buffers(struct seq_file *m, seq_printf(m, "%s [%d]:\n", name, count); while (count--) { seq_printf(m, " %08x %8zd %04x %04x %08x%s%s%s%s%s%s", seq_printf(m, " %08x %8u %04x %04x %08x%s%s%s%s%s%s", err->gtt_offset, err->size, err->read_domains, Loading