Lines Matching refs:vop2_win

140 struct vop2_win {  struct
171 struct vop2_win *primary_plane; argument
220 struct vop2_win win[];
247 static struct vop2_win *to_vop2_win(struct drm_plane *p) in to_vop2_win()
249 return container_of(p, struct vop2_win, base); in to_vop2_win()
281 static void vop2_win_write(const struct vop2_win *win, unsigned int reg, u32 v) in vop2_win_write()
286 static bool vop2_cluster_window(const struct vop2_win *win) in vop2_cluster_window()
310 static void vop2_win_disable(struct vop2_win *win) in vop2_win_disable()
547 struct vop2_win *win = to_vop2_win(plane); in rockchip_vop2_mod_supported()
662 static int vop2_get_cluster_lb_mode(struct vop2_win *win, in vop2_get_cluster_lb_mode()
702 static void vop2_setup_scale(struct vop2 *vop2, const struct vop2_win *win, in vop2_setup_scale()
854 struct vop2_win *win, in vop2_setup_csc_mode()
1130 struct vop2_win *win = to_vop2_win(plane); in vop2_plane_atomic_disable()
1152 struct vop2_win *win = to_vop2_win(plane); in vop2_plane_setup_color_key()
1199 struct vop2_win *win = to_vop2_win(plane); in vop2_plane_atomic_update()
2160 static void vop2_setup_cluster_alpha(struct vop2 *vop2, struct vop2_win *main_win) in vop2_setup_cluster_alpha()
2216 struct vop2_win *win = to_vop2_win(plane); in vop2_setup_alpha()
2232 struct vop2_win *win = to_vop2_win(plane); in vop2_setup_alpha()
2357 struct vop2_win *win = to_vop2_win(plane); in vop2_setup_layer_mixer()
2421 struct vop2_win *win; in vop2_setup_dly_for_windows()
2469 struct vop2_win *win = to_vop2_win(plane); in vop2_crtc_atomic_begin()
2637 static int vop2_plane_init(struct vop2 *vop2, struct vop2_win *win, in vop2_plane_init()
2736 struct vop2_win *win = &vop2->win[i]; in vop2_create_crtcs()
2916 static int vop2_cluster_init(struct vop2_win *win) in vop2_cluster_init()
3000 static int vop2_esmart_init(struct vop2_win *win) in vop2_esmart_init()
3027 struct vop2_win *win; in vop2_win_init()