Re: [Intel-gfx] [PATCH 19/20] drm/i915: Remove usage of encoder-new_crtc from clock computations

2015-03-27 Thread Daniel Vetter
On Fri, Mar 20, 2015 at 04:18:19PM +0200, Ander Conselvan de Oliveira wrote: 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

[Intel-gfx] [PATCH 19/20] drm/i915: Remove usage of encoder-new_crtc from clock computations

2015-03-20 Thread Ander Conselvan de Oliveira
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