Lines Matching full:plane_id
437 ovr->plane_id, ovr->crtc_id, ovr->fb_id,
708 uint32_t plane_id; /* the id of plane to use */
963 uint32_t plane_id;
987 plane_id = p->plane_id;
994 if (plane_id && plane_id != ovr->plane_id)
1001 plane_id = ovr->plane_id;
1013 p->w, p->h, p->format_str, plane_id);
1041 if (drmModeSetPlane(dev->fd, plane_id, crtc->crtc->crtc_id, p->fb_id,
1374 plane->plane_id = strtoul(p, &end, 10);
1450 fprintf(stderr, "\t-P <plane_id>@<crtc_id>:<w>x<h>[+<x>+<y>][*<scale>][@<format>]\tset a plane\n");