summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2010-10-07 16:01:14 -0700
committerChris Wilson <chris@chris-wilson.co.uk>2010-10-08 10:28:21 +0100
commit9f0e7ff4b366d27570cbe0ffa137ed1018009114 (patch)
tree47c12c05cb5089ea00bbdad7715a2acaa8890ad0 /include/drm
parent723bfd707a97fee06eb3ba4d3e8b4714c29a1064 (diff)
downloadop-kernel-dev-9f0e7ff4b366d27570cbe0ffa137ed1018009114.zip
op-kernel-dev-9f0e7ff4b366d27570cbe0ffa137ed1018009114.tar.gz
drm/i915: fetch eDP configuration data from the VBT
We need to use some of these values in eDP configurations, so be sure to fetch them and store them in the i915 private structure. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_dp_helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h
index a49e791..83a389e 100644
--- a/include/drm/drm_dp_helper.h
+++ b/include/drm/drm_dp_helper.h
@@ -23,6 +23,9 @@
#ifndef _DRM_DP_HELPER_H_
#define _DRM_DP_HELPER_H_
+#include <linux/types.h>
+#include <linux/i2c.h>
+
/* From the VESA DisplayPort spec */
#define AUX_NATIVE_WRITE 0x8
OpenPOWER on IntegriCloud