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

Commit 26e20f42 authored by Tatenda Chipeperekwa's avatar Tatenda Chipeperekwa
Browse files

msm: mdss: hdmi: Remove redundant update of output format



Remove a redundant update of the output format when setting up
the AVI Infoframe content.

Change-Id: I065b310272c4b32dc9fafdd6e2d386cfa1952eac
Signed-off-by: default avatarTatenda Chipeperekwa <tatendac@codeaurora.org>
parent 3fa5fcfd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1507,8 +1507,6 @@ static int hdmi_tx_set_video_fmt(struct hdmi_tx_ctrl *hdmi_ctrl,
				hdmi_ctrl->feature_data[HDMI_TX_FEAT_EDID],
				hdmi_ctrl->vid_cfg.vic);

	vid_cfg->avi_iframe.pixel_format = pinfo->out_format;

	vid_cfg->avi_iframe.bar_info.end_of_top_bar = 0x0;
	vid_cfg->avi_iframe.bar_info.start_of_bottom_bar =
					vid_cfg->timing.active_v + 1;