Re: [Intel-gfx] [PATCH 01/23] drm/i915/icl: Add support to read out the TBT PLL HW state

2019-06-07 Thread Souza, Jose
On Tue, 2019-06-04 at 17:58 +0300, Imre Deak wrote: > Add support to read out the TBT PLL HW state. Reviewed-by: José Roberto de Souza > > Cc: Vandita Kulkarni > Cc: Paulo Zanoni > Cc: Lucas De Marchi > Signed-off-by: Imre Deak > --- > drivers/gpu/drm/i915/intel_display.c | 11 +--

[Intel-gfx] [PATCH 01/23] drm/i915/icl: Add support to read out the TBT PLL HW state

2019-06-04 Thread Imre Deak
Add support to read out the TBT PLL HW state. Cc: Vandita Kulkarni Cc: Paulo Zanoni Cc: Lucas De Marchi Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/intel_display.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c