Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288084
b: refs/heads/master
c: aed3f09
h: refs/heads/master
v: v3
  • Loading branch information
Alban Browaeys authored and Jesse Barnes committed Feb 24, 2012
1 parent 34f9509 commit cb5b563
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: c0e2ee1bc0cf82eec89e26b7afe7e4db0561b7d9
refs/heads/master: aed3f09db39596e539f90b11a5016aea4d8442e1
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -6184,7 +6184,7 @@ void intel_crtc_load_lut(struct drm_crtc *crtc)
int i;

/* The clocks have to be on to load the palette. */
if (!crtc->enabled)
if (!crtc->enabled || !intel_crtc->active)
return;

/* use legacy palette for Ironlake */
Expand Down

0 comments on commit cb5b563

Please sign in to comment.