diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-10-07 19:01:10 -0400 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-10-08 04:23:18 -0400 |
commit | 1d85036278f1b3eb3b7c5db805e5c4c847d1415d (patch) | |
tree | fbccc5edb53e61b5119f5634296d242571b48f84 /drivers/gpu/drm/i915/intel_drv.h | |
parent | 814948adec172dbc41252b1815e4e83aedfe91b9 (diff) |
drm/i915: remove broken intel_pch_has_edp function
Since we set the output type of PCH attached eDP panels to
INTEL_OUTPUT_eDP this function would never return true when it should.
It's been replaced by working functions.
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h index c946c48b472f..0581e5e5ac55 100644 --- a/drivers/gpu/drm/i915/intel_drv.h +++ b/drivers/gpu/drm/i915/intel_drv.h | |||
@@ -209,7 +209,6 @@ extern void intel_dp_init(struct drm_device *dev, int dp_reg); | |||
209 | void | 209 | void |
210 | intel_dp_set_m_n(struct drm_crtc *crtc, struct drm_display_mode *mode, | 210 | intel_dp_set_m_n(struct drm_crtc *crtc, struct drm_display_mode *mode, |
211 | struct drm_display_mode *adjusted_mode); | 211 | struct drm_display_mode *adjusted_mode); |
212 | extern bool intel_pch_has_edp(struct drm_crtc *crtc); | ||
213 | extern bool intel_dpd_is_edp(struct drm_device *dev); | 212 | extern bool intel_dpd_is_edp(struct drm_device *dev); |
214 | extern void intel_edp_link_config (struct intel_encoder *, int *, int *); | 213 | extern void intel_edp_link_config (struct intel_encoder *, int *, int *); |
215 | extern bool intel_encoder_is_pch_edp(struct drm_encoder *encoder); | 214 | extern bool intel_encoder_is_pch_edp(struct drm_encoder *encoder); |