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 Include some necessar...
details: https://anonhg.NetBSD.org/src/rev/70feb48f3ac9
branches: trunk
changeset: 336545:70feb48f3ac9
user: riastradh <riastradh%NetBSD.org@localhost>
date: Thu Mar 05 17:24:36 2015 +0000
description:
Include some necessary header files and forward declarations.
diffstat:
sys/external/bsd/drm2/dist/include/drm/drm_crtc.h | 3 +++
sys/external/bsd/drm2/dist/include/drm/drm_modes.h | 5 +++++
2 files changed, 8 insertions(+), 0 deletions(-)
diffs (28 lines):
diff -r 2342f1041a2a -r 70feb48f3ac9 sys/external/bsd/drm2/dist/include/drm/drm_crtc.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h Thu Mar 05 15:02:36 2015 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h Thu Mar 05 17:24:36 2015 +0000
@@ -31,6 +31,9 @@
#include <linux/idr.h>
#include <linux/fb.h>
#include <linux/hdmi.h>
+#include <linux/kref.h>
+#include <linux/mutex.h>
+#include <linux/workqueue.h>
#include <drm/drm_mode.h>
#include <drm/drm_fourcc.h>
diff -r 2342f1041a2a -r 70feb48f3ac9 sys/external/bsd/drm2/dist/include/drm/drm_modes.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_modes.h Thu Mar 05 15:02:36 2015 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_modes.h Thu Mar 05 17:24:36 2015 +0000
@@ -27,6 +27,11 @@
#ifndef __DRM_MODES_H__
#define __DRM_MODES_H__
+#include <linux/list.h>
+
+struct device_node;
+struct videomode;
+
/*
* Note on terminology: here, for brevity and convenience, we refer to connector
* control chips as 'CRTCs'. They can control any type of connector, VGA, LVDS,
Home |
Main Index |
Thread Index |
Old Index