summaryrefslogtreecommitdiff
path: root/linux-core/nv50_kms_wrapper.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-07-21 14:29:13 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-07-21 14:29:13 +0200
commitd00644c27ddc7023ea0e442c7be6b67d9d0da047 (patch)
tree2070bd02da5ac008bc8f9c70790722109f3ad94c /linux-core/nv50_kms_wrapper.h
parent685bca02fe6b7406bb157a1a4e0f147b47ba28f8 (diff)
NV50: Do detect with hpd and load detect if possible.
- Appropriate error messages when an unknown situation is encountered are included. - Fallback to i2c will occur when needed.
Diffstat (limited to 'linux-core/nv50_kms_wrapper.h')
-rw-r--r--linux-core/nv50_kms_wrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/nv50_kms_wrapper.h b/linux-core/nv50_kms_wrapper.h
index 5ac66522..60384804 100644
--- a/linux-core/nv50_kms_wrapper.h
+++ b/linux-core/nv50_kms_wrapper.h
@@ -87,7 +87,7 @@ struct nv50_kms_priv {
struct nv50_kms_priv *nv50_get_kms_priv(struct drm_device *dev);
void nv50_kms_connector_detect_all(struct drm_device *dev);
-bool nv50_kms_connector_is_digital(struct drm_connector *drm_connector);
+bool nv50_kms_connector_get_digital(struct drm_connector *drm_connector);
int nv50_kms_init(struct drm_device *dev);
int nv50_kms_destroy(struct drm_device *dev);