[COMMON] g2d: split the dump function
authorhyesoo.yu <hyesoo.yu@samsung.com>
Wed, 1 Nov 2017 05:27:21 +0000 (14:27 +0900)
committerSeungchul Kim <sc377.kim@samsung.com>
Mon, 28 May 2018 05:27:53 +0000 (14:27 +0900)
commitd9c6633e6c3e90fb869bd06cb05ef63cecc671b0
tree9c2cbe86db18ed64e2000cce69f817acd0429b47
parent83c0018992d1ff29f3e9714192490d74d3541280
[COMMON] g2d: split the dump function

In an abnormal state, there may not be any task to run
even in mmu fault and error interrupt state, and
this case might be accessed to NULL pointer on stamp
function, so split the debugging message function
from stamp function and print more information.

Change-Id: Iadb1838c166cdfa3f4221a4ed30888734ba6303f
Signed-off-by: hyesoo.yu <hyesoo.yu@samsung.com>
drivers/gpu/exynos/g2d/g2d_debug.c
drivers/gpu/exynos/g2d/g2d_debug.h
drivers/gpu/exynos/g2d/g2d_drv.c
drivers/gpu/exynos/g2d/g2d_regs.c