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

2017-07-26 Thread Heiko Stuebner
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

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

2017-07-25 Thread 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 regist