Searched refs:vop_win (Results 1 – 1 of 1) sorted by relevance
65 #define to_vop_win(x) container_of(x, struct vop_win, base)74 struct vop_win { struct124 struct vop_win win[];754 static struct drm_framebuffer *vop_win_last_pending_fb(struct vop_win *vop_win) in vop_win_last_pending_fb() argument757 struct vop_win_state *active = vop_win->active; in vop_win_last_pending_fb()759 if (list_empty(&vop_win->pending)) in vop_win_last_pending_fb()762 last = list_last_entry(&vop_win->pending, struct vop_win_state, head); in vop_win_last_pending_fb()769 static int vop_win_queue_fb(struct vop_win *vop_win, in vop_win_queue_fb() argument783 list_add_tail(&state->head, &vop_win->pending); in vop_win_queue_fb()797 struct vop_win *vop_win = to_vop_win(plane); in vop_update_plane_event() local[all …]