From: Gustavo Padovan Date: Sat, 15 Aug 2015 16:26:16 +0000 (-0300) Subject: drm/exynos: fimd: only finish update if START == START_S X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~6^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb11b3f18957f90f8adeb95adf694f52581416b3;p=pandora-kernel.git drm/exynos: fimd: only finish update if START == START_S fimd_update_plane() programs BUF_START[win] and during the update BUF_START[win] is copied to BUF_START_S[win] (its shadow register) and starts scanning out, then it raises a irq. The fimd_irq_handler, in the case we have a pending_fb, will check the fb value was copied to START_S register and finish the update in case of success. Based on patch from Daniel Kurtz Signed-off-by: Gustavo Padovan Signed-off-by: Inki Dae --- Reading git-diff-tree failed