Searched defs:igt_pipe (Results 1 – 1 of 1) sorted by relevance
339 struct igt_pipe { struct340 igt_display_t *display;341 enum pipe pipe;343 int n_planes;344 int plane_cursor;345 int plane_primary;346 igt_plane_t *planes;348 uint64_t changed;349 uint32_t props[IGT_NUM_CRTC_PROPS];350 uint64_t values[IGT_NUM_CRTC_PROPS];[all …]