Module Name: src
Committed By: riastradh
Date: Thu Mar 5 17:24:36 UTC 2015
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm: drm_crtc.h drm_modes.h
Log Message:
Include some necessary header files and forward declarations.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/bsd/drm2/dist/include/drm/drm_modes.h
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/dist/include/drm/drm_crtc.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h:1.3 src/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h:1.4
--- src/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h:1.3 Wed Jul 16 20:03:56 2014
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h Thu Mar 5 17:24:36 2015
@@ -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>
Index: src/sys/external/bsd/drm2/dist/include/drm/drm_modes.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_modes.h:1.2 src/sys/external/bsd/drm2/dist/include/drm/drm_modes.h:1.3
--- src/sys/external/bsd/drm2/dist/include/drm/drm_modes.h:1.2 Wed Jul 16 20:03:56 2014
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_modes.h Thu Mar 5 17:24:36 2015
@@ -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,