msm: mdss: hdmi: set the output format to RGB888

Set the HDMI panel's output format to RGB888 when the panel is
registered during probe time. This is the default configuration
for HDMI panels until there is a request from the framework to
change the output after connecting to a sink that supports an
alternative format e.g. YUV420.

CRs-Fixed: 1008555
Change-Id: Ic7c68c0025231208215c02e406044857eb2ebe04
Signed-off-by: Tatenda Chipeperekwa <tatendac@codeaurora.org>
This commit is contained in:
Tatenda Chipeperekwa 2016-05-10 11:11:19 -07:00 committed by Harsh Sahu
parent d0a0f24144
commit c0c3313cac

View file

@ -2111,6 +2111,7 @@ static int hdmi_tx_init_panel_info(struct hdmi_tx_ctrl *hdmi_ctrl)
pinfo->type = DTV_PANEL;
pinfo->pdest = DISPLAY_3;
pinfo->wait_cycle = 0;
pinfo->out_format = MDP_RGB_888;
pinfo->bpp = 24;
pinfo->fb_num = 1;