summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gma500/mdfld_output.h
diff options
context:
space:
mode:
authorAlan Cox2011-07-05 16:39:19 +0200
committerGreg Kroah-Hartman2011-07-05 17:20:41 +0200
commit71138b7f0735d277f71f0d7ba1918c8922f12cce (patch)
tree50b9f0083f0248d6a6444db64f61dcc2e8c4ec92 /drivers/staging/gma500/mdfld_output.h
parentgma500: Read the GCT panel type information for Medfield (diff)
downloadkernel-qcow2-linux-71138b7f0735d277f71f0d7ba1918c8922f12cce.tar.gz
kernel-qcow2-linux-71138b7f0735d277f71f0d7ba1918c8922f12cce.tar.xz
kernel-qcow2-linux-71138b7f0735d277f71f0d7ba1918c8922f12cce.zip
gma500: enable Medfield CRTC support
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/gma500/mdfld_output.h')
-rw-r--r--drivers/staging/gma500/mdfld_output.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/gma500/mdfld_output.h b/drivers/staging/gma500/mdfld_output.h
index 53b57db2c4f4..70f2302ad25f 100644
--- a/drivers/staging/gma500/mdfld_output.h
+++ b/drivers/staging/gma500/mdfld_output.h
@@ -74,4 +74,7 @@ int mdfld_panel_dpi(struct drm_device *dev);
int mdfld_get_panel_type(struct drm_device *dev, int pipe);
void mdfld_disable_crtc (struct drm_device *dev, int pipe);
+extern const struct drm_crtc_helper_funcs mdfld_helper_funcs;
+extern const struct drm_crtc_funcs mdfld_intel_crtc_funcs;
+
#endif