From: Damien Lespiau Date: Fri, 12 Dec 2014 14:26:57 +0000 (+0000) Subject: drm/i915: Consolidate DDI clock reading out in a single function X-Git-Tag: fixes-v4.0-rc1~91^2~43^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22606a18be1af3d703eab873cb2df83b799a683a;p=pandora-kernel.git drm/i915: Consolidate DDI clock reading out in a single function 2 pieces of code need to read out the DDI clock: the DDI encoder and the MST encoder .get_config() vfuncs. Until now the SKL read out code was only in the former, so let's move the pre and post SKL logic in intel_ddi_clock_get() and this this one everywhere. Signed-off-by: Damien Lespiau Reviewed-by: Dave Airlie Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed