Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Increase pixel clock - If pixel clock is not set correctly it is not …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
Matt Hawk committed Mar 1, 2012
1 parent db2d5a8 commit 4cd39cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-tegra/board-smba1002-gpu.c
Expand Up @@ -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,
Expand Down

1 comment on commit 4cd39cd

@clemsyn
Copy link
Contributor

@clemsyn clemsyn commented on 4cd39cd Mar 4, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great Job...really great job :)

Please sign in to comment.