Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/dist/drm 64-bit printf



details:   https://anonhg.NetBSD.org/src/rev/36b675b9a613
branches:  trunk
changeset: 1027842:36b675b9a613
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 00:56:18 2021 +0000

description:
64-bit printf

diffstat:

 sys/external/bsd/drm2/dist/drm/drm_crtc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 936a20eda877 -r 36b675b9a613 sys/external/bsd/drm2/dist/drm/drm_crtc.c
--- a/sys/external/bsd/drm2/dist/drm/drm_crtc.c Sun Dec 19 00:56:09 2021 +0000
+++ b/sys/external/bsd/drm2/dist/drm/drm_crtc.c Sun Dec 19 00:56:18 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_crtc.c,v 1.18 2021/12/18 23:44:57 riastradh Exp $  */
+/*     $NetBSD: drm_crtc.c,v 1.19 2021/12/19 00:56:18 riastradh Exp $  */
 
 /*
  * Copyright (c) 2006-2008 Intel Corporation
@@ -32,7 +32,7 @@
  *      Jesse Barnes <jesse.barnes%intel.com@localhost>
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_crtc.c,v 1.18 2021/12/18 23:44:57 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_crtc.c,v 1.19 2021/12/19 00:56:18 riastradh Exp $");
 
 #include <linux/ctype.h>
 #include <linux/list.h>
@@ -635,7 +635,7 @@
                                                           fb->modifier);
                        if (ret) {
                                struct drm_format_name_buf format_name;
-                               DRM_DEBUG_KMS("Invalid pixel format %s, modifier 0x%llx\n",
+                               DRM_DEBUG_KMS("Invalid pixel format %s, modifier 0x%"PRIx64"\n",
                                              drm_get_format_name(fb->format->format,
                                                                  &format_name),
                                              fb->modifier);



Home | Main Index | Thread Index | Old Index