[COMMON] g2d: add extra information for debug
authorhyesoo.yu <hyesoo.yu@samsung.com>
Mon, 25 Sep 2017 00:12:30 +0000 (09:12 +0900)
committerSeungchul Kim <sc377.kim@samsung.com>
Mon, 28 May 2018 05:27:48 +0000 (14:27 +0900)
commit2cb1de1151f2737a54c8563258ee7761fc30e97a
treeea17ad0ef39ee435a0c391546afc9121a4b926e7
parent226905d42b558e73472f820432a82017e4c0f902
[COMMON] g2d: add extra information for debug

First, we add the time from user request to H/W start,
and from H/W start to H/W finishing.
Second, we record H/W status on error interrupt or H/W
timeout without exception.
Third, we record whether the task has compressed format
or not when acquire fence timeout happens due to possibility
to read without writing all.

Change-Id: Idd0b274f23f6221af1e652482f23957d7931bf4e
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_fence.c
drivers/gpu/exynos/g2d/g2d_task.c
drivers/gpu/exynos/g2d/g2d_uapi_process.c