Ander Conselvan de Oliveira 55bb9992db drm/i915: Remove usage of encoder->new_crtc from clock computations
Some of the crtc_compute_clock() still depended on encoder->new_crtc
since they didn't use intel_pipe_will_have_type() and used an open
coded version of that function instead. This patch replaces those with
the appropriate code that checks the atomic state intead.

Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
[danvet: Separate the if (!connector) continue to facility easier
extraction of a loop iterator for all of these (there's lots more in
i915 and atomic helpers).]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2015-03-27 10:42:35 +01:00
..
2015-03-09 19:58:30 +10:00
2015-03-10 09:59:34 +01:00
2015-03-09 19:58:30 +10:00
2014-11-20 11:30:37 +10:00
2015-02-05 16:21:19 +01:00
2015-03-09 19:58:30 +10:00
2014-12-16 08:56:55 +01:00
2015-01-05 13:54:38 +01:00
2014-12-16 18:44:34 +01:00
2014-12-16 18:44:34 +01:00
2014-09-12 11:19:47 +02:00
2015-03-10 09:59:34 +01:00
2014-11-12 17:56:12 +10:00
2014-09-10 17:43:10 +10:00