Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329312
b: refs/heads/master
c: f835bc0
h: refs/heads/master
v: v3
  • Loading branch information
Forest Bond authored and Dave Airlie committed Aug 23, 2012
1 parent 5e0a5fc commit 42d21d3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: 28bbda39b69af06e77801333c0c28ef9df2f256f
refs/heads/master: f835bc0fcacc7f4e29890938b1c2faecd07eda9e
2 changes: 0 additions & 2 deletions trunk/drivers/gpu/drm/gma500/cdv_intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,6 @@ static void cdv_intel_crtc_dpms(struct drm_crtc *crtc, int mode)
/* Give the overlay scaler a chance to enable
* if it's on this pipe */
/* psb_intel_crtc_dpms_video(crtc, true); TODO */
psb_intel_crtc->crtc_enable = true;
break;
case DRM_MODE_DPMS_OFF:
if (!psb_intel_crtc->active)
Expand Down Expand Up @@ -981,7 +980,6 @@ static void cdv_intel_crtc_dpms(struct drm_crtc *crtc, int mode)

/* Wait for the clocks to turn off. */
udelay(150);
psb_intel_crtc->crtc_enable = false;
break;
}
cdv_intel_update_watermark(dev, crtc);
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/gpu/drm/gma500/psb_intel_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ struct psb_intel_crtc {
u32 mode_flags;

bool active;
bool crtc_enable;

/* Saved Crtc HW states */
struct psb_intel_crtc_state *crtc_state;
Expand Down

0 comments on commit 42d21d3

Please sign in to comment.