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/include/drm drm_waitqueue_t needs...
details: https://anonhg.NetBSD.org/src/rev/faa4f7200f57
branches: trunk
changeset: 1027803:faa4f7200f57
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 00:47:17 2021 +0000
description:
drm_waitqueue_t needs <drm/drm_wait_netbsd>.
diffstat:
sys/external/bsd/drm2/dist/include/drm/drm_vblank.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 4464ecfca0eb -r faa4f7200f57 sys/external/bsd/drm2/dist/include/drm/drm_vblank.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_vblank.h Sun Dec 19 00:47:09 2021 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_vblank.h Sun Dec 19 00:47:17 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_vblank.h,v 1.4 2021/12/19 00:46:29 riastradh Exp $ */
+/* $NetBSD: drm_vblank.h,v 1.5 2021/12/19 00:47:17 riastradh Exp $ */
/*
* Copyright 2016 Intel Corp.
@@ -38,6 +38,10 @@
#include <drm/drm_wait_netbsd.h>
#endif
+#ifdef __NetBSD__ /* XXX */
+#include <drm/drm_wait_netbsd.h>
+#endif
+
struct drm_device;
struct drm_crtc;
Home |
Main Index |
Thread Index |
Old Index