Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371434
b: refs/heads/master
c: 4dd6a89
h: refs/heads/master
v: v3
  • Loading branch information
Patrik Jakobsson committed Apr 15, 2013
1 parent b0a67f8 commit 9ddab44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c1a14c2c17f13c1869e82783bd49774bba67254
refs/heads/master: 4dd6a897959aca968c59f0b2bc08c2d855cd553c
7 changes: 3 additions & 4 deletions trunk/drivers/gpu/drm/gma500/psb_intel_sdvo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1854,12 +1854,11 @@ static void psb_intel_sdvo_restore(struct drm_connector *connector)

REG_WRITE(sdvo->sdvo_reg, sdvo->saveSDVO);

/* Force dpms on upon resume */
psb_intel_sdvo_dpms(encoder, DRM_MODE_DPMS_ON);

/* Force a full mode set on the crtc. We're supposed to have the
mode_config lock already. */
drm_crtc_helper_set_mode(crtc, &crtc->mode, crtc->x, crtc->y, NULL);
if (connector->status == connector_status_connected)
drm_crtc_helper_set_mode(crtc, &crtc->mode, crtc->x, crtc->y,
NULL);
}

static const struct drm_encoder_helper_funcs psb_intel_sdvo_helper_funcs = {
Expand Down

0 comments on commit 9ddab44

Please sign in to comment.