From: Damien Lespiau Date: Sat, 30 Aug 2014 15:51:01 +0000 (+0100) Subject: drm/i915: Don't silently discard workarounds X-Git-Tag: fixes-against-v3.18-rc2~73^2~32^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04ad2dc7116347a4219b13935c7569ceaab95155;p=pandora-kernel.git drm/i915: Don't silently discard workarounds If we happen to emit more than I915_MAX_WA_REGS workarounds, we will currently discard them, not even emit the LRI. Not really what we want, so warn loudly. Signed-off-by: Damien Lespiau Reviewed-by: Arun Siluvery Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed