Home
last modified time | relevance | path

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

/external/libdrm/tests/modetest/
Dmodetest.c841 struct plane_arg { struct
842 uint32_t plane_id; /* the id of plane to use */
843 uint32_t crtc_id; /* the id of CRTC to bind to */
844 bool has_position;
845 int32_t x, y;
846 uint32_t w, h;
847 double scale;
848 unsigned int fb_id;
849 unsigned int old_fb_id;
850 struct bo *bo;
[all …]