Re: [Intel-gfx] [PATCH 13/13] drm/i915: do not save/restore backlight registers

2013-11-13 Thread Jani Nikula
On Wed, 13 Nov 2013, Daniel Vetter wrote: > On Fri, Nov 08, 2013 at 04:49:05PM +0200, Jani Nikula wrote: >> The backlight enable code now has the smarts to do the right thing. >> >> Signed-off-by: Jani Nikula > > You can't just kill this due to ums code, instead it needs to be protected > by if

Re: [Intel-gfx] [PATCH 13/13] drm/i915: do not save/restore backlight registers

2013-11-12 Thread Daniel Vetter
On Fri, Nov 08, 2013 at 04:49:05PM +0200, Jani Nikula wrote: > The backlight enable code now has the smarts to do the right thing. > > Signed-off-by: Jani Nikula You can't just kill this due to ums code, instead it needs to be protected by if (!DRIVER_MODESET) checks. -Daniel > --- > drivers/g

[Intel-gfx] [PATCH 13/13] drm/i915: do not save/restore backlight registers

2013-11-08 Thread Jani Nikula
The backlight enable code now has the smarts to do the right thing. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/i915_drv.h |6 - drivers/gpu/drm/i915/i915_suspend.c | 45 --- 2 files changed, 51 deletions(-) diff --git a/drivers/gpu/drm/i915