[Intel-gfx] [PATCH] drm/i915: support address only i2c-over-aux transactions

2014-04-07 Thread Jani Nikula
To support bare address requests used by the drm dp helpers. Signed-off-by: Jani Nikula --- Hi Alex, similar to Thierry's patch for i915. BR, Jani. --- drivers/gpu/drm/i915/intel_dp.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dp.c

Re: [Intel-gfx] [PATCH] drm/i915: support address only i2c-over-aux transactions

2014-04-07 Thread Alex Deucher
On Mon, Apr 7, 2014 at 5:37 AM, Jani Nikula wrote: > To support bare address requests used by the drm dp helpers. > > Signed-off-by: Jani Nikula > > --- > > Hi Alex, similar to Thierry's patch for i915. > Looks good to me. Reviewed-by: Alex Deucher Do you want me to add this to the patch set?

Re: [Intel-gfx] [PATCH] drm/i915: support address only i2c-over-aux transactions

2014-04-07 Thread Daniel Vetter
On Mon, Apr 7, 2014 at 4:35 PM, Alex Deucher wrote: > On Mon, Apr 7, 2014 at 5:37 AM, Jani Nikula wrote: >> To support bare address requests used by the drm dp helpers. >> >> Signed-off-by: Jani Nikula >> >> --- >> >> Hi Alex, similar to Thierry's patch for i915. >> > > Looks good to me. > > Rev

Re: [Intel-gfx] [PATCH] drm/i915: support address only i2c-over-aux transactions

2014-04-07 Thread Jani Nikula
On Mon, 07 Apr 2014, Daniel Vetter wrote: > On Mon, Apr 7, 2014 at 4:35 PM, Alex Deucher wrote: >> On Mon, Apr 7, 2014 at 5:37 AM, Jani Nikula wrote: >>> To support bare address requests used by the drm dp helpers. >>> >>> Signed-off-by: Jani Nikula >>> >>> --- >>> >>> Hi Alex, similar to Thier

Re: [Intel-gfx] [PATCH] drm/i915: support address only i2c-over-aux transactions

2014-04-08 Thread Daniel Vetter
On Tue, Apr 8, 2014 at 8:58 AM, Jani Nikula wrote: > Before the conversion to dp aux helpers there was a switch case [1] that > ended up in msg_bytes = 3 for address only start/stop messages > (MODE_I2C_START or MODE_I2C_STOP bit set [2]). With Alex's series in, > but without my patch, we'd send t

Re: [Intel-gfx] [PATCH] drm/i915: support address only i2c-over-aux transactions

2014-04-08 Thread Alex Deucher
On Tue, Apr 8, 2014 at 4:03 AM, Daniel Vetter wrote: > On Tue, Apr 8, 2014 at 8:58 AM, Jani Nikula wrote: >> Before the conversion to dp aux helpers there was a switch case [1] that >> ended up in msg_bytes = 3 for address only start/stop messages >> (MODE_I2C_START or MODE_I2C_STOP bit set [2]).

Re: [Intel-gfx] [PATCH] drm/i915: support address only i2c-over-aux transactions

2014-04-08 Thread Alex Deucher
On Tue, Apr 8, 2014 at 9:09 AM, Christian König wrote: > Am 08.04.2014 15:04, schrieb Alex Deucher: > >> On Tue, Apr 8, 2014 at 4:03 AM, Daniel Vetter wrote: >>> >>> On Tue, Apr 8, 2014 at 8:58 AM, Jani Nikula >>> wrote: Before the conversion to dp aux helpers there was a switch case [

Re: [Intel-gfx] [PATCH] drm/i915: support address only i2c-over-aux transactions

2014-04-08 Thread Christian König
Am 08.04.2014 15:04, schrieb Alex Deucher: On Tue, Apr 8, 2014 at 4:03 AM, Daniel Vetter wrote: On Tue, Apr 8, 2014 at 8:58 AM, Jani Nikula wrote: Before the conversion to dp aux helpers there was a switch case [1] that ended up in msg_bytes = 3 for address only start/stop messages (MODE_I2C_