From: Daniel Vetter Date: Tue, 2 Oct 2012 18:10:37 +0000 (+0200) Subject: drm/i915: don't frob the vblank ts in finish_page_flip X-Git-Tag: v3.7-rc1~86^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95cb1b02b0f8e690cbcc479924573b4fb26c2e8f;p=pandora-kernel.git drm/i915: don't frob the vblank ts in finish_page_flip Now that we correctly generate it, this hack is no longer required (and might actually paper over a serious bug). pageflip timestamps are sanity check in the latest version of the flip-test in intel-gpu-tools. v2: Also remove the gettimeofday(&now) which is no longer used. Noticed by Mario Kleiner. Reviewed-by: mario.kleiner@tuebingen.mpg.de Tested-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed