From: Stefan Pledl Date: Wed, 29 Jul 2009 08:09:45 +0000 (+0000) Subject: Blackfin: bf548-ezkit: fix incorrect LCD size parameters X-Git-Tag: v2.6.32-rc1~662^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e101ec12e68f25dd769a4b7ecb5e7ead0aae7c0;p=pandora-kernel.git Blackfin: bf548-ezkit: fix incorrect LCD size parameters I think we have to use the physical dimensions [mm] of the display for .width and .heigth in struct bfin_bf54xfb_mach_info bf54x_lq043_data which are copied to fbinfo->var.height/.width in bf54x-lq043fb.c. linux/fb.h describes this values as 'height/weight of picture in mm' Otherwise QT calcs the wrong dpi value and the displayed fonts are very small. Signed-off-by: Stefan Pledl Signed-off-by: Michael Hennerich Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed