Re: [Intel-gfx] [PATCH 0/4] Generic MIPI Panel driver

2014-04-27 Thread Kumar, Shobhit
Hi Jani, Damien, On 4/14/2014 11:18 AM, Shobhit Kumar wrote: Hi, This series enabled generic MIPI panel driver support, the ground for which has been built up from the patches - http://lists.freedesktop.org/archives/intel-gfx/2014-February/040764.html http://lists.freedesktop.org/archives/intel

[Intel-gfx] [PATCH] drm/i915: restore backlight precision when converting from opregion

2014-04-27 Thread Aaron Lu
When we set backlight on behalf of ACPI opregion, we will convert the backlight value in the 0-255 range defined in opregion to the actual hardware level. Commit 22505b82a2 (drm/i915: avoid brightness overflow when doing scale) is meant to fix the overflow problem when doing the conversion, but it