From: Sonika Jindal Date: Wed, 25 Feb 2015 04:59:11 +0000 (+0530) Subject: drm/i915/skl: Support for edp low_vswing param in vbt X-Git-Tag: omap-for-v4.1/fixes-rc1~82^2~33^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a57f5bb717f9f171c7c18edabc4682fde3f67f3;p=pandora-kernel.git drm/i915/skl: Support for edp low_vswing param in vbt v2: Adding VBT version check for low_vswing field, and correcting parsing v3: (Damien) - Restrain the scope of the 'vswing' variable - Use the more idiomatic "ev_priv->vbt.edp_low_vswing = vswing == 0;" instead of if (foo) var = true; else var = false; - Shorten edp_vswing_premph_setting to edp_vswing_premph to fit in 80 chars - Add the version from which the edp_vswing_premph field is valid in the struct definition Reviewed-by: Satheeshakrishna M (v2) Signed-off-by: Sonika Jindal Signed-off-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed