Skip to content

Commit

Permalink
staging: gma500: turn on psb SDVO
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent 8fc5945 commit c34433b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/gma500/psb_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -703,9 +703,8 @@ static void psb_setup_outputs(struct drm_device *dev)
else
DRM_ERROR("DSI is not supported\n");
} else {
/* FIXME: check if SDVO init should be re-enabled */
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,
Expand Down

0 comments on commit c34433b

Please sign in to comment.