Initialization of the regster at 0x30 guarantees G2D working correctly
on both of Exynos9810 and Exynos9820. On the other hand, initialzing
the register at 0x34 effects nothing.
Change-Id: I015ce6f7e873e10527d02a318010d004c66e2ed3
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
enum {
TASK_REG_SOFT_RESET,
- TASK_REG_LAYER_SECURE,
+ TASK_REG_SECURE_MODE,
TASK_REG_LAYER_UPDATE,
TASK_REG_COUNT
*/
static struct g2d_reg g2d_setup_commands[TASK_REG_COUNT] = {
{G2D_SOFT_RESET_REG, 0x00000004}, /* CoreSFRClear */
- {G2D_SECURE_LAYER_REG, 0x00000000},
+ {G2D_SECURE_MODE_REG, 0x00000000},
{G2D_LAYER_UPDATE_REG, 0x00000000},
};