Searched refs:cfg_done (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
H A D | rockchip_vop_reg.c | 159 .cfg_done = VOP_REG_SYNC(RK3036_REG_CFG_DONE, 0x1, 0), 226 .cfg_done = VOP_REG_SYNC(PX30_REG_CFG_DONE, 0x1, 0), 406 .cfg_done = VOP_REG(RK3066_REG_CFG_DONE, 0x1, 0), 506 .cfg_done = VOP_REG(RK3188_REG_CFG_DONE, 0x1, 0), 651 .cfg_done = VOP_REG_SYNC(RK3288_REG_CFG_DONE, 0x1, 0), 1011 .cfg_done = VOP_REG_SYNC(RK3328_REG_CFG_DONE, 0x1, 0),
|
H A D | rockchip_drm_vop.h | 93 struct vop_reg cfg_done; member
|
H A D | rockchip_drm_vop.c | 248 VOP_REG_SET(vop, common, cfg_done, 1); in vop_cfg_done() 1493 * fired before we set the cfg_done bit. To avoid spuriously in vop_crtc_atomic_flush()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | rockchip_vop_reg.c | 174 .cfg_done = VOP_REG_SYNC(RK3036_REG_CFG_DONE, 0x1, 0), 246 .cfg_done = VOP_REG_SYNC(PX30_REG_CFG_DONE, 0x1, 0), 440 .cfg_done = VOP_REG(RK3066_REG_CFG_DONE, 0x1, 0), 548 .cfg_done = VOP_REG(RK3188_REG_CFG_DONE, 0x1, 0), 695 .cfg_done = VOP_REG_SYNC(RK3288_REG_CFG_DONE, 0x1, 0), 907 .cfg_done = VOP_REG_SYNC(RK3399_REG_CFG_DONE, 0x1, 0), 1088 .cfg_done = VOP_REG_SYNC(RK3328_REG_CFG_DONE, 0x1, 0),
|
H A D | rockchip_drm_vop.h | 112 struct vop_reg cfg_done; member
|
H A D | rockchip_drm_vop.c | 247 VOP_REG_SET(vop, common, cfg_done, 1); in vop_cfg_done() 1573 * fired before we set the cfg_done bit. To avoid spuriously in vop_crtc_atomic_flush()
|
Completed in 11 milliseconds