From: Ville Syrjälä Date: Tue, 11 Mar 2014 10:58:46 +0000 (+0200) Subject: drm/i915: Fix scanline counter fixup on BDW X-Git-Tag: v3.14-rc8~6^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=243026249324b2c958b67ab387fe6813a9836fe0;p=pandora-kernel.git drm/i915: Fix scanline counter fixup on BDW The display interrupts changed on BDW, so the current ILK-HSW specific code in ilk_pipe_in_vblank_locked() doesn't work there. Add the required bits for BDW, and while at it, change the existing code to use nicer looking vblank status bit macros. Also remove the now stale __raw_i915_read16() definition which was left over from the failed gen2 ISR experiment. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73962 Tested-by: Lu Hua Reviewed-by: Mika Kuoppala Signed-off-by: Ville Syrjälä Signed-off-by: Jani Nikula --- Reading git-diff-tree failed