From: Rob Clark Date: Mon, 12 Mar 2012 02:11:22 +0000 (-0500) Subject: staging: drm/omap: use current time for page-flip event X-Git-Tag: v3.4-rc1~186^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7411f9cfe67f5dd54333d2fe7e2a677c42666f99;p=pandora-kernel.git staging: drm/omap: use current time for page-flip event Because we don't have vblank hooked up via drm_irq (which is a bit awkward due to separation between omapdss (which knows the irq #) and omapdrm, for now use gettimeofday to have a semi-sane timestamp in the page-flip event. Otherwise apps like weston drm compositor, which use the timestamp in it's animations, get highly confused. Signed-off-by: Rob Clark Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed