Module Name: src
Committed By: riastradh
Date: Sun Dec 19 09:49:17 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/drm: drm_gem_framebuffer_helper.c
Log Message:
drm/drm_print.h for struct drm_printer drm/drm_fourcc.h for struct
drm_format_info
Author: Maya Rashish <[email protected]>
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/bsd/drm2/drm/drm_gem_framebuffer_helper.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/drm/drm_gem_framebuffer_helper.c
diff -u src/sys/external/bsd/drm2/drm/drm_gem_framebuffer_helper.c:1.2 src/sys/external/bsd/drm2/drm/drm_gem_framebuffer_helper.c:1.3
--- src/sys/external/bsd/drm2/drm/drm_gem_framebuffer_helper.c:1.2 Sun Dec 19 00:59:34 2021
+++ src/sys/external/bsd/drm2/drm/drm_gem_framebuffer_helper.c Sun Dec 19 09:49:17 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_gem_framebuffer_helper.c,v 1.2 2021/12/19 00:59:34 riastradh Exp $ */
+/* $NetBSD: drm_gem_framebuffer_helper.c,v 1.3 2021/12/19 09:49:17 riastradh Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,11 +30,13 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_gem_framebuffer_helper.c,v 1.2 2021/12/19 00:59:34 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_gem_framebuffer_helper.c,v 1.3 2021/12/19 09:49:17 riastradh Exp $");
#include <linux/err.h>
#include <linux/slab.h>
+#include <drm/drm_print.h>
+#include <drm/drm_fourcc.h>
#include <drm/drm_framebuffer.h>
#include <drm/drm_gem.h>
#include <drm/drm_gem_framebuffer_helper.h>