aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2013-04-02 14:25:32 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-04-02 15:04:42 -0400
commit934e8822017569800b9a8d3e43ed309d9c0e7651 (patch)
tree6a316ac84df2c0e263a350bde59d45345083d4fe /drivers/gpu/drm
parenta0e4e199ad18070e17d15b920a39c6ec9d95b793 (diff)
drm/i915: drop DPFLIPSTAT enables on VLV v3
We don't need this until we start using the wait event commands. v2: move to i915_irq.c (Jesse) drop unneeded sprite flip done enables (Ville) v3: drop the DPFLIPSTAT enables altogether (Ville) Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/i915/intel_pm.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index f48227ad5d33..917db69276d6 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -3986,19 +3986,6 @@ static void valleyview_init_clock_gating(struct drm_device *dev)
3986 _MASKED_BIT_ENABLE(PIXEL_SUBSPAN_COLLECT_OPT_DISABLE)); 3986 _MASKED_BIT_ENABLE(PIXEL_SUBSPAN_COLLECT_OPT_DISABLE));
3987 3987
3988 /* 3988 /*
3989 * On ValleyView, the GUnit needs to signal the GT
3990 * when flip and other events complete. So enable
3991 * all the GUnit->GT interrupts here
3992 */
3993 I915_WRITE(VLV_DPFLIPSTAT, PIPEB_LINE_COMPARE_INT_EN |
3994 PIPEB_HLINE_INT_EN | PIPEB_VBLANK_INT_EN |
3995 SPRITED_FLIPDONE_INT_EN | SPRITEC_FLIPDONE_INT_EN |
3996 PLANEB_FLIPDONE_INT_EN | PIPEA_LINE_COMPARE_INT_EN |
3997 PIPEA_HLINE_INT_EN | PIPEA_VBLANK_INT_EN |
3998 SPRITEB_FLIPDONE_INT_EN | SPRITEA_FLIPDONE_INT_EN |
3999 PLANEA_FLIPDONE_INT_EN);
4000
4001 /*
4002 * WaDisableVLVClockGating_VBIIssue 3989 * WaDisableVLVClockGating_VBIIssue
4003 * Disable clock gating on th GCFG unit to prevent a delay 3990 * Disable clock gating on th GCFG unit to prevent a delay
4004 * in the reporting of vblank events. 3991 * in the reporting of vblank events.