From: Grazvydas Ignotas Date: Sun, 3 May 2009 12:36:09 +0000 (+0300) Subject: DSS2: use 16bpp recommended_bpp, for now X-Git-Tag: Release-2010-05/1~2^2~81 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=81b99b8c46a8eb6cd4bfc43184237e8b9c3dca50 DSS2: use 16bpp recommended_bpp, for now --- diff --git a/drivers/video/omap2/displays/panel-tpo-td043mtea1.c b/drivers/video/omap2/displays/panel-tpo-td043mtea1.c index 4990f2c858dd..059692bc89fe 100644 --- a/drivers/video/omap2/displays/panel-tpo-td043mtea1.c +++ b/drivers/video/omap2/displays/panel-tpo-td043mtea1.c @@ -218,6 +218,9 @@ static struct omap_panel tpo_td043_panel = { .vbp = 34, }, + /* for now, to have SGX working */ + .recommended_bpp = 16, + .config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IHS | OMAP_DSS_LCD_IVS | OMAP_DSS_LCD_IPC, };