Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop2.c1455 struct vop2 { struct
1473 static struct vop2 *rockchip_vop2; argument
1500 static inline bool is_vop3(struct vop2 *vop2) in is_vop3() argument
1502 if (vop2->version == VOP_VERSION_RK3568 || vop2->version == VOP_VERSION_RK3588) in is_vop3()
1636 struct vop2 *vop2 = cstate->private; in vop2_vp_find_attachable_win() local
1643 for (i = 0; i < vop2->data->nr_layers; i++) { in vop2_vp_find_attachable_win()
1644 if (vop2_win_can_attach_to_vp(&vop2->data->win_data[i], vp_id)) in vop2_vp_find_attachable_win()
1648 return vop2->data->win_data[i].phys_id; in vop2_vp_find_attachable_win()
1661 static inline void vop2_writel(struct vop2 *vop2, u32 offset, u32 v) in vop2_writel() argument
1663 writel(v, vop2->regs + offset); in vop2_writel()
[all …]