bfb55c7b74
- 90-android.rules -> 90-android-touch-dev.rules - reduce_lzo_compression.patch -> 02_reduce_lzo_compression.patch - mdss_fb_refresh_rate.patch -> 02_mdss_fb_refresh_rate.patch - aeea3592a13bf12861943e44fc48f1f270941f8d.patch -> 00_fix_return_address.patch - gpu-msm-fix-gcc5-compile.patch -> 02_gpu-msm-fix-gcc5-compile.patch - udev-hack.sh -> udev-v4l-hack.sh - Separate udev-v4l-hack.sh from profile.sh
13 lines
585 B
Diff
13 lines
585 B
Diff
diff --git a/drivers/video/msm/mdss/mdss_fb.c b/drivers/video/msm/mdss/mdss_fb.c
|
|
index b37fd1e07ac1..1f091a261d22 100644
|
|
--- a/drivers/video/msm/mdss/mdss_fb.c
|
|
+++ b/drivers/video/msm/mdss/mdss_fb.c
|
|
@@ -2668,7 +2668,7 @@ static int mdss_fb_register(struct msm_fb_data_type *mfd)
|
|
var->left_margin = panel_info->lcdc.h_back_porch;
|
|
var->right_margin = panel_info->lcdc.h_front_porch;
|
|
var->hsync_len = panel_info->lcdc.h_pulse_width;
|
|
- var->pixclock = panel_info->clk_rate / 1000;
|
|
+ var->pixclock = 1000000 / 60;
|
|
|
|
/*
|
|
* Store the cont splash state in the var reserved[3] field.
|