From: Daniel Vetter Date: Thu, 22 Jan 2015 15:36:23 +0000 (+0100) Subject: drm/atomic-helpers: Recover full cursor plane behaviour X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~24^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f02ad907cd9e7fe3a6405d2d005840912f1ed258;p=pandora-kernel.git drm/atomic-helpers: Recover full cursor plane behaviour Cursor plane updates have historically been fully async and mutliple updates batched together for the next vsync. And userspace relies upon that. Since implementing a full queue of async atomic updates is a bit of work lets just recover the cursor specific behaviour with a hint flag and some hacks to drop the vblank wait. v2: Fix kerneldoc, reported by Wu Fengguang. Reviewed-by: Thierry Reding Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed