Re: [Intel-gfx] [PATCH 17/31] drm/i915: WARN on lack of shared dpll

2013-06-12 Thread Damien Lespiau
On Wed, Jun 05, 2013 at 01:34:19PM +0200, Daniel Vetter wrote: > Now that we have proper hw state reconstruction we should never have a > case where we don't have the software dpll state properly set up. So > add WARNs to the respective !pll cases in enable/disabel_shared_dpll. > > Signed-off-by:

[Intel-gfx] [PATCH 17/31] drm/i915: WARN on lack of shared dpll

2013-06-05 Thread Daniel Vetter
Now that we have proper hw state reconstruction we should never have a case where we don't have the software dpll state properly set up. So add WARNs to the respective !pll cases in enable/disabel_shared_dpll. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.c | 4 ++-- 1 file