Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c62 #define to_vop_win(x) container_of(x, struct vop_win, base)
71 struct vop_win { struct
121 struct vop_win win[];
532 static struct drm_framebuffer *vop_win_last_pending_fb(struct vop_win *vop_win) in vop_win_last_pending_fb() argument
535 struct vop_win_state *active = vop_win->active; in vop_win_last_pending_fb()
537 if (list_empty(&vop_win->pending)) in vop_win_last_pending_fb()
540 last = list_last_entry(&vop_win->pending, struct vop_win_state, head); in vop_win_last_pending_fb()
547 static int vop_win_queue_fb(struct vop_win *vop_win, in vop_win_queue_fb() argument
561 list_add_tail(&state->head, &vop_win->pending); in vop_win_queue_fb()
575 struct vop_win *vop_win = to_vop_win(plane); in vop_update_plane_event() local
[all …]