[Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-23 Thread Ali Gholami Rudi
Hi, Now I'm getting this in my dmesg (1/5 and 2/5 still applied to -rc1): ACPI: thermal control disabled Non-volatile memory driver v1.3 Linux agpgart interface v0.103 agpgart-intel :00:00.0: Intel 965GME/GLE Chipset agpgart-intel :00:00.0: detected

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-23 Thread Ali Gholami Rudi
Hi, Now I'm getting this in my dmesg (1/5 and 2/5 still applied to -rc1): ACPI: thermal control disabled Non-volatile memory driver v1.3 Linux agpgart interface v0.103 agpgart-intel :00:00.0: Intel 965GME/GLE Chipset agpgart-intel :00:00.0: detected

[Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-23 Thread Matthew Garrett
Well, that's odd. I'll look into it this week. -- Matthew Garrett | mjg59 at srcf.ucam.org

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-22 Thread Matthew Garrett
Well, that's odd. I'll look into it this week. -- Matthew Garrett | mj...@srcf.ucam.org ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

[Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-21 Thread Sedat Dilek
On Fri, Jan 21, 2011 at 6:55 AM, Andrew Morton wrote: > On Fri, 21 Jan 2011 06:36:54 +0100 Sedat Dilek googlemail.com> wrote: > >> ( Original posting from [1] ) >> >> I have the backlight-type patchset for months in my patch-series (and >> maintained them if necessary against daily linux-next). >

[Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-21 Thread Sedat Dilek
( Original posting from [1] ) I have the backlight-type patchset for months in my patch-series (and maintained them if necessary against daily linux-next). Also the last series from 14-Jan-2011 (see 1-5 patch from [2] and the following ones at dri-devel ML). If you couldn't find the updated v2 ra

[Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-21 Thread Matthew Garrett
On Thu, Jan 20, 2011 at 05:03:37PM -0800, Andrew Morton wrote: > I updated the new drivers/video/backlight/adp5520_bl.c, but there's a > decent chance that unconverted drivers will sneak in. I trust they > will still work OK? They should fire a warning on registration but otherwise work. I'll sen

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-21 Thread Sedat Dilek
On Fri, Jan 21, 2011 at 6:55 AM, Andrew Morton wrote: > On Fri, 21 Jan 2011 06:36:54 +0100 Sedat Dilek > wrote: > >> ( Original posting from [1] ) >> >> I have the backlight-type patchset for months in my patch-series (and >> maintained them if necessary against daily linux-next). >> Also the la

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-21 Thread Ali Gholami Rudi
Ali Gholami Rudi wrote: > I tried to apply this patch but I get: > > drivers/gpu/drm/i915/intel_panel.c: In function > 'intel_panel_setup_backlight': > drivers/gpu/drm/i915/intel_panel.c:319: error: 'struct > backlight_properties' has no member named 'type' > drivers/gpu/drm/i

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-21 Thread Ali Gholami Rudi
Hi, Matthew Garrett wrote: > Not all systems expose a firmware or platform mechanism for changing the > backlight intensity on i915, so add native driver support. After switching to 2.6.38-rc1 from 2.6.37 /sys/devices/virtual/backlight/acpi_video0/brightness disappeared and I cannot control the

[Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-21 Thread Matthew Garrett
On Thu, Jan 20, 2011 at 03:13:49PM -0800, Andrew Morton wrote: > On Fri, 21 Jan 2011 00:43:46 +0330 > Ali Gholami Rudi wrote: > > > Ali Gholami Rudi wrote: > > > I tried to apply this patch but I get: > > > > > > drivers/gpu/drm/i915/intel_panel.c: In function > > > 'intel_panel_setup_backli

[Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-21 Thread Ali Gholami Rudi
Ali Gholami Rudi wrote: > I tried to apply this patch but I get: > > drivers/gpu/drm/i915/intel_panel.c: In function > 'intel_panel_setup_backlight': > drivers/gpu/drm/i915/intel_panel.c:319: error: 'struct > backlight_properties' has no member named 'type' > drivers/gpu/drm/i

[Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-21 Thread Ali Gholami Rudi
Hi, Matthew Garrett wrote: > Not all systems expose a firmware or platform mechanism for changing the > backlight intensity on i915, so add native driver support. After switching to 2.6.38-rc1 from 2.6.37 /sys/devices/virtual/backlight/acpi_video0/brightness disappeared and I cannot control the

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-20 Thread Andrew Morton
On Fri, 21 Jan 2011 06:36:54 +0100 Sedat Dilek wrote: > ( Original posting from [1] ) > > I have the backlight-type patchset for months in my patch-series (and > maintained them if necessary against daily linux-next). > Also the last series from 14-Jan-2011 (see 1-5 patch from [2] and the > fol

[Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-20 Thread Andrew Morton
On Fri, 21 Jan 2011 06:36:54 +0100 Sedat Dilek wrote: > ( Original posting from [1] ) > > I have the backlight-type patchset for months in my patch-series (and > maintained them if necessary against daily linux-next). > Also the last series from 14-Jan-2011 (see 1-5 patch from [2] and the > fol

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-20 Thread Sedat Dilek
( Original posting from [1] ) I have the backlight-type patchset for months in my patch-series (and maintained them if necessary against daily linux-next). Also the last series from 14-Jan-2011 (see 1-5 patch from [2] and the following ones at dri-devel ML). If you couldn't find the updated v2 ra

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-20 Thread Matthew Garrett
On Thu, Jan 20, 2011 at 05:03:37PM -0800, Andrew Morton wrote: > I updated the new drivers/video/backlight/adp5520_bl.c, but there's a > decent chance that unconverted drivers will sneak in. I trust they > will still work OK? They should fire a warning on registration but otherwise work. I'll sen

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-20 Thread Andrew Morton
On Fri, 21 Jan 2011 00:43:59 + Matthew Garrett wrote: > On Thu, Jan 20, 2011 at 03:13:49PM -0800, Andrew Morton wrote: > > On Fri, 21 Jan 2011 00:43:46 +0330 > > Ali Gholami Rudi wrote: > > > > > Ali Gholami Rudi wrote: > > > > I tried to apply this patch but I get: > > > > > > > >

[Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-20 Thread Andrew Morton
On Fri, 21 Jan 2011 00:43:59 + Matthew Garrett wrote: > On Thu, Jan 20, 2011 at 03:13:49PM -0800, Andrew Morton wrote: > > On Fri, 21 Jan 2011 00:43:46 +0330 > > Ali Gholami Rudi wrote: > > > > > Ali Gholami Rudi wrote: > > > > I tried to apply this patch but I get: > > > > > > > >

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-20 Thread Matthew Garrett
On Thu, Jan 20, 2011 at 03:13:49PM -0800, Andrew Morton wrote: > On Fri, 21 Jan 2011 00:43:46 +0330 > Ali Gholami Rudi wrote: > > > Ali Gholami Rudi wrote: > > > I tried to apply this patch but I get: > > > > > > drivers/gpu/drm/i915/intel_panel.c: In function > > > 'intel_panel_setup_backli

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-20 Thread Andrew Morton
On Fri, 21 Jan 2011 00:43:46 +0330 Ali Gholami Rudi wrote: > Ali Gholami Rudi wrote: > > I tried to apply this patch but I get: > > > > drivers/gpu/drm/i915/intel_panel.c: In function > > 'intel_panel_setup_backlight': > > drivers/gpu/drm/i915/intel_panel.c:319: error: 'struct > > bac

[Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-20 Thread Andrew Morton
On Fri, 21 Jan 2011 00:43:46 +0330 Ali Gholami Rudi wrote: > Ali Gholami Rudi wrote: > > I tried to apply this patch but I get: > > > > drivers/gpu/drm/i915/intel_panel.c: In function > > 'intel_panel_setup_backlight': > > drivers/gpu/drm/i915/intel_panel.c:319: error: 'struct > > bac