Re: [PATCH] drm/rockchip: vop: call vop_cfg_done() under reg_lock

2020-05-17 Thread Emil Velikov
On Wed, 6 May 2020 at 02:32, Sandy Huang wrote: > > Hi Emil Velikov, > > 在 2020/5/5 下午11:16, Emil Velikov 写道: > > From: Emil Velikov > > > > The function vop_cfg_done() is a simple VOP_REG_SET(). As such it should > > be done under a reg_lock. A quick look through the driver shows that all > >

Re: [PATCH] drm/rockchip: vop: call vop_cfg_done() under reg_lock

2020-05-06 Thread Sandy Huang
Hi Emil Velikov, 在 2020/5/5 下午11:16, Emil Velikov 写道: From: Emil Velikov The function vop_cfg_done() is a simple VOP_REG_SET(). As such it should be done under a reg_lock. A quick look through the driver shows that all other instances (apart from driver init) have the lock. Do the same here

[PATCH] drm/rockchip: vop: call vop_cfg_done() under reg_lock

2020-05-05 Thread Emil Velikov
From: Emil Velikov The function vop_cfg_done() is a simple VOP_REG_SET(). As such it should be done under a reg_lock. A quick look through the driver shows that all other instances (apart from driver init) have the lock. Do the same here Cc: Sandy Huang Cc: Heiko Stübner Signed-off-by: Emil