From: Philipp Zabel
Date: Fri, 21 Jun 2013 08:57:20 +0000 (+0200)
Subject: staging: drm/imx: ipuv3-crtc: immediately update crtc->fb in ipu_page_flip
X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~20
X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f941ae8977bc34b521c976090dfd0ad24fa91f9;p=pandora-kernel.git
staging: drm/imx: ipuv3-crtc: immediately update crtc->fb in ipu_page_flip
Since commit 8cf1e9811471f2910fa38dc1b28e1789080ba961
("drm: Add consistency check for page-flipping") drm_mode_page_flip_ioctl
contains a WARN_ON that triggers if the .page_flip callback didn't update
the crtc->fb pointer to the new framebuffer immediately.
Signed-off-by: Philipp Zabel
Acked-by: Sascha Hauer
Signed-off-by: Greg Kroah-Hartman
---
Reading git-diff-tree failed