Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232805
b: refs/heads/master
c: 9334ef7
h: refs/heads/master
i:
  232803: f175b80
v: v3
  • Loading branch information
Chris Wilson committed Jan 31, 2011
1 parent 992f39b commit c3a0169
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5d1d0cc87fc0887921993ea0742932e0c8adeda0
refs/heads/master: 9334ef755f060e251f3f395caeda1a58b6834ea3
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/drm_crtc_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,8 @@ int drm_crtc_helper_set_config(struct drm_mode_set *set)
mode_changed = true;

if (mode_changed) {
set->crtc->enabled = (set->mode != NULL);
if (set->mode != NULL) {
set->crtc->enabled = drm_helper_crtc_in_use(set->crtc);
if (set->crtc->enabled) {
DRM_DEBUG_KMS("attempting to set mode from"
" userspace\n");
drm_mode_debug_printmodeline(set->mode);
Expand Down

0 comments on commit c3a0169

Please sign in to comment.