From: Daniel Vetter Date: Wed, 16 Oct 2013 20:55:52 +0000 (+0200) Subject: drm/i915: crc support for hsw X-Git-Tag: v3.13-rc1~76^2~68^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a69b89f853fb35adf51b8b45c026bad0934bf97;p=pandora-kernel.git drm/i915: crc support for hsw hw designers decided to change the CRC registers and coalesce them all into one. Otherwise nothing changed. I've opted for a new hsw_ version to grab the crc sample since hsw+1 will have the same crc registers, but different interrupt source registers. So this little helper function will come handy there. Also refactor the display error handler with a neat pipe loop. v2: Use for_each_pipe. Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed