Re: [PATCH] Adding backlight support for the i915 driver.

2015-03-31 Thread Ranjan1018 .
2015-03-27 16:53 GMT+01:00 Hans Petter Selasky : > On 03/27/15 16:01, Ranjan1018 . wrote: > >> This patch exposes the backlight support via a sysctl: >> >> set the backlight to 10%: >> >> # sysctl hw.dri.0.i915_backlight=10 >> >> hw.dri.0.i915_backlight: 25 -> 10 >> >> set the backlight to 50%:

Re: [PATCH] Adding backlight support for the i915 driver.

2015-03-27 Thread Hans Petter Selasky
On 03/27/15 16:01, Ranjan1018 . wrote: This patch exposes the backlight support via a sysctl: set the backlight to 10%: # sysctl hw.dri.0.i915_backlight=10 hw.dri.0.i915_backlight: 25 -> 10 set the backlight to 50%: # sysctl hw.dri.0.i915_backlight=50 hw.dri.0.i915_backlight: 10 -> 50 de

[PATCH] Adding backlight support for the i915 driver.

2015-03-27 Thread Ranjan1018 .
This patch exposes the backlight support via a sysctl: set the backlight to 10%: # sysctl hw.dri.0.i915_backlight=10 hw.dri.0.i915_backlight: 25 -> 10 set the backlight to 50%: # sysctl hw.dri.0.i915_backlight=50 hw.dri.0.i915_backlight: 10 -> 50 decrease the current backlight value: # s