Skip to content

Commit

Permalink
drm/i915/bxt: Add WaDisableThreadStallDopClockGating
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Hoath <nicholas.hoath@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Nick Hoath authored and Daniel Vetter committed May 8, 2015
1 parent c331879 commit dfb601e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/gpu/drm/i915/intel_ringbuffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1041,8 +1041,15 @@ static int skl_init_workarounds(struct intel_engine_cs *ring)

static int bxt_init_workarounds(struct intel_engine_cs *ring)
{
struct drm_device *dev = ring->dev;
struct drm_i915_private *dev_priv = dev->dev_private;

gen9_init_workarounds(ring);

/* WaDisableThreadStallDopClockGating:bxt */
WA_SET_BIT_MASKED(GEN8_ROW_CHICKEN,
STALL_DOP_GATING_DISABLE);

return 0;
}

Expand Down

0 comments on commit dfb601e

Please sign in to comment.