Re: [Intel-gfx] [PATCH 1/2] drivers: i915: Fix BLC PWM register setup

2012-01-17 Thread Daniel Vetter
On Thu, Nov 10, 2011 at 05:50:26PM -0800, Simon Que wrote: > There is an error in i915_read_blc_pwm_ctl, where the register values > are not being copied correctly. BLC_PWM_CTL and BLC_PWM_CTL2 are > getting mixed up. This patch fixes that so that saveBLC_PWM_CTL2 and > not saveBLC_PWM_CTL is cop

[Intel-gfx] [PATCH 1/2] drivers: i915: Fix BLC PWM register setup

2011-11-10 Thread Simon Que
There is an error in i915_read_blc_pwm_ctl, where the register values are not being copied correctly. BLC_PWM_CTL and BLC_PWM_CTL2 are getting mixed up. This patch fixes that so that saveBLC_PWM_CTL2 and not saveBLC_PWM_CTL is copied to the BLC_PWM_CTL2 register. Signed-off-by: Simon Que --- d

[Intel-gfx] [PATCH 1/2] drivers: i915: Fix BLC PWM register setup

2011-11-08 Thread Simon Que
There is an error in i915_read_blc_pwm_ctl, where the register values are not being copied correctly. BLC_PWM_CTL and BLC_PWM_CTL2 are getting mixed up. This patch fixes that so that saveBLC_PWM_CTL2 and not saveBLC_PWM_CTL is copied to the BLC_PWM_CTL2 register. Signed-off-by: Simon Que --- d