Lines Matching refs:vop2_win
142 struct vop2_win { struct
174 struct vop2_win *primary_plane; argument
216 struct vop2_win win[];
224 static struct vop2_win *to_vop2_win(struct drm_plane *p) in to_vop2_win()
226 return container_of(p, struct vop2_win, base); in to_vop2_win()
258 static void vop2_win_write(const struct vop2_win *win, unsigned int reg, u32 v) in vop2_win_write()
263 static bool vop2_cluster_window(const struct vop2_win *win) in vop2_cluster_window()
276 static void vop2_win_disable(struct vop2_win *win) in vop2_win_disable()
460 struct vop2_win *win = to_vop2_win(plane); in rockchip_vop2_mod_supported()
563 static int vop2_get_cluster_lb_mode(struct vop2_win *win, in vop2_get_cluster_lb_mode()
603 static void vop2_setup_scale(struct vop2 *vop2, const struct vop2_win *win, in vop2_setup_scale()
753 struct vop2_win *win, in vop2_setup_csc_mode()
1004 struct vop2_win *win = to_vop2_win(plane); in vop2_plane_atomic_disable()
1026 struct vop2_win *win = to_vop2_win(plane); in vop2_plane_setup_color_key()
1073 struct vop2_win *win = to_vop2_win(plane); in vop2_plane_atomic_update()
1727 static void vop2_setup_cluster_alpha(struct vop2 *vop2, struct vop2_win *main_win) in vop2_setup_cluster_alpha()
1783 struct vop2_win *win = to_vop2_win(plane); in vop2_setup_alpha()
1799 struct vop2_win *win = to_vop2_win(plane); in vop2_setup_alpha()
1930 struct vop2_win *win = to_vop2_win(plane); in vop2_setup_layer_mixer()
1979 struct vop2_win *win; in vop2_setup_dly_for_windows()
2027 struct vop2_win *win = to_vop2_win(plane); in vop2_crtc_atomic_begin()
2196 static int vop2_plane_init(struct vop2 *vop2, struct vop2_win *win, in vop2_plane_init()
2298 struct vop2_win *win = &vop2->win[i]; in vop2_create_crtc()
2449 static int vop2_cluster_init(struct vop2_win *win) in vop2_cluster_init()
2533 static int vop2_esmart_init(struct vop2_win *win) in vop2_esmart_init()
2560 struct vop2_win *win; in vop2_win_init()