[Intel-gfx] [PATCH 2/2] drm/i915/vlv: use per-pipe backlight controls v2

2013-10-11 Thread Jesse Barnes
With the connector and pipe passed around, we can now set the backlight on the right pipe on VLV/BYT. v2: drop combination mode check for VLV (Jani) add save/restore code for VLV backlight regs (Jani) check for existing modulation freq when initializing backlight regs (Jani) Signed-off-by

[Intel-gfx] [PATCH 2/2] drm/i915/vlv: use per-pipe backlight controls v2

2013-10-04 Thread Jesse Barnes
With the connector and pipe passed around, we can now set the backlight on the right pipe on VLV/BYT. v2: drop combination mode check for VLV (Jani) add save/restore code for VLV backlight regs (Jani) check for existing modulation freq when initializing backlight regs (Jani) Signed-off-by

Re: [Intel-gfx] [PATCH 2/2] drm/i915/vlv: use per-pipe backlight controls

2013-09-30 Thread Daniel Vetter
On Mon, Sep 30, 2013 at 10:33 AM, Jani Nikula wrote: > Anyway, I think you need to add per pipe save/restore to > i915_save_display/i915_restore_display too. I'm trying (very slowly at that) to move the register save/restore stuff out of there into more suitable places. Either we should now what

Re: [Intel-gfx] [PATCH 2/2] drm/i915/vlv: use per-pipe backlight controls

2013-09-30 Thread Jani Nikula
On Sat, 28 Sep 2013, Jesse Barnes wrote: > With the connector and pipe passed around, we can now set the backlight > on the right pipe on VLV/BYT. > > Signed-off-by: Jesse Barnes > --- > drivers/gpu/drm/i915/i915_reg.h| 10 ++ > drivers/gpu/drm/i915/intel_panel.c | 65 >

[Intel-gfx] [PATCH 2/2] drm/i915/vlv: use per-pipe backlight controls

2013-09-27 Thread Jesse Barnes
With the connector and pipe passed around, we can now set the backlight on the right pipe on VLV/BYT. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_reg.h| 10 ++ drivers/gpu/drm/i915/intel_panel.c | 65 +++--- 2 files changed, 63 insertions(+),