Searched defs:vop2_win_data (Results 1 – 1 of 1) sorted by relevance
112 struct vop2_win_data { struct113 const char *name;114 unsigned int phys_id;116 u32 base;117 enum drm_plane_type type;119 u32 nformats;120 const u32 *formats;121 const uint64_t *format_modifiers;122 const unsigned int supported_rotations;149 const struct vop2_win_data *win; argument