Re: [Intel-gfx] [PATCH 11/13] drm/i915: do full backlight setup at enable time

2013-11-14 Thread Imre Deak
On Thu, 2013-11-14 at 07:43 +0200, Jani Nikula wrote: > On Wed, 13 Nov 2013, Imre Deak wrote: > > On Fri, 2013-11-08 at 16:49 +0200, Jani Nikula wrote: > >> We should now have all the information we need to do a full > >> initialization of the backlight registers. > >> > >> Signed-off-by: Jani Ni

Re: [Intel-gfx] [PATCH 11/13] drm/i915: do full backlight setup at enable time

2013-11-14 Thread Daniel Vetter
On Thu, Nov 14, 2013 at 07:43:07AM +0200, Jani Nikula wrote: > On Wed, 13 Nov 2013, Imre Deak wrote: > > On Fri, 2013-11-08 at 16:49 +0200, Jani Nikula wrote: > >> We should now have all the information we need to do a full > >> initialization of the backlight registers. > >> > >> Signed-off-by:

Re: [Intel-gfx] [PATCH 11/13] drm/i915: do full backlight setup at enable time

2013-11-13 Thread Jani Nikula
On Wed, 13 Nov 2013, Imre Deak wrote: > On Fri, 2013-11-08 at 16:49 +0200, Jani Nikula wrote: >> We should now have all the information we need to do a full >> initialization of the backlight registers. >> >> Signed-off-by: Jani Nikula >> --- >> drivers/gpu/drm/i915/intel_panel.c | 145 >> +++

Re: [Intel-gfx] [PATCH 11/13] drm/i915: do full backlight setup at enable time

2013-11-13 Thread Imre Deak
On Fri, 2013-11-08 at 16:49 +0200, Jani Nikula wrote: > We should now have all the information we need to do a full > initialization of the backlight registers. > > Signed-off-by: Jani Nikula > --- > drivers/gpu/drm/i915/intel_panel.c | 145 > ++-- > 1 file chan

[Intel-gfx] [PATCH 11/13] drm/i915: do full backlight setup at enable time

2013-11-08 Thread Jani Nikula
We should now have all the information we need to do a full initialization of the backlight registers. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_panel.c | 145 ++-- 1 file changed, 89 insertions(+), 56 deletions(-) diff --git a/drivers/gpu/drm/i9