aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_drv.h
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2010-10-07 19:01:09 -0400
committerChris Wilson <chris@chris-wilson.co.uk>2010-10-08 04:21:50 -0400
commit814948adec172dbc41252b1815e4e83aedfe91b9 (patch)
tree295e5ea7bb3f7878925febee6fd5fece9e92eebb /drivers/gpu/drm/i915/intel_drv.h
parent51190667b3c6927356e594cdf6955980ff47bb16 (diff)
drm/i915: add eDP checking functions for the display code
The display code needs to distinguish between CPU and PCH attached eDP panels, so add some helpers to handle that. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_drv.h')
-rw-r--r--drivers/gpu/drm/i915/intel_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h
index 40e99bf27ff7..c946c48b472f 100644
--- a/drivers/gpu/drm/i915/intel_drv.h
+++ b/drivers/gpu/drm/i915/intel_drv.h
@@ -212,6 +212,7 @@ intel_dp_set_m_n(struct drm_crtc *crtc, struct drm_display_mode *mode,
212extern bool intel_pch_has_edp(struct drm_crtc *crtc); 212extern bool intel_pch_has_edp(struct drm_crtc *crtc);
213extern bool intel_dpd_is_edp(struct drm_device *dev); 213extern bool intel_dpd_is_edp(struct drm_device *dev);
214extern void intel_edp_link_config (struct intel_encoder *, int *, int *); 214extern void intel_edp_link_config (struct intel_encoder *, int *, int *);
215extern bool intel_encoder_is_pch_edp(struct drm_encoder *encoder);
215 216
216/* intel_panel.c */ 217/* intel_panel.c */
217extern void intel_fixed_panel_mode(struct drm_display_mode *fixed_mode, 218extern void intel_fixed_panel_mode(struct drm_display_mode *fixed_mode,