Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1998f08 authored by Mark Yao's avatar Mark Yao
Browse files

drm/rockchip: vop: Default enable win2/3 area0 bit



Win2/3 support multiple area function, but we haven't found
a suitable way to use it yet, so let's just use them as other windows
with only area 0 enabled.

Signed-off-by: default avatarMark Yao <mark.yao@rock-chips.com>
parent 84c7f8ca
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -279,6 +279,12 @@ static const struct vop_reg_data vop_init_reg_table[] = {
	{DSP_CTRL0, 0x00000000},
	{WIN0_CTRL0, 0x00000080},
	{WIN1_CTRL0, 0x00000080},
	/* TODO: Win2/3 support multiple area function, but we haven't found
	 * a suitable way to use it yet, so let's just use them as other windows
	 * with only area 0 enabled.
	 */
	{WIN2_CTRL0, 0x00000010},
	{WIN3_CTRL0, 0x00000010},
};

/*