drm/i915: share forcewaking code between IVB and HSW
authorEugeni Dodonov <[email protected]>
Fri, 13 Apr 2012 20:08:44 +0000 (17:08 -0300)
committerDaniel Vetter <[email protected]>
Tue, 17 Apr 2012 10:12:58 +0000 (12:12 +0200)
Reviewed-by: Rodrigo Vivi <[email protected]>
Signed-off-by: Eugeni Dodonov <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/i915/intel_display.c

index 7506a72ee8820bd94004c32aa14e4a293645de3b..0ef44720af97cd252eb5d275705cb4c7361cffb5 100644 (file)
@@ -9312,7 +9312,7 @@ static void intel_init_display(struct drm_device *dev)
                dev_priv->display.force_wake_put = __gen6_gt_force_wake_put;
 
                /* IVB configs may use multi-threaded forcewake */
-               if (IS_IVYBRIDGE(dev)) {
+               if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) {
                        u32     ecobus;
 
                        /* A small trick here - if the bios hasn't configured MT forcewake,