From: Anatolij Gustschin Date: Tue, 13 Mar 2012 13:13:04 +0000 (+0100) Subject: fbdev: da8xx:: fix reporting of the display timing info X-Git-Tag: v3.4-rc1~125^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=084e104bd8e03e1f8e10ae73944de497f4f427b5;p=pandora-kernel.git fbdev: da8xx:: fix reporting of the display timing info Timing info is not properly reported by the driver, e.g.: $ fbset -i mode "480x272-35" # D: 7.895 MHz, H: 12.165 kHz, V: 35.158 Hz geometry 480 272 480 544 16 timings 126666 64 64 32 32 41 10 According to the timing values defined for LK043T1DG01 display it should be reported as: mode "480x272-53" # D: 7.895 MHz, H: 15.038 kHz, V: 52.579 Hz geometry 480 272 480 544 16 timings 126666 2 2 2 2 41 10 Initialize additional fb_var_screeninfo fields so fix this problem. Signed-off-by: Anatolij Gustschin Cc: Manjunathappa, Prakash Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed