drm/mgag200: Add sysfs support for connectors
Signed-off-by: Egbert Eich <eich@suse.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -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_connector_helper_add(connector, &mga_vga_connector_helper_funcs);
|
||||||
|
|
||||||
|
drm_sysfs_connector_add(connector);
|
||||||
|
|
||||||
mga_connector->i2c = mgag200_i2c_create(dev);
|
mga_connector->i2c = mgag200_i2c_create(dev);
|
||||||
if (!mga_connector->i2c)
|
if (!mga_connector->i2c)
|
||||||
DRM_ERROR("failed to add ddc bus\n");
|
DRM_ERROR("failed to add ddc bus\n");
|
||||||
|
Reference in New Issue
Block a user