Re: [Intel-gfx] [PATCH 3/8] drm/i915/icl: store the port type for TC ports

2018-07-16 Thread Rodrigo Vivi
On Mon, Jul 16, 2018 at 03:04:01PM -0700, Paulo Zanoni wrote: > Em Qui, 2018-07-12 às 23:14 -0700, Rodrigo Vivi escreveu: > > On Wed, Jul 11, 2018 at 02:59:04PM -0700, Paulo Zanoni wrote: > > > The type is detected based on the interrupt ISR bit. Once detected, > > > it's not supposed to be changed

Re: [Intel-gfx] [PATCH 3/8] drm/i915/icl: store the port type for TC ports

2018-07-16 Thread Paulo Zanoni
Em Qui, 2018-07-12 às 23:14 -0700, Rodrigo Vivi escreveu: > On Wed, Jul 11, 2018 at 02:59:04PM -0700, Paulo Zanoni wrote: > > The type is detected based on the interrupt ISR bit. Once detected, > > it's not supposed to be changed, so we have some sanity checks for > > that. > > > > Cc: Animesh Man

Re: [Intel-gfx] [PATCH 3/8] drm/i915/icl: store the port type for TC ports

2018-07-12 Thread Rodrigo Vivi
On Wed, Jul 11, 2018 at 02:59:04PM -0700, Paulo Zanoni wrote: > The type is detected based on the interrupt ISR bit. Once detected, > it's not supposed to be changed, so we have some sanity checks for > that. > > Cc: Animesh Manna > Signed-off-by: Paulo Zanoni > Signed-off-by: Rodrigo Vivi > --

[Intel-gfx] [PATCH 3/8] drm/i915/icl: store the port type for TC ports

2018-07-11 Thread Paulo Zanoni
The type is detected based on the interrupt ISR bit. Once detected, it's not supposed to be changed, so we have some sanity checks for that. Cc: Animesh Manna Signed-off-by: Paulo Zanoni Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/intel_display.h | 7 +++ drivers/gpu/drm/i915/int