Searched defs:hdmi_video_format (Results 1 – 3 of 3) sorted by relevance
177 struct hdmi_video_format { struct178 enum hdmi_packing_mode packing_mode;179 u32 y_res; /* Line per panel */180 u32 x_res; /* pixel per line */
180 struct hdmi_video_format { struct181 enum hdmi_packing_mode packing_mode;182 u32 y_res; /* Line per panel */183 u32 x_res; /* pixel per line */
1171 u8 hdmi_video_format; in hdmi_vendor_any_infoframe_unpack() local