[COMMON] g2d: eliminate unnecessary cache maintenance
authorhyesoo.yu <hyesoo.yu@samsung.com>
Thu, 2 Nov 2017 12:47:44 +0000 (21:47 +0900)
committerSeungchul Kim <sc377.kim@samsung.com>
Mon, 28 May 2018 05:27:53 +0000 (14:27 +0900)
commit357bb212af1d2216f932f8c8b16a6ef5262eff5c
tree5911a8ce3b01c89508875bf6b58c31a612784a06
parentd9c6633e6c3e90fb869bd06cb05ef63cecc671b0
[COMMON] g2d: eliminate unnecessary cache maintenance

The g2d execute cache maintencance only for the cachable
buffer that is accessed by GPU if device is coherent,
so condition check for cache maintenance is fixed.

Change-Id: I9b8fa16cddcd12c00ed95fc08e4d4e179411938e
Signed-off-by: hyesoo.yu <hyesoo.yu@samsung.com>
drivers/gpu/exynos/g2d/g2d_uapi_process.c