From: Sonika Jindal Date: Thu, 7 May 2015 08:29:28 +0000 (+0530) Subject: drm/i915: Sink rate read should be saved in deca-kHz X-Git-Tag: omap-for-v4.2/omap1-v2~7^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af77b9741300616e7d04264d0ee7ac9f8abb448f;p=pandora-kernel.git drm/i915: Sink rate read should be saved in deca-kHz The sink rate read from supported link rate table is in KHz as per spec while in drm, the saved clock is in deca-KHz. So divide the link rate by 10 before storing. Reading of rates was added by: commit fc0f8e25318f ("drm/i915/skl: Read sink supported rates from edp panel") Cc: Ville Syrjälä Signed-off-by: Sonika Jindal Reviewed-by: Ville Syrjälä Signed-off-by: Jani Nikula --- Reading git-diff-tree failed