Home
last modified time | relevance | path

Searched refs:cfg_done (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop_reg.c172 .cfg_done = VOP_REG(RK3288_REG_CFG_DONE, 0x1, 0),
422 .cfg_done = VOP_REG(RK3328_REG_CFG_DONE, 0x1, 0),
473 .cfg_done = VOP_REG(RK3036_REG_CFG_DONE, 0x1, 0),
567 .cfg_done = VOP_REG(RK3366_LIT_REG_CFG_DONE, 0x1, 0),
668 .cfg_done = VOP_REG(RK3366_LIT_REG_CFG_DONE, 0x1, 0),
783 .cfg_done = VOP_REG(RK3366_LIT_REG_CFG_DONE, 0x1, 0),
856 .cfg_done = VOP_REG(RK3366_LIT_REG_CFG_DONE, 0x1, 0),
H A Drockchip_vop.h373 struct vop_reg cfg_done; member
528 VOP_CTRL_SET(vop, cfg_done, 1); in vop_cfg_done()
H A Drockchip_vop2.c3573 u32 cfg_done = CFG_DONE_EN | BIT(cstate->crtc_id) | (BIT(cstate->crtc_id) << 16); in rockchip_vop2_send_mcu_cmd() local
3589 vop2_writel(vop2, RK3568_REG_CFG_DONE, cfg_done); in rockchip_vop2_send_mcu_cmd()
4166 u32 cfg_done = CFG_DONE_EN | BIT(cstate->crtc_id) | (BIT(cstate->crtc_id) << 16); in vop2_set_cluster_win() local
4178 cfg_done = CFG_DONE_EN | BIT(cstate->splice_crtc_id) | (BIT(cstate->splice_crtc_id) << 16); in vop2_set_cluster_win()
4236 vop2_writel(vop2, RK3568_REG_CFG_DONE, cfg_done); in vop2_set_cluster_win()
4259 u32 cfg_done = CFG_DONE_EN | BIT(cstate->crtc_id) | (BIT(cstate->crtc_id) << 16); in vop2_set_smart_win() local
4271 cfg_done = CFG_DONE_EN | BIT(cstate->splice_crtc_id) | (BIT(cstate->splice_crtc_id) << 16); in vop2_set_smart_win()
4340 vop2_writel(vop2, RK3568_REG_CFG_DONE, cfg_done); in vop2_set_smart_win()
4481 u32 cfg_done = CFG_DONE_EN | BIT(cstate->crtc_id) | (BIT(cstate->crtc_id) << 16); in rockchip_vop2_enable() local
4487 cfg_done |= BIT(cstate->splice_crtc_id) | (BIT(cstate->splice_crtc_id) << 16); in rockchip_vop2_enable()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_vop_reg.c354 .cfg_done = VOP_REG(RK3288_REG_CFG_DONE, 0x1, 0),
1122 .cfg_done = VOP_REG(RK3328_REG_CFG_DONE, 0x1, 0),
1284 .cfg_done = VOP_REG(RK3036_REG_CFG_DONE, 0x1, 0),
1392 .cfg_done = VOP_REG(RK3066_REG_CFG_DONE, 0x1, 0),
1577 .cfg_done = VOP_REG(RK3366_LIT_REG_CFG_DONE, 0x1, 0),
1717 .cfg_done = VOP_REG(RK3366_LIT_REG_CFG_DONE, 0x1, 0),
1829 .cfg_done = VOP_REG(RK3366_LIT_REG_CFG_DONE, 0x1, 0),
1919 .cfg_done = VOP_REG(RK3366_LIT_REG_CFG_DONE, 0x1, 0),
H A Drockchip_vop2_reg.c775 .cfg_done = VOP_REG(RK3568_REG_CFG_DONE, 0x1, 0),
853 .cfg_done = VOP_REG(RK3568_REG_CFG_DONE, 0x1, 1),
969 .cfg_done = VOP_REG(RK3568_REG_CFG_DONE, 0x1, 0),
1057 .cfg_done = VOP_REG(RK3568_REG_CFG_DONE, 0x1, 0),
1144 .cfg_done = VOP_REG(RK3568_REG_CFG_DONE, 0x1, 1),
1198 .cfg_done = VOP_REG(RK3568_REG_CFG_DONE, 0x1, 2),
1288 .cfg_done = VOP_REG(RK3568_REG_CFG_DONE, 0x1, 0),
1391 .cfg_done = VOP_REG(RK3568_REG_CFG_DONE, 0x1, 1),
1487 .cfg_done = VOP_REG(RK3568_REG_CFG_DONE, 0x1, 2),
1554 .cfg_done = VOP_REG(RK3568_REG_CFG_DONE, 0x1, 3),
H A Drockchip_drm_vop.h402 struct vop_reg cfg_done; member
780 struct vop_reg cfg_done; member
1299 struct vop_reg cfg_done; member
H A Drockchip_drm_vop.c516 VOP_CTRL_SET(vop, cfg_done, 1); in vop_cfg_done()