Re: [Intel-gfx] [PATCH 2/2] drm/i915/icl: Set TBT IO in Aux transaction

2018-07-27 Thread Paulo Zanoni
Em Qui, 2018-07-26 às 16:35 -0700, Anusha Srivatsa escreveu: > For a TBT sequence, we need to set the IO type to TBT > in DDI_AUX_CTL. > > v2: Avoid duplications.(Paulo) > > Cc: Paulo Zanoni > Signed-off-by: Anusha Srivatsa Reviewed-by: Paulo Zanoni > --- > drivers/gpu/drm/i915/i915_reg.h

[Intel-gfx] [PATCH 2/2] drm/i915/icl: Set TBT IO in Aux transaction

2018-07-26 Thread Anusha Srivatsa
For a TBT sequence, we need to set the IO type to TBT in DDI_AUX_CTL. v2: Avoid duplications.(Paulo) Cc: Paulo Zanoni Signed-off-by: Anusha Srivatsa --- drivers/gpu/drm/i915/i915_reg.h | 1 + drivers/gpu/drm/i915/intel_dp.c | 26 +- 2 files changed, 18 insertions(+),

Re: [Intel-gfx] [PATCH 2/2] drm/i915/icl: Set TBT IO in Aux transaction

2018-07-26 Thread Srivatsa, Anusha
>-Original Message- >From: Zanoni, Paulo R >Sent: Wednesday, July 25, 2018 4:08 PM >To: Srivatsa, Anusha ; intel- >g...@lists.freedesktop.org >Subject: Re: [PATCH 2/2] drm/i915/icl: Set TBT IO in Aux transaction > >Em Qua, 2018-07-25 às 14:28 -0700, Anusha Srivatsa escreveu: >> For a TBT

Re: [Intel-gfx] [PATCH 2/2] drm/i915/icl: Set TBT IO in Aux transaction

2018-07-25 Thread Paulo Zanoni
Em Qua, 2018-07-25 às 14:28 -0700, Anusha Srivatsa escreveu: > For a TBT sequence, we need to set the IO type to TBT > in DDI_AUX_CTL. > > Cc: Paulo Zanoni > Signed-off-by: Anusha Srivatsa > --- > drivers/gpu/drm/i915/i915_reg.h | 1 + > drivers/gpu/drm/i915/intel_dp.c | 34

[Intel-gfx] [PATCH 2/2] drm/i915/icl: Set TBT IO in Aux transaction

2018-07-25 Thread Anusha Srivatsa
For a TBT sequence, we need to set the IO type to TBT in DDI_AUX_CTL. Cc: Paulo Zanoni Signed-off-by: Anusha Srivatsa --- drivers/gpu/drm/i915/i915_reg.h | 1 + drivers/gpu/drm/i915/intel_dp.c | 34 +- 2 files changed, 26 insertions(+), 9 deletions(-) diff