Re: [Intel-gfx] [PATCH 4/5] drm/i915: Store boot CDCLK in dev_priv on DDI platforms

2015-05-21 Thread Ville Syrjälä
On Wed, May 20, 2015 at 05:56:30PM +0200, Daniel Vetter wrote: > On Wed, May 20, 2015 at 05:53:42PM +0200, Daniel Vetter wrote: > > On Wed, May 20, 2015 at 02:45:17PM +0100, Damien Lespiau wrote: > > > Right not we don't initialize the stored CDCLK on DDI platforms. Fix > > > that. > > > > > > Sig

Re: [Intel-gfx] [PATCH 4/5] drm/i915: Store boot CDCLK in dev_priv on DDI platforms

2015-05-20 Thread Daniel Vetter
On Wed, May 20, 2015 at 05:53:42PM +0200, Daniel Vetter wrote: > On Wed, May 20, 2015 at 02:45:17PM +0100, Damien Lespiau wrote: > > Right not we don't initialize the stored CDCLK on DDI platforms. Fix > > that. > > > > Signed-off-by: Damien Lespiau > > Merged up to this patch, thanks, Daniel I

Re: [Intel-gfx] [PATCH 4/5] drm/i915: Store boot CDCLK in dev_priv on DDI platforms

2015-05-20 Thread Daniel Vetter
On Wed, May 20, 2015 at 02:45:17PM +0100, Damien Lespiau wrote: > Right not we don't initialize the stored CDCLK on DDI platforms. Fix > that. > > Signed-off-by: Damien Lespiau Merged up to this patch, thanks, Daniel > --- > drivers/gpu/drm/i915/intel_ddi.c | 4 ++-- > 1 file changed, 2 insert

[Intel-gfx] [PATCH 4/5] drm/i915: Store boot CDCLK in dev_priv on DDI platforms

2015-05-20 Thread Damien Lespiau
Right not we don't initialize the stored CDCLK on DDI platforms. Fix that. Signed-off-by: Damien Lespiau --- drivers/gpu/drm/i915/intel_ddi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_ddi.c b/drivers/gpu/drm/i915/intel_ddi.c index d602db2.