summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/dvo.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-09-05 18:52:07 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-09-05 21:39:59 +0200
commitce1424078bb16d9e06cd00c6f730592ba1aa377f (patch)
treeaddc6838dd87aacf9a4d45a500e17a91873c8b28 /drivers/gpu/drm/i915/dvo.h
parent5e69f97fb39ea660075e6b65a1de33247b53f9d4 (diff)
downloadop-kernel-dev-ce1424078bb16d9e06cd00c6f730592ba1aa377f.zip
op-kernel-dev-ce1424078bb16d9e06cd00c6f730592ba1aa377f.tar.gz
drm/i915: Remove unused mode_fixup() vfunc of struct intel_dvo_dev_ops
It's totally unused, so remove the last mode_fixup appearance in i915. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/dvo.h')
-rw-r--r--drivers/gpu/drm/i915/dvo.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/gpu/drm/i915/dvo.h b/drivers/gpu/drm/i915/dvo.h
index 33a62ad..3121633 100644
--- a/drivers/gpu/drm/i915/dvo.h
+++ b/drivers/gpu/drm/i915/dvo.h
@@ -77,17 +77,6 @@ struct intel_dvo_dev_ops {
struct drm_display_mode *mode);
/*
- * Callback to adjust the mode to be set in the CRTC.
- *
- * This allows an output to adjust the clock or even the entire set of
- * timings, which is used for panels with fixed timings or for
- * buses with clock limitations.
- */
- bool (*mode_fixup)(struct intel_dvo_device *dvo,
- const struct drm_display_mode *mode,
- struct drm_display_mode *adjusted_mode);
-
- /*
* Callback for preparing mode changes on an output
*/
void (*prepare)(struct intel_dvo_device *dvo);
OpenPOWER on IntegriCloud