diff options
Diffstat (limited to 'drivers/gpu/drm/i915/dvo.h')
-rw-r--r-- | drivers/gpu/drm/i915/dvo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/dvo.h b/drivers/gpu/drm/i915/dvo.h index e80866c5e1ae..e747ac42fe3a 100644 --- a/drivers/gpu/drm/i915/dvo.h +++ b/drivers/gpu/drm/i915/dvo.h | |||
@@ -148,4 +148,10 @@ struct intel_dvo_dev_ops { | |||
148 | void (*dump_regs)(struct intel_dvo_device *dvo); | 148 | void (*dump_regs)(struct intel_dvo_device *dvo); |
149 | }; | 149 | }; |
150 | 150 | ||
151 | extern struct intel_dvo_dev_ops sil164_ops; | ||
152 | extern struct intel_dvo_dev_ops ch7xxx_ops; | ||
153 | extern struct intel_dvo_dev_ops ivch_ops; | ||
154 | extern struct intel_dvo_dev_ops tfp410_ops; | ||
155 | extern struct intel_dvo_dev_ops ch7017_ops; | ||
156 | |||
151 | #endif /* _INTEL_DVO_H */ | 157 | #endif /* _INTEL_DVO_H */ |