Re: [Intel-gfx] [PATCH 14/31] drm/i915: display pll hw state readout and checking

2013-06-12 Thread Damien Lespiau
On Wed, Jun 12, 2013 at 04:39:14PM +0300, Ville Syrjälä wrote: > On Wed, Jun 12, 2013 at 02:31:23PM +0100, Damien Lespiau wrote: > > On Wed, Jun 05, 2013 at 01:34:16PM +0200, Daniel Vetter wrote: > > > @@ -8621,6 +8657,17 @@ static void intel_cpu_pll_init(struct drm_device > > > *dev) > > >

Re: [Intel-gfx] [PATCH 14/31] drm/i915: display pll hw state readout and checking

2013-06-12 Thread Ville Syrjälä
On Wed, Jun 12, 2013 at 02:31:23PM +0100, Damien Lespiau wrote: > On Wed, Jun 05, 2013 at 01:34:16PM +0200, Daniel Vetter wrote: > > @@ -8621,6 +8657,17 @@ static void intel_cpu_pll_init(struct drm_device > > *dev) > > intel_ddi_pll_init(dev); > > } > > > > +static bool ibx_pch_dpll

Re: [Intel-gfx] [PATCH 14/31] drm/i915: display pll hw state readout and checking

2013-06-12 Thread Damien Lespiau
On Wed, Jun 05, 2013 at 01:34:16PM +0200, Daniel Vetter wrote: > Currently still with an empty register state, this will follow in a > next step. This one here just creates the new vfunc and uses it for > cross-checking, initial state takeover and the dpll assert function. > > And add a FIXME for

[Intel-gfx] [PATCH 14/31] drm/i915: display pll hw state readout and checking

2013-06-05 Thread Daniel Vetter
Currently still with an empty register state, this will follow in a next step. This one here just creates the new vfunc and uses it for cross-checking, initial state takeover and the dpll assert function. And add a FIXME for the ddi pll readout code, which still needs to be converted over. v2: -