Re: [Intel-gfx] [PATCH 03/27] drm/i915/icl: add icelake_init_clock_gating()

2018-01-10 Thread Paulo Zanoni
Em Qua, 2018-01-10 às 11:39 +0200, Joonas Lahtinen escreveu: > On Tue, 2018-01-09 at 21:23 -0200, Paulo Zanoni wrote: > > For now it does nothing, except for avoiding a MISSING_CASE. > > > > v2: Rebase. > > > > Signed-off-by: Paulo Zanoni > > > > > +static void icl_init_clock_gating(struct d

Re: [Intel-gfx] [PATCH 03/27] drm/i915/icl: add icelake_init_clock_gating()

2018-01-10 Thread Joonas Lahtinen
On Tue, 2018-01-09 at 21:23 -0200, Paulo Zanoni wrote: > For now it does nothing, except for avoiding a MISSING_CASE. > > v2: Rebase. > > Signed-off-by: Paulo Zanoni > +static void icl_init_clock_gating(struct drm_i915_private *dev_priv) > +{ > + > +} Is this intentionally empty? If we don'

[Intel-gfx] [PATCH 03/27] drm/i915/icl: add icelake_init_clock_gating()

2018-01-09 Thread Paulo Zanoni
For now it does nothing, except for avoiding a MISSING_CASE. v2: Rebase. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/intel_pm.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c index 1db79a860b