Home
last modified time | relevance | path

Searched defs:hdmi_video_format (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi.h166 struct hdmi_video_format { struct
167 enum hdmi_packing_mode packing_mode;
168 u32 y_res; /* Line per panel */
169 u32 x_res; /* pixel per line */
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
Dhdmi.h170 struct hdmi_video_format { struct
171 enum hdmi_packing_mode packing_mode;
172 u32 y_res; /* Line per panel */
173 u32 x_res; /* pixel per line */
/kernel/linux/linux-5.10/drivers/video/
Dhdmi.c1710 u8 hdmi_video_format; in hdmi_vendor_any_infoframe_unpack() local