Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163948
b: refs/heads/master
c: 9c552dd
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Sep 2, 2009
1 parent ec30913 commit f739f08
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: a3a0544b2c84e1d7a2022b558ecf66d8c6a8dd93
refs/heads/master: 9c552dd79346f86a3b53e41255c92c6f560b80fb
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 @@ -278,9 +278,9 @@ void drm_helper_disable_unused_functions(struct drm_device *dev)
(*encoder_funcs->disable)(encoder);
else
(*encoder_funcs->dpms)(encoder, DRM_MODE_DPMS_OFF);
/* disconnector encoder from any connector */
encoder->crtc = NULL;
}
/* disconnector encoder from any connector */
encoder->crtc = NULL;
}

list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
Expand Down

0 comments on commit f739f08

Please sign in to comment.