Searched defs:hdmi_video_format (Results 1 – 3 of 3) sorted by relevance
166 struct hdmi_video_format { struct167 enum hdmi_packing_mode packing_mode;168 u32 y_res; /* Line per panel */169 u32 x_res; /* pixel per line */
170 struct hdmi_video_format { struct171 enum hdmi_packing_mode packing_mode;172 u32 y_res; /* Line per panel */173 u32 x_res; /* pixel per line */
1710 u8 hdmi_video_format; in hdmi_vendor_any_infoframe_unpack() local