From 4cd39cde7153440aaff1c0174ae857b194adee06 Mon Sep 17 00:00:00 2001 From: Matt Hawk Date: Thu, 1 Mar 2012 00:05:19 -0500 Subject: [PATCH] Increase pixel clock - If pixel clock is not set correctly it is not divisable by one of the clocks and device limits to around 50FPS. This number allows fps up to the refresh rate of panel. Which is the correct function --- arch/arm/mach-tegra/board-smba1002-gpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/board-smba1002-gpu.c b/arch/arm/mach-tegra/board-smba1002-gpu.c index d53fa3013f2..909a0bd67cb 100755 --- a/arch/arm/mach-tegra/board-smba1002-gpu.c +++ b/arch/arm/mach-tegra/board-smba1002-gpu.c @@ -171,7 +171,7 @@ static int smba1002_hdmi_disable(void) static struct tegra_dc_mode smba1002_panel_modes[] = { { - .pclk = 42430000, + .pclk = 68419300, //42430000, .h_ref_to_sync = 4, .v_ref_to_sync = 2, .h_sync_width = 136,