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
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
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