Searched refs:cfg_done (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/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), 441 .cfg_done = VOP_REG(RK3066_REG_CFG_DONE, 0x1, 0), 550 .cfg_done = VOP_REG(RK3188_REG_CFG_DONE, 0x1, 0), 697 .cfg_done = VOP_REG_SYNC(RK3288_REG_CFG_DONE, 0x1, 0), 909 .cfg_done = VOP_REG_SYNC(RK3399_REG_CFG_DONE, 0x1, 0), 1090 .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()
|