From: Rob Clark Date: Fri, 1 Aug 2014 17:08:11 +0000 (-0400) Subject: drm/msm/mdp4: add LVDS panel support X-Git-Tag: fixes-against-v3.18-rc2~73^2~44^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e87599b68e7929a84a32ab65ad17b79a3f271f6;p=pandora-kernel.git drm/msm/mdp4: add LVDS panel support LVDS panel support uses the LCDC (parallel) encoder. Unlike with HDMI, there is not a separate LVDS block, so no need to split things into a bridge+connector. Nor is there is anything re-used with mdp5. Note that there can be some regulators shared between HDMI and LVDS (in particular, on apq8064, ext_3v3p), so we should not use the _exclusive() variants of devm_regulator_get(). The drm_panel framework is used for panel-specific driver. Signed-off-by: Rob Clark --- Reading git-diff-tree failed