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:
parent
d0a0f24144
commit
c0c3313cac
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue