summaryrefslogtreecommitdiff
path: root/linux-core/radeon_connectors.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2008-08-17 18:09:07 -0400
committerAlex Deucher <alexdeucher@gmail.com>2008-08-17 18:09:07 -0400
commitaed70622ab33500721a30b06ec3783c581615cbb (patch)
treeb77bb61d1dda8b12e33d12f337a39216a0b6db72 /linux-core/radeon_connectors.c
parent226c97e3b772f2f4bf09085374cd931b83dea2b0 (diff)
radeon: first pass at bios scratch regs
- todo: updated connected status
Diffstat (limited to 'linux-core/radeon_connectors.c')
-rw-r--r--linux-core/radeon_connectors.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-core/radeon_connectors.c b/linux-core/radeon_connectors.c
index 32f969ab..7b2d7c4d 100644
--- a/linux-core/radeon_connectors.c
+++ b/linux-core/radeon_connectors.c
@@ -66,6 +66,7 @@ static int radeon_lvds_mode_valid(struct drm_connector *connector,
static enum drm_connector_status radeon_lvds_detect(struct drm_connector *connector)
{
+ // check acpi lid status ???
return connector_status_connected;
}
@@ -240,7 +241,7 @@ struct drm_encoder *radeon_dvi_encoder(struct drm_connector *connector)
}
/* see if we have a default encoder TODO */
-
+
/* then check use digitial */
/* pick the first one */
if (enc_id) {