diff options
| author | Deva Ramasubramanian <dramasub@codeaurora.org> | 2012-07-26 17:32:40 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:11:52 -0700 |
| commit | 2e5c4586443259c2324e275ea1a56e9670cc311c (patch) | |
| tree | 6fa43f0e02c094f353635d570bf770db7df686c8 /drivers | |
| parent | 296596d7288322e7038c679dd8971a69872666a9 (diff) | |
msm: mdss: Use YCrCb 420 as the output format for writeback
Use YCrCb 420 (NV12) as the output format for writeback. For Wifi Display
use case, NV12 is required as the encoder requires this as the output
format.
Change-Id: Ica8851073476b9c05f3b5b41232803c2d71f7a3e
Signed-off-by: Deva Ramasubramanian <dramasub@codeaurora.org>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_wb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/msm/mdss_wb.c b/drivers/video/fbdev/msm/mdss_wb.c index 05406f48a025..9f4c2a1411ae 100644 --- a/drivers/video/fbdev/msm/mdss_wb.c +++ b/drivers/video/fbdev/msm/mdss_wb.c @@ -74,7 +74,7 @@ static int mdss_wb_probe(struct platform_device *pdev) pdata->panel_info.type = WRITEBACK_PANEL; pdata->panel_info.clk_rate = 74250000; pdata->panel_info.pdest = DISPLAY_3; - pdata->panel_info.out_format = MDP_RGB_888; + pdata->panel_info.out_format = MDP_Y_CBCR_H2V2; pdata->on = mdss_wb_on; pdata->off = mdss_wb_off; |
