Home
last modified time | relevance | path

Searched defs:plane_arg (Results 1 – 1 of 1) sorted by relevance

/external/libdrm/tests/modetest/
Dmodetest.c833 struct plane_arg { struct
834 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 …]