[PATCH] drm/i915: Do not handle backlight combination mode specially.

2011-02-17 Thread Indan Zupancic
drm/i915: Do not handle backlight combination mode specially. The current code does not follow Intel documentation: It misses some things and does other, undocumented things. This causes wrong backlight values in certain conditions. Instead of adding tricky code handling badly documented and rare

[PATCH] drm/i915: Do not handle backlight combination mode specially.

2011-02-16 Thread Indan Zupancic
drm/i915: Do not handle backlight combination mode specially. The current code does not follow Intel documentation: It misses some things and does other, undocumented things. This causes wrong backlight values in certain conditions. Instead of adding tricky code handling badly documented and rare