Searched defs:plane_arg (Results 1 – 1 of 1) sorted by relevance
833 struct plane_arg { struct834 uint32_t plane_id; /* the id of plane to use */835 uint32_t crtc_id; /* the id of CRTC to bind to */836 bool has_position;837 int32_t x, y;838 uint32_t w, h;839 double scale;840 unsigned int fb_id;841 unsigned int old_fb_id;842 struct bo *bo;[all …]