From 0f1ab48222a400f4699cf6851007539e7eb4a63e Mon Sep 17 00:00:00 2001 From: Hong Liu Date: Fri, 18 Apr 2008 16:52:04 +0800 Subject: [PATCH] add sysfs entry for DVO output forget to add it in the previous DVO porting patch. Signed-off-by: Hong Liu --- linux-core/intel_dvo.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/linux-core/intel_dvo.c b/linux-core/intel_dvo.c index 423b751..6f31910 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); -- 1.5.0.5