From: Guennadi Liakhovetski Date: Fri, 7 Jan 2011 11:57:55 +0000 (+0000) Subject: fbdev: sh_mobile_hdmi: add command line option to use the preferred EDID mode X-Git-Tag: v2.6.38-rc1~235^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7321d6f88e1f962d605923a93f9c255e4d0b8c9;p=pandora-kernel.git fbdev: sh_mobile_hdmi: add command line option to use the preferred EDID mode Currently, if no command-line option is specified, the sh_mobile_hdmi will use the default 720p video mode. If a command line option of the form "video=sh_mobile_lcdc:x@" is provided, the driver will look for that mode among those, available in the monitor EDID. This patch adds the ability to request the driver to use monitor's preferred mode by specifying 0 as width and hight in the above string. If that mode is not supported by the system, the driver will continue scanning through EDID modes, until it finds a suitable one. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Paul Mundt --- Reading git-diff-tree failed