staging: gma500: turn on psb SDVO
Keep this as its own commit for bisection purposes Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
8fc5945f8f
commit
c34433b19d
|
@ -703,9 +703,8 @@ static void psb_setup_outputs(struct drm_device *dev)
|
||||||
else
|
else
|
||||||
DRM_ERROR("DSI is not supported\n");
|
DRM_ERROR("DSI is not supported\n");
|
||||||
} else {
|
} else {
|
||||||
/* FIXME: check if SDVO init should be re-enabled */
|
|
||||||
psb_intel_lvds_init(dev, &dev_priv->mode_dev);
|
psb_intel_lvds_init(dev, &dev_priv->mode_dev);
|
||||||
/* psb_intel_sdvo_init(dev, SDVOB); */
|
psb_intel_sdvo_init(dev, SDVOB);
|
||||||
}
|
}
|
||||||
|
|
||||||
list_for_each_entry(connector, &dev->mode_config.connector_list,
|
list_for_each_entry(connector, &dev->mode_config.connector_list,
|
||||||
|
|
Loading…
Reference in New Issue