Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155259
b: refs/heads/master
c: febc769
h: refs/heads/master
i:
  155257: 1a58c0a
  155255: 87b2394
v: v3
  • Loading branch information
ling.ma@intel.com authored and Eric Anholt committed Jul 7, 2009
1 parent e22f358 commit 86ce894
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: 8e4d36b993898b344f9176147f1dfeca583f81fd
refs/heads/master: febc7694a55277b70cd662de05ed8a957685959c
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 @@ -46,7 +46,7 @@ static void intel_crt_dpms(struct drm_encoder *encoder, int mode)

temp = I915_READ(reg);
temp &= ~(ADPA_HSYNC_CNTL_DISABLE | ADPA_VSYNC_CNTL_DISABLE);
temp |= ADPA_DAC_ENABLE;
temp &= ~ADPA_DAC_ENABLE;

switch(mode) {
case DRM_MODE_DPMS_ON:
Expand Down

0 comments on commit 86ce894

Please sign in to comment.