[COMMON] g2d: support secure mode
authorhyesoo.yu <hyesoo.yu@samsung.com>
Wed, 24 May 2017 04:33:58 +0000 (13:33 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:13 +0000 (20:22 +0300)
commit91acf34931d4a2c112e0e0f99aa5dbe3f58b4b67
treed92886dda6f687099784265ea7be5d1b534450a2
parent4a374748bc27e7c11bfd4132208d9a9727a246e3
[COMMON] g2d: support secure mode

Support to blend the secure layer. To access the secure layer,
it must enable secure mode of G2D from secure world,
and command area must be mapped to secure mmu.

When both normal and secure tasks are running at the same time
on H/W queue, confilcts could be occurred by turning on/off
the secure mode, which reads the command area from
secure or normal sysmmu.

So, always turn on the secure mode and map the command to
secure mmu.

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