[Intel-gfx] [PATCH 3/3] drm/i915: allow PCH PWM override on IVB

2012-04-10 Thread Jesse Barnes
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. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_panel.c | 12 1 files

Re: [Intel-gfx] [PATCH 3/3] drm/i915: allow PCH PWM override on IVB

2012-04-10 Thread Daniel Vetter
On Tue, Apr 10, 2012 at 11:58:05AM -0700, Jesse Barnes wrote: > 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. > > Signed-off-by: Jesse Barn

Re: [Intel-gfx] [PATCH 3/3] drm/i915: allow PCH PWM override on IVB

2012-04-10 Thread Jesse Barnes
On Tue, 10 Apr 2012 23:50:45 +0200 Daniel Vetter wrote: > On Tue, Apr 10, 2012 at 11:58:05AM -0700, Jesse Barnes wrote: > > 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