OSDN Git Service

add sysfs entry for DVO output
authorHong Liu <hong.liu@intel.com>
Fri, 18 Apr 2008 08:52:04 +0000 (16:52 +0800)
committerJesse Barnes <jbarnes@jbarnes-t61.(none)>
Wed, 23 Apr 2008 01:35:26 +0000 (18:35 -0700)
forget to add it in the previous DVO porting patch.

Signed-off-by: Hong Liu <hong.liu@intel.com>
linux-core/intel_dvo.c

index 423b751..6f31910 100644 (file)
@@ -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);