Module Name: src
Committed By: riastradh
Date: Sun Dec 19 01:00:09 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_framebuffer.c
Log Message:
PRIx64
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/dist/drm/drm_framebuffer.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/dist/drm/drm_framebuffer.c
diff -u src/sys/external/bsd/drm2/dist/drm/drm_framebuffer.c:1.3 src/sys/external/bsd/drm2/dist/drm/drm_framebuffer.c:1.4
--- src/sys/external/bsd/drm2/dist/drm/drm_framebuffer.c:1.3 Sun Dec 19 01:00:02 2021
+++ src/sys/external/bsd/drm2/dist/drm/drm_framebuffer.c Sun Dec 19 01:00:09 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_framebuffer.c,v 1.3 2021/12/19 01:00:02 riastradh Exp $ */
+/* $NetBSD: drm_framebuffer.c,v 1.4 2021/12/19 01:00:09 riastradh Exp $ */
/*
* Copyright (c) 2016 Intel Corporation
@@ -23,7 +23,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_framebuffer.c,v 1.3 2021/12/19 01:00:02 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_framebuffer.c,v 1.4 2021/12/19 01:00:09 riastradh Exp $");
#include <linux/export.h>
#include <linux/uaccess.h>
@@ -1055,7 +1055,7 @@ void drm_framebuffer_print_info(struct d
drm_framebuffer_read_refcount(fb));
drm_printf_indent(p, indent, "format=%s\n",
drm_get_format_name(fb->format->format, &format_name));
- drm_printf_indent(p, indent, "modifier=0x%llx\n", fb->modifier);
+ drm_printf_indent(p, indent, "modifier=0x%"PRIx64"\n", fb->modifier);
drm_printf_indent(p, indent, "size=%ux%u\n", fb->width, fb->height);
drm_printf_indent(p, indent, "layers:\n");