From: Thomas Gleixner Date: Wed, 16 Jul 2014 21:04:26 +0000 (+0000) Subject: drm: Use ktime_mono_to_real() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~152^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2cb58c85ce4789caafa66fa8f1c641ab2504ead;p=pandora-kernel.git drm: Use ktime_mono_to_real() Convert the monotonic timestamp with ktime_mono_to_real() in drm_calc_vbltimestamp_from_scanoutpos(). In get_drm_timestamp we can call either ktime_get() or ktime_get_real() depending on drm_timestamp_monotonic. No point in having two calls into the core for CLOCK_REALTIME. Signed-off-by: Thomas Gleixner Signed-off-by: John Stultz --- Reading git-diff-tree failed