commit | f82cfb6bcda164ef3a66b8c3fc549b1f9bdd09ad | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Apr 11 09:23:35 2012 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Apr 12 21:14:12 2012 +0200 |
tree | bb39ff02a2a1c8fde1ace1a1e2411c04e5807072 | |
parent | b6834bd63ec407444098be233122a25bf4f17c75 [diff] |
drm/i915: allow PCH PWM override on IVB On IVB, there are two sets of panel backlight regs: one in the CPU and one in the PCH. The CPU ones aren't generally used, so on IVB make sure we allow the PCH regs to actually control the backlight. v2: remove unused pwm variable (Daniel) move to init_hw function so we override on resume too Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>