From: YoungJun Cho Date: Wed, 13 Mar 2013 07:44:37 +0000 (+0900) Subject: drm/exynos: Fix G2D core malfunctioning issue X-Git-Tag: v3.9-rc5~34^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ad018140cc9c0e3388243e524f8410e5f174658;p=pandora-kernel.git drm/exynos: Fix G2D core malfunctioning issue This patch fixes G2D core malfunctioning issue once g2d dma is started. Without 'DMA_HOLD_CMD_REG' register setting, there is only one interrupt after the execution to all command lists have been completed. And that induces watchdog. So this patch sets 'LIST_HOLD' command to the register so that command execution interrupt can be occured whenever each command list execution is finished. Changelog v2: - Consider for interrupt setup to each command list and all command lists And correct typo. Signed-off-by: YoungJun Cho Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed