summaryrefslogtreecommitdiff
path: root/linux-core/nv50_kms_wrapper.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-07-04 17:17:11 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-07-04 17:19:11 +0200
commitb29578103f57a8d684b4a3a79f220e6cc626605e (patch)
tree166e89f2b744f95451949d5c46a704002510ddf0 /linux-core/nv50_kms_wrapper.h
parent142a309604b65c26ca95594943ee91dde8688697 (diff)
[modesetting-101] Add subconnector and select_subconnector properties.
- These facilitate DVI-I and tv-out that can drive multiple types of signals.
Diffstat (limited to 'linux-core/nv50_kms_wrapper.h')
-rw-r--r--linux-core/nv50_kms_wrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/nv50_kms_wrapper.h b/linux-core/nv50_kms_wrapper.h
index f224f1bb..5ac66522 100644
--- a/linux-core/nv50_kms_wrapper.h
+++ b/linux-core/nv50_kms_wrapper.h
@@ -87,6 +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);
int nv50_kms_init(struct drm_device *dev);
int nv50_kms_destroy(struct drm_device *dev);