commit | 21a727b365f8617e9f57229f55c9712b13ab38a6 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Feb 17 21:41:10 2016 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Mar 01 13:04:14 2016 +0200 |
tree | 9e96209d329ed6fcf9f5a509886fdd2ce0fccebb | |
parent | e3b247da89f0adb04010f9dad6a3e41ed085d24e [diff] |
drm/i915: Remove the SPLL==270Mhz assumption from intel_fdi_link_freq() Instead of assuming we've correctly set up SPLL to run at 270Mhz for FDI, let's use the port_clock from pipe_config which should be what we want. This would catch problems if someone misconfigures SPLL for whatever reason. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1455738073-14502-4-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Imre Deak <imre.deak@intel.com>