[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling

2016-08-04 Thread Daniel Vetter
On Thu, Aug 04, 2016 at 10:57:29AM +0100, Chris Wilson wrote: > On Thu, Aug 04, 2016 at 11:50:27AM +0200, Daniel Vetter wrote: > > On Thu, Aug 04, 2016 at 12:02:23PM +0300, Jani Nikula wrote: > > > On Tue, 12 Jul 2016, Daniel Vetter wrote: > > > > On Thu, Jun 30, 2016 at 12:30:56PM +0100, Chris Wi

[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling

2016-08-04 Thread Jani Nikula
On Tue, 12 Jul 2016, Daniel Vetter wrote: > On Thu, Jun 30, 2016 at 12:30:56PM +0100, Chris Wilson wrote: >> Backlights controlled by i915.ko and only associated with its connectors >> and also only associated with the intel_drmfb fbcon, controlled by >> i915.ko. In this situation, we already hand

[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling

2016-08-04 Thread Daniel Vetter
On Thu, Aug 04, 2016 at 12:02:23PM +0300, Jani Nikula wrote: > On Tue, 12 Jul 2016, Daniel Vetter wrote: > > On Thu, Jun 30, 2016 at 12:30:56PM +0100, Chris Wilson wrote: > >> Backlights controlled by i915.ko and only associated with its connectors > >> and also only associated with the intel_drmf

[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling

2016-08-04 Thread Chris Wilson
On Thu, Aug 04, 2016 at 11:50:27AM +0200, Daniel Vetter wrote: > On Thu, Aug 04, 2016 at 12:02:23PM +0300, Jani Nikula wrote: > > On Tue, 12 Jul 2016, Daniel Vetter wrote: > > > On Thu, Jun 30, 2016 at 12:30:56PM +0100, Chris Wilson wrote: > > >> Backlights controlled by i915.ko and only associate

[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling

2016-07-12 Thread Daniel Vetter
On Thu, Jun 30, 2016 at 12:30:56PM +0100, Chris Wilson wrote: > Backlights controlled by i915.ko and only associated with its connectors > and also only associated with the intel_drmfb fbcon, controlled by > i915.ko. In this situation, we already handle adjusting the backlight > when the fbcon is b

[PATCH] backlight: Avoid double fbcon backlight handling

2016-07-07 Thread joeyli
On Thu, Jun 30, 2016 at 12:30:56PM +0100, Chris Wilson wrote: > Backlights controlled by i915.ko and only associated with its connectors > and also only associated with the intel_drmfb fbcon, controlled by > i915.ko. In this situation, we already handle adjusting the backlight > when the fbcon is b

[PATCH] backlight: Avoid double fbcon backlight handling

2016-07-07 Thread Jiri Kosina
On Thu, 30 Jun 2016, Chris Wilson wrote: > Backlights controlled by i915.ko and only associated with its connectors > and also only associated with the intel_drmfb fbcon, controlled by > i915.ko. In this situation, we already handle adjusting the backlight > when the fbcon is blanked/unblanked and

[PATCH] backlight: Avoid double fbcon backlight handling

2016-06-30 Thread Imre Deak
On to, 2016-06-30 at 12:30 +0100, Chris Wilson wrote: > Backlights controlled by i915.ko and only associated with its > connectors > and also only associated with the intel_drmfb fbcon, controlled by > i915.ko. In this situation, we already handle adjusting the backlight > when the fbcon is blanked

[PATCH] backlight: Avoid double fbcon backlight handling

2016-06-30 Thread Jani Nikula
On Thu, 30 Jun 2016, Chris Wilson wrote: > Backlights controlled by i915.ko and only associated with its connectors > and also only associated with the intel_drmfb fbcon, controlled by > i915.ko. In this situation, we already handle adjusting the backlight > when the fbcon is blanked/unblanked and

[PATCH] backlight: Avoid double fbcon backlight handling

2016-06-30 Thread Chris Wilson
Backlights controlled by i915.ko and only associated with its connectors and also only associated with the intel_drmfb fbcon, controlled by i915.ko. In this situation, we already handle adjusting the backlight when the fbcon is blanked/unblanked and do not require backlight trying to do the same.