From: Ville Syrjälä Date: Wed, 22 Jan 2014 19:33:00 +0000 (+0200) Subject: drm/i915: Don't apply WaVSThreadDispatchOverride on HSW X-Git-Tag: v3.15-rc1~51^2~62^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e36ea7ff40d08ef914ee08fde63a25a7ee93959c;p=pandora-kernel.git drm/i915: Don't apply WaVSThreadDispatchOverride on HSW BSpec states that the thread override values set by gen7_setup_fixed_func_scheduler() are invalid for HSW. So let's not muck around with them. Since gen7_setup_fixed_func_scheduler() now has two totally independent parts, one for IVB and one for HSW, move the HSW part directly into haswell_init_clock_gating(). Note tht there's another workaround by the name of WaHSWVSRefCountFullforceMissDisable which basically claims that later steppings don't need the fix, but since WaVSRefCountFullforceMissDisable is listed to be needed for all steppings play it safe and keep applying the workaround. Signed-off-by: Ville Syrjälä Reviewed-by: Rodrigo Vivi Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed