Re: [Intel-gfx] [PATCH resend 11/15] drm/i915/dsi: Group MIPI_SEQ_BACKLIGHT_ON/OFF with panel_[en|dis]able_backlight

2017-02-27 Thread Hans de Goede
Hi, On 27-02-17 18:06, Bob Paauwe wrote: On Sat, 25 Feb 2017 11:37:50 +0100 Hans de Goede wrote: Hi, On 24-02-17 18:00, Bob Paauwe wrote: On Mon, 20 Feb 2017 15:08:41 +0100 Hans de Goede wrote: Execute the MIPI_SEQ_BACKLIGHT_ON/OFF VBT sequences at the same time as we call intel_panel_en

Re: [Intel-gfx] [PATCH resend 11/15] drm/i915/dsi: Group MIPI_SEQ_BACKLIGHT_ON/OFF with panel_[en|dis]able_backlight

2017-02-27 Thread Jani Nikula
On Mon, 27 Feb 2017, Bob Paauwe wrote: > On Sat, 25 Feb 2017 11:37:50 +0100 > Hans de Goede wrote: > >> Hi, >> >> On 24-02-17 18:00, Bob Paauwe wrote: >> > On Mon, 20 Feb 2017 15:08:41 +0100 >> > Hans de Goede wrote: >> > >> >> Execute the MIPI_SEQ_BACKLIGHT_ON/OFF VBT sequences at the same t

Re: [Intel-gfx] [PATCH resend 11/15] drm/i915/dsi: Group MIPI_SEQ_BACKLIGHT_ON/OFF with panel_[en|dis]able_backlight

2017-02-27 Thread Bob Paauwe
On Sat, 25 Feb 2017 11:37:50 +0100 Hans de Goede wrote: > Hi, > > On 24-02-17 18:00, Bob Paauwe wrote: > > On Mon, 20 Feb 2017 15:08:41 +0100 > > Hans de Goede wrote: > > > >> Execute the MIPI_SEQ_BACKLIGHT_ON/OFF VBT sequences at the same time as > >> we call intel_panel_enable_backlight() /

Re: [Intel-gfx] [PATCH resend 11/15] drm/i915/dsi: Group MIPI_SEQ_BACKLIGHT_ON/OFF with panel_[en|dis]able_backlight

2017-02-25 Thread Hans de Goede
Hi, On 24-02-17 18:00, Bob Paauwe wrote: On Mon, 20 Feb 2017 15:08:41 +0100 Hans de Goede wrote: Execute the MIPI_SEQ_BACKLIGHT_ON/OFF VBT sequences at the same time as we call intel_panel_enable_backlight() / intel_panel_disable_backlight(). Signed-off-by: Hans de Goede I'm not sure that

Re: [Intel-gfx] [PATCH resend 11/15] drm/i915/dsi: Group MIPI_SEQ_BACKLIGHT_ON/OFF with panel_[en|dis]able_backlight

2017-02-24 Thread Bob Paauwe
On Mon, 20 Feb 2017 15:08:41 +0100 Hans de Goede wrote: > Execute the MIPI_SEQ_BACKLIGHT_ON/OFF VBT sequences at the same time as > we call intel_panel_enable_backlight() / intel_panel_disable_backlight(). > > Signed-off-by: Hans de Goede I'm not sure that the added comments are necessary. Ma

[Intel-gfx] [PATCH resend 11/15] drm/i915/dsi: Group MIPI_SEQ_BACKLIGHT_ON/OFF with panel_[en|dis]able_backlight

2017-02-20 Thread Hans de Goede
Execute the MIPI_SEQ_BACKLIGHT_ON/OFF VBT sequences at the same time as we call intel_panel_enable_backlight() / intel_panel_disable_backlight(). Signed-off-by: Hans de Goede --- drivers/gpu/drm/i915/intel_dsi.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gp