From: Paulo Zanoni Date: Fri, 5 Oct 2012 15:05:56 +0000 (-0300) Subject: drm/i915: add proper CPU/PCH checks to crtc_mode_set functions X-Git-Tag: v3.8-rc1~82^2~192^2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dc5298bb3e5d72af6bab5c1d43dad9a07052982;p=pandora-kernel.git drm/i915: add proper CPU/PCH checks to crtc_mode_set functions On ironlake_crtc_mode_set, WARN if not using IBX or CPT. On haswell_crtc_mode_set, only run IBX/CPT code on IBX/CPT. I am still not sure whether IBX/CPT will be possible with a Haswell CPU, so leave the code there for now and put a WARN in case we spot it. Signed-off-by: Paulo Zanoni Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed