aboutsummaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorHong Liu <hong.liu@intel.com>2008-04-18 16:52:04 +0800
committerJesse Barnes <jbarnes@jbarnes-t61.(none)>2008-04-22 18:35:26 -0700
commitb57e1f7efd6e27efbf960ab11323981e016ea86e (patch)
tree7b522f4114006341044484abcbc404c68e7f61a1 /linux-core
parent8a390e058fcea70b0c3a912543816bdf4c3e7c4c (diff)
add sysfs entry for DVO output
forget to add it in the previous DVO porting patch. Signed-off-by: Hong Liu <hong.liu@intel.com>
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/intel_dvo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/intel_dvo.c b/linux-core/intel_dvo.c
index 423b7514..6f319107 100644
--- a/linux-core/intel_dvo.c
+++ b/linux-core/intel_dvo.c
@@ -477,6 +477,7 @@ void intel_dvo_init(struct drm_device *dev)
dvo->panel_wants_dither = true;
}
+ drm_sysfs_output_add(output);
drm_output_attach_property(output,
dev->mode_config.connector_type_property,
connector);