Searched defs:hdmi_video_format (Results 1 – 2 of 2) sorted by relevance
176 struct hdmi_video_format { struct177 enum hdmi_packing_mode packing_mode;178 u32 y_res; /* Line per panel */179 u32 x_res; /* pixel per line */
1159 u8 hdmi_video_format; in hdmi_vendor_any_infoframe_unpack() local