Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345093
b: refs/heads/master
c: 62cb944
h: refs/heads/master
i:
  345091: 9e63628
v: v3
  • Loading branch information
Damien Lespiau authored and Daniel Vetter committed Oct 8, 2012
1 parent c363bd5 commit c78375b
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: 1a4bd9eaf078a0f95b4c92a02fc6d16647212bb5
refs/heads/master: 62cb944fa24728d164497834e4181ba0d266b32b
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3536,6 +3536,7 @@ static void ivybridge_init_clock_gating(struct drm_device *dev)
I915_WRITE(_3D_CHICKEN3,
_MASKED_BIT_ENABLE(_3D_CHICKEN_SF_DISABLE_OBJEND_CULL));

/* WaDisableBackToBackFlipFix */
I915_WRITE(IVB_CHICKEN3,
CHICKEN3_DGMG_REQ_OUT_FIX_DISABLE |
CHICKEN3_DGMG_DONE_FIX_DISABLE);
Expand Down Expand Up @@ -3616,6 +3617,7 @@ static void valleyview_init_clock_gating(struct drm_device *dev)
I915_WRITE(_3D_CHICKEN3,
_MASKED_BIT_ENABLE(_3D_CHICKEN_SF_DISABLE_OBJEND_CULL));

/* WaDisableBackToBackFlipFix */
I915_WRITE(IVB_CHICKEN3,
CHICKEN3_DGMG_REQ_OUT_FIX_DISABLE |
CHICKEN3_DGMG_DONE_FIX_DISABLE);
Expand Down

0 comments on commit c78375b

Please sign in to comment.