Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322396
b: refs/heads/master
c: c1b5112
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Aug 30, 2012
1 parent 0f871b9 commit 62eca3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41fa54377057ab38bc3e08ebb46168a7daf2e63b
refs/heads/master: c1b51124b6d3b2235d00129e2971686e6185ba52
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/gma500/psb_intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,9 @@ void psb_intel_crtc_init(struct drm_device *dev, int pipe,
(struct drm_connector **) (psb_intel_crtc + 1);
psb_intel_crtc->mode_set.num_connectors = 0;
psb_intel_cursor_init(dev, psb_intel_crtc);

/* Set to true so that the pipe is forced off on initial config. */
psb_intel_crtc->active = true;
}

int psb_intel_get_pipe_from_crtc_id(struct drm_device *dev, void *data,
Expand Down

0 comments on commit 62eca3d

Please sign in to comment.