Re: [PATCH v6 1/7] drm/rockchip: vop: initialize registers directly

From: Heiko Stuebner
Date: Wed Jul 26 2017 - 18:44:29 EST


Am Mittwoch, 26. Juli 2017, 14:19:05 CEST schrieb Mark Yao:
> At present we are using init_table to initialize some
> registers, but the Register init table use un-document define,
> it is unreadable, and sometimes we only want to update tiny
> bits, init table method is not friendly, it's diffcult to
> reuse for difference chips.
>
> To make it clean, initialize registers directly, and drops
> init_table mechanism out.
>
> Signed-off-by: Mark Yao <mark.yao@xxxxxxxxxxxxxx>

on rk3036 and rk3288
Tested-by: Heiko Stuebner <heiko@xxxxxxxxx>


Heiko