Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 050958b9 authored by Mythri P K's avatar Mythri P K Committed by Tomi Valkeinen
Browse files

OMAPDSS: HDMI: Move the comments in avi infoframe



Move the comments in AVI infoframe structure above each parameter
to align with other comments in the header file.

Signed-off-by: default avatarMythri P K <mythripk@ti.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 562a0606
Loading
Loading
Loading
Loading
+17 −17
Original line number Diff line number Diff line
@@ -455,40 +455,40 @@ struct hdmi_core_video_config {
 * details about infoframe databytes
 */
struct hdmi_core_infoframe_avi {
	u8	db1_format;
	/* Y0, Y1 rgb,yCbCr */
	u8	db1_active_info;
	u8	db1_format;
	/* A0  Active information Present */
	u8	db1_bar_info_dv;
	u8	db1_active_info;
	/* B0, B1 Bar info data valid */
	u8	db1_scan_info;
	u8	db1_bar_info_dv;
	/* S0, S1 scan information */
	u8	db2_colorimetry;
	u8	db1_scan_info;
	/* C0, C1 colorimetry */
	u8	db2_aspect_ratio;
	u8	db2_colorimetry;
	/* M0, M1 Aspect ratio (4:3, 16:9) */
	u8	db2_active_fmt_ar;
	u8	db2_aspect_ratio;
	/* R0...R3 Active format aspect ratio */
	u8	db3_itc;
	u8	db2_active_fmt_ar;
	/* ITC IT content. */
	u8	db3_ec;
	u8	db3_itc;
	/* EC0, EC1, EC2 Extended colorimetry */
	u8	db3_q_range;
	u8	db3_ec;
	/* Q1, Q0 Quantization range */
	u8	db3_nup_scaling;
	u8	db3_q_range;
	/* SC1, SC0 Non-uniform picture scaling */
	u8	db4_videocode;
	u8	db3_nup_scaling;
	/* VIC0..6 Video format identification */
	u8	db5_pixel_repeat;
	u8	db4_videocode;
	/* PR0..PR3 Pixel repetition factor */
	u16	db6_7_line_eoftop;
	u8	db5_pixel_repeat;
	/* Line number end of top bar */
	u16	db8_9_line_sofbottom;
	u16	db6_7_line_eoftop;
	/* Line number start of bottom bar */
	u16	db10_11_pixel_eofleft;
	u16	db8_9_line_sofbottom;
	/* Pixel number end of left bar */
	u16	db12_13_pixel_sofright;
	u16	db10_11_pixel_eofleft;
	/* Pixel number start of right bar */
	u16	db12_13_pixel_sofright;
};
/*
 * Refer to section 8.2 in HDMI 1.3 specification for