Browse Source

drm/mgag200: Add sysfs support for connectors

Signed-off-by: Egbert Eich <eich@suse.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Egbert Eich 12 years ago
parent
commit
3d5a1c5e30
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/gpu/drm/mgag200/mgag200_mode.c

+ 2 - 0
drivers/gpu/drm/mgag200/mgag200_mode.c

@@ -1600,6 +1600,8 @@ static struct drm_connector *mga_vga_init(struct drm_device *dev)
 
 	drm_connector_helper_add(connector, &mga_vga_connector_helper_funcs);
 
+	drm_sysfs_connector_add(connector);
+
 	mga_connector->i2c = mgag200_i2c_create(dev);
 	if (!mga_connector->i2c)
 		DRM_ERROR("failed to add ddc bus\n");