diff options
author | Gaurav Sarode <gsarode@nvidia.com> | 2011-02-25 18:01:07 -0800 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-03-02 17:26:54 -0800 |
commit | de6151a94d91c1adbc3319367e5923a6614acb8e (patch) | |
tree | 4a57861d6197bd740121d1c93cbc92be2c348c4b | |
parent | 62ca513220bb57d4c37fe30c5dbc3a62d39f338e (diff) |
ventana: Changing bits per pixel to 32.
Updated bits per pixel for ventana to 32.
Fixed bug 796836
Change-Id: I2fd67b2ec5b7b9331ce56c6e66f1f6238ae24a2e
Reviewed-on: http://git-master/r/21263
Tested-by: Gaurav Sarode <gsarode@nvidia.com>
Reviewed-by: Peter Zu <pzu@nvidia.com>
Reviewed-by: Shail Dave <sdave@nvidia.com>
-rw-r--r-- | arch/arm/mach-tegra/board-ventana-panel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-ventana-panel.c b/arch/arm/mach-tegra/board-ventana-panel.c index 0ec0e89d456e..267e27e3d3ec 100644 --- a/arch/arm/mach-tegra/board-ventana-panel.c +++ b/arch/arm/mach-tegra/board-ventana-panel.c @@ -204,14 +204,14 @@ static struct tegra_fb_data ventana_fb_data = { .win = 0, .xres = 1366, .yres = 768, - .bits_per_pixel = 16, + .bits_per_pixel = 32, }; static struct tegra_fb_data ventana_hdmi_fb_data = { .win = 0, .xres = 1366, .yres = 768, - .bits_per_pixel = 16, + .bits_per_pixel = 32, }; static struct tegra_dc_out ventana_disp1_out = { |