Searched defs:vop2_win_data (Results 1 – 1 of 1) sorted by relevance
125 struct vop2_win_data { struct126 const char *name;127 unsigned int phys_id;129 u32 base;130 enum drm_plane_type type;132 u32 nformats;133 const u32 *formats;134 const uint64_t *format_modifiers;135 const unsigned int supported_rotations;161 const struct vop2_win_data *win; argument