Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360921
b: refs/heads/master
c: f40ebd6
h: refs/heads/master
i:
  360919: d4d3a01
v: v3
  • Loading branch information
Patrik Jakobsson authored and Daniel Vetter committed Mar 6, 2013
1 parent 516a8e2 commit 4fa499c
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: 60222c0c2b4d813c72296b55f07d46b19ef83e44
refs/heads/master: f40ebd6bcbbd0d30591f42dc16be52b5086a366b
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_crt.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ static void intel_disable_crt(struct intel_encoder *encoder)
u32 temp;

temp = I915_READ(crt->adpa_reg);
temp &= ~(ADPA_HSYNC_CNTL_DISABLE | ADPA_VSYNC_CNTL_DISABLE);
temp |= ADPA_HSYNC_CNTL_DISABLE | ADPA_VSYNC_CNTL_DISABLE;
temp &= ~ADPA_DAC_ENABLE;
I915_WRITE(crt->adpa_reg, temp);
}
Expand Down

0 comments on commit 4fa499c

Please sign in to comment.