]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Remove the SPLL==270Mhz assumption from intel_fdi_link_freq()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 17 Feb 2016 19:41:10 +0000 (21:41 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 1 Mar 2016 11:04:14 +0000 (13:04 +0200)
commit21a727b365f8617e9f57229f55c9712b13ab38a6
tree9e96209d329ed6fcf9f5a509886fdd2ce0fccebb
parente3b247da89f0adb04010f9dad6a3e41ed085d24e
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>
drivers/gpu/drm/i915/intel_display.c