Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148714
b: refs/heads/master
c: 03d6069
h: refs/heads/master
v: v3
  • Loading branch information
Keith Packard authored and Eric Anholt committed Jun 9, 2009
1 parent f53566f commit e7ee7a0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2939e1f5331455d17a4a704dd6210e1474002545
refs/heads/master: 03d6069912babc07a3da20e715dd6a5dc8f0f867
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -2136,6 +2136,7 @@ struct drm_crtc *intel_get_load_detect_pipe(struct intel_output *intel_output,
}

encoder->crtc = crtc;
intel_output->base.encoder = encoder;
intel_output->load_detect_temp = true;

intel_crtc = to_intel_crtc(crtc);
Expand Down Expand Up @@ -2171,6 +2172,7 @@ void intel_release_load_detect_pipe(struct intel_output *intel_output, int dpms_

if (intel_output->load_detect_temp) {
encoder->crtc = NULL;
intel_output->base.encoder = NULL;
intel_output->load_detect_temp = false;
crtc->enabled = drm_helper_crtc_in_use(crtc);
drm_helper_disable_unused_functions(dev);
Expand Down

0 comments on commit e7ee7a0

Please sign in to comment.