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/include/linux stub xarray.h and dma-re...
details: https://anonhg.NetBSD.org/src/rev/8cc64d183d70
branches: trunk
changeset: 1028116:8cc64d183d70
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 01:54:50 2021 +0000
description:
stub xarray.h and dma-resv.h
Add some upstream side-loads and empty structs.
Author: Maya Rashish <maya%NetBSD.org@localhost>
diffstat:
sys/external/bsd/drm2/include/linux/dma-resv.h | 14 ++++++++++++++
sys/external/bsd/drm2/include/linux/xarray.h | 11 +++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)
diffs (33 lines):
diff -r 7d5fc8635a9c -r 8cc64d183d70 sys/external/bsd/drm2/include/linux/dma-resv.h
--- a/sys/external/bsd/drm2/include/linux/dma-resv.h Sun Dec 19 01:54:43 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/dma-resv.h Sun Dec 19 01:54:50 2021 +0000
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2020 The NetBSD Foundation, Inc.
+ */
+
+#ifndef _LINUX_DMA_RESV_H_
+#define _LINUX_DMA_RESV_H_
+
+#include <linux/ww_mutex.h>
+#include <linux/dma-fence.h>
+
+struct dma_resv {};
+
+#endif /* _LINUX_DMA_RESV_H_ */
diff -r 7d5fc8635a9c -r 8cc64d183d70 sys/external/bsd/drm2/include/linux/xarray.h
--- a/sys/external/bsd/drm2/include/linux/xarray.h Sun Dec 19 01:54:43 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/xarray.h Sun Dec 19 01:54:50 2021 +0000
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2020 The NetBSD Foundation, Inc.
+ */
+
+#ifndef _LINUX_XARRAY_H_
+#define _LINUX_XARRAY_H_
+
+struct xarray;
+
+#endif /* _LINUX_XARRAY_H_ */
Home |
Main Index |
Thread Index |
Old Index