Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223023
b: refs/heads/master
c: 541cc96
h: refs/heads/master
i:
  223021: e27947e
  223019: 79d15b2
  223015: ab13e4d
  223007: 7d831ec
v: v3
  • Loading branch information
Chris Wilson authored and Dave Airlie committed Dec 7, 2010
1 parent c8d597c commit 074d0d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ea5d552c73707645c53d42e8a71c9a4d9cbb85c1
refs/heads/master: 541cc966915b6756e54c20eebe60ae957afdb537
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_crtc_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ void drm_helper_disable_unused_functions(struct drm_device *dev)
}

list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
if (!drm_helper_encoder_in_use(encoder)) {
if (encoder->crtc && !drm_helper_encoder_in_use(encoder)) {
drm_encoder_disable(encoder);
/* disconnector encoder from any connector */
encoder->crtc = NULL;
Expand Down

0 comments on commit 074d0d3

Please sign in to comment.