[COMMON] g2d: eliminate unnecessary cache maintenance
authorhyesoo.yu <hyesoo.yu@samsung.com>
Thu, 2 Nov 2017 12:47:44 +0000 (21:47 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:15 +0000 (20:22 +0300)
commit7eabf5c34cc7ad8daec861dcf730af21b1f753ec
tree2a56fc5d32b5a9b0b663f476237e25d22269f0e9
parent1cd9ac576c66bc52a7a0636c859d62fe96202cff
[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