[PATCH] drm/gma500: fix backlight hotkeys behaviour on cedarview netbooks

2013-05-02 Thread Anisse Astier
On Thu, 2 May 2013 14:50:05 +0200, Patrik Jakobsson wrote : > > Hi, this is already in my gma500-fixes branch and also in Dave's drm-next for > inclusion in 3.10. > > Thanks > Patrik Thanks, sorry I missed it. Anisse

[PATCH] drm/gma500: fix backlight hotkeys behaviour on cedarview netbooks

2013-05-02 Thread Patrik Jakobsson
On Thu, May 2, 2013 at 2:39 PM, Anisse Astier wrote: > On Wed, 24 Apr 2013 23:39:58 +0200, Patrik Jakobsson gmail.com> wrote : > >> On Wed, Apr 24, 2013 at 5:36 PM, Anisse Astier wrote: >> > Backlight hotkeys weren't working before on certain cedartrail laptops. >> > >> > The source of this prob

[PATCH] drm/gma500: fix backlight hotkeys behaviour on cedarview netbooks

2013-05-02 Thread Anisse Astier
On Wed, 24 Apr 2013 23:39:58 +0200, Patrik Jakobsson wrote : > On Wed, Apr 24, 2013 at 5:36 PM, Anisse Astier wrote: > > Backlight hotkeys weren't working before on certain cedartrail laptops. > > > > The source of this problem is that the hotkeys' ASLE opregion interrupts > > were simply ignore

Re: [PATCH] drm/gma500: fix backlight hotkeys behaviour on cedarview netbooks

2013-05-02 Thread Anisse Astier
On Thu, 2 May 2013 14:50:05 +0200, Patrik Jakobsson wrote : > > Hi, this is already in my gma500-fixes branch and also in Dave's drm-next for > inclusion in 3.10. > > Thanks > Patrik Thanks, sorry I missed it. Anisse ___ dri-devel mailing list dri-d

Re: [PATCH] drm/gma500: fix backlight hotkeys behaviour on cedarview netbooks

2013-05-02 Thread Patrik Jakobsson
On Thu, May 2, 2013 at 2:39 PM, Anisse Astier wrote: > On Wed, 24 Apr 2013 23:39:58 +0200, Patrik Jakobsson > wrote : > >> On Wed, Apr 24, 2013 at 5:36 PM, Anisse Astier wrote: >> > Backlight hotkeys weren't working before on certain cedartrail laptops. >> > >> > The source of this problem is t

Re: [PATCH] drm/gma500: fix backlight hotkeys behaviour on cedarview netbooks

2013-05-02 Thread Anisse Astier
On Wed, 24 Apr 2013 23:39:58 +0200, Patrik Jakobsson wrote : > On Wed, Apr 24, 2013 at 5:36 PM, Anisse Astier wrote: > > Backlight hotkeys weren't working before on certain cedartrail laptops. > > > > The source of this problem is that the hotkeys' ASLE opregion interrupts > > were simply ignor

[PATCH] drm/gma500: fix backlight hotkeys behaviour on cedarview netbooks

2013-04-24 Thread Patrik Jakobsson
On Wed, Apr 24, 2013 at 5:36 PM, Anisse Astier wrote: > Backlight hotkeys weren't working before on certain cedartrail laptops. > > The source of this problem is that the hotkeys' ASLE opregion interrupts > were simply ignored. Driver seemed to expect the interrupt to be > associated with a pipe,

[PATCH] drm/gma500: fix backlight hotkeys behaviour on cedarview netbooks

2013-04-24 Thread Anisse Astier
Backlight hotkeys weren't working before on certain cedartrail laptops. The source of this problem is that the hotkeys' ASLE opregion interrupts were simply ignored. Driver seemed to expect the interrupt to be associated with a pipe, but it wasn't. Accepting the ASLE interrupt without an associat

Re: [PATCH] drm/gma500: fix backlight hotkeys behaviour on cedarview netbooks

2013-04-24 Thread Patrik Jakobsson
On Wed, Apr 24, 2013 at 5:36 PM, Anisse Astier wrote: > Backlight hotkeys weren't working before on certain cedartrail laptops. > > The source of this problem is that the hotkeys' ASLE opregion interrupts > were simply ignored. Driver seemed to expect the interrupt to be > associated with a pipe,

[PATCH] drm/gma500: fix backlight hotkeys behaviour on cedarview netbooks

2013-04-24 Thread Anisse Astier
Backlight hotkeys weren't working before on certain cedartrail laptops. The source of this problem is that the hotkeys' ASLE opregion interrupts were simply ignored. Driver seemed to expect the interrupt to be associated with a pipe, but it wasn't. Accepting the ASLE interrupt without an associat