Re: [Intel-gfx] [PATCH] drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block (v3)

2020-01-13 Thread Jani Nikula
On Fri, 10 Jan 2020, Vivek Kasireddy wrote: > Parsing the i2c element is mainly done to transfer the payload from the > MIPI sequence block to the relevant slave device. In some cases, the > commands that are part of the payload can be used to turn on the backlight. > > This patch is actually a re

Re: [Intel-gfx] [PATCH] drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block (v3)

2020-01-10 Thread Matt Roper
On Fri, Jan 10, 2020 at 10:11:23AM -0800, Vivek Kasireddy wrote: > Parsing the i2c element is mainly done to transfer the payload from the > MIPI sequence block to the relevant slave device. In some cases, the > commands that are part of the payload can be used to turn on the backlight. > > This p

[Intel-gfx] [PATCH] drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block (v3)

2020-01-10 Thread Vivek Kasireddy
Parsing the i2c element is mainly done to transfer the payload from the MIPI sequence block to the relevant slave device. In some cases, the commands that are part of the payload can be used to turn on the backlight. This patch is actually a refactored version of this old patch: https://lists.free

Re: [Intel-gfx] [PATCH] drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block

2020-01-07 Thread Matt Roper
On Tue, Jan 07, 2020 at 06:49:04PM +0200, Ville Syrjälä wrote: > On Fri, Jan 03, 2020 at 04:00:54PM -0800, Vivek Kasireddy wrote: > > On Fri, 3 Jan 2020 12:05:11 +0100 > > Hans de Goede wrote: > > Hi Hans, > > > > > Hi Vivek, > > > > > > On 03-01-2020 01:00, Vivek Kasireddy wrote: > > > > Parsin

Re: [Intel-gfx] [PATCH] drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block

2020-01-07 Thread Ville Syrjälä
On Fri, Jan 03, 2020 at 04:00:54PM -0800, Vivek Kasireddy wrote: > On Fri, 3 Jan 2020 12:05:11 +0100 > Hans de Goede wrote: > Hi Hans, > > > Hi Vivek, > > > > On 03-01-2020 01:00, Vivek Kasireddy wrote: > > > Parsing the i2c element is mainly done to transfer the payload from > > > the MIPI sequ

Re: [Intel-gfx] [PATCH] drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block (v2)

2020-01-04 Thread Hans de Goede
Hi, On 04-01-2020 02:09, Vivek Kasireddy wrote: Parsing the i2c element is mainly done to transfer the payload from the MIPI sequence block to the relevant slave device. In some cases, the commands that are part of the payload can be used to turn on the backlight. This patch is actually a refac

Re: [Intel-gfx] [PATCH] drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block

2020-01-04 Thread Hans de Goede
Hi, On 04-01-2020 01:00, Vivek Kasireddy wrote: On Fri, 3 Jan 2020 12:05:11 +0100 Hans de Goede wrote: Hi Hans, Hi Vivek, On 03-01-2020 01:00, Vivek Kasireddy wrote: Parsing the i2c element is mainly done to transfer the payload from the MIPI sequence block to the relevant slave device. In

[Intel-gfx] [PATCH] drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block (v2)

2020-01-03 Thread Vivek Kasireddy
Parsing the i2c element is mainly done to transfer the payload from the MIPI sequence block to the relevant slave device. In some cases, the commands that are part of the payload can be used to turn on the backlight. This patch is actually a refactored version of this old patch: https://lists.free

Re: [Intel-gfx] [PATCH] drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block

2020-01-03 Thread Vivek Kasireddy
On Fri, 3 Jan 2020 12:05:11 +0100 Hans de Goede wrote: Hi Hans, > Hi Vivek, > > On 03-01-2020 01:00, Vivek Kasireddy wrote: > > Parsing the i2c element is mainly done to transfer the payload from > > the MIPI sequence block to the relevant slave device. In some > > cases, the commands that are p

Re: [Intel-gfx] [PATCH] drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block

2020-01-03 Thread Hans de Goede
Hi Vivek, On 03-01-2020 01:00, Vivek Kasireddy wrote: Parsing the i2c element is mainly done to transfer the payload from the MIPI sequence block to the relevant slave device. In some cases, the commands that are part of the payload can be used to turn on the backlight. This patch is actually a

[Intel-gfx] [PATCH] drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block

2020-01-02 Thread Vivek Kasireddy
Parsing the i2c element is mainly done to transfer the payload from the MIPI sequence block to the relevant slave device. In some cases, the commands that are part of the payload can be used to turn on the backlight. This patch is actually a refactored version of this old patch: https://lists.free