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

From: jeffy
Date: Thu Jul 27 2017 - 04:31:45 EST


Hi mark,

On 07/26/2017 02:19 PM, Mark yao wrote:
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>
Tested-by: Heiko Stuebner<heiko@xxxxxxxxx>

Reviewed-by: Jeffy Chen <jeffy.chen@xxxxxxxxxxxxxx>