From: Daniel Vetter Date: Thu, 14 Feb 2013 15:54:22 +0000 (+0100) Subject: drm/i915: split up fdi_set_m_n into computation and hw setup X-Git-Tag: v3.11-rc1~65^2~131^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca3a0ff80faa7ee043fd615c9d9394757e2acb09;p=pandora-kernel.git drm/i915: split up fdi_set_m_n into computation and hw setup And also move the computed m_n values into the pipe_config. This is a prep step to move the fdi state computation completely into the prepare phase of the modeset sequence. Which will allow us to handle fdi link bw constraints in a better way. Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed