drm/i915: fix WaInsertDummyPushConstPs
authorMatthew Auld <matthew.auld@intel.com>
Tue, 2 Aug 2016 08:36:53 +0000 (09:36 +0100)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Fri, 5 Aug 2016 10:16:55 +0000 (13:16 +0300)
commit575e3ccbce4582395d57612b289178bad4af3be8
treed7d6fc171b205b31932b596415e400a556e23833
parent209b3f7ed0e865ef0f3ffde3d623703019daeafc
drm/i915: fix WaInsertDummyPushConstPs

As pointed out by Chris Harris, we are using the wrong WA name, it
should in fact be WaToEnableHwFixForPushConstHWBug, also it should be
applied from C0 onwards for both BXT and KBL.

Fixes: 7b9005cd45f3 ("drm/i915: Add WaInsertDummyPushConstP for bxt and kbl")

Cc: Chris Harris <chris.harris@intel.com>
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Reported-by: Chris Harris <chris.harris@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Arun Siluvery <arun.siluvery@linux.intel.com>
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1470127013-29653-1-git-send-email-matthew.auld@intel.com
drivers/gpu/drm/i915/intel_ringbuffer.c