aboutsummaryrefslogtreecommitdiff
path: root/linux-core/intel_drv.h
diff options
context:
space:
mode:
authorHong Liu <hong.liu@intel.com>2008-04-17 16:51:00 +0800
committerJesse Barnes <jbarnes@jbarnes-t61.(none)>2008-04-17 11:43:28 -0700
commit21a93915d8a21518c5da76a739f9459ed7f99d6a (patch)
treeb9a75366a1f5bb626031808a04b753b0bc6f4adb /linux-core/intel_drv.h
parent6cc2d7e7ae92bbac630d0053fc214521ce610dc6 (diff)
Porting DVO stuff
Ported from Xorg intel 2d driver. Changed interfaces definitions, which needed to be changed later if other device wants to use these DVO stuff.
Diffstat (limited to 'linux-core/intel_drv.h')
-rw-r--r--linux-core/intel_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/intel_drv.h b/linux-core/intel_drv.h
index 51c52c84..e0e6b797 100644
--- a/linux-core/intel_drv.h
+++ b/linux-core/intel_drv.h
@@ -69,6 +69,7 @@ extern bool intel_ddc_probe(struct drm_output *output);
extern void intel_crt_init(struct drm_device *dev);
extern void intel_sdvo_init(struct drm_device *dev, int output_device);
+extern void intel_dvo_init(struct drm_device *dev);
extern void intel_tv_init(struct drm_device *dev);
extern void intel_lvds_init(struct drm_device *dev);