Re: [Intel-gfx] [PATCH 02/14] drm/i915: Handle DSI case for DDI PLL

2017-02-08 Thread Srinivas, Vidya
> -Original Message- > From: Jani Nikula [mailto:jani.nik...@linux.intel.com] > Sent: Wednesday, January 18, 2017 3:06 PM > To: Srinivas, Vidya ; intel- > g...@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH 02/14] drm/i915: Handle DSI case for DDI PLL >

Re: [Intel-gfx] [PATCH 02/14] drm/i915: Handle DSI case for DDI PLL

2017-01-18 Thread Jani Nikula
On Mon, 09 Jan 2017, Vidya Srinivas wrote: > From: Uma Shankar > > In case of DSI, DDI PLL is not required. > Handle the same as part of DDI PLL handling. Show me *one* code path where the functions you change may be called for DSI. > diff --git a/drivers/gpu/drm/i915/intel_ddi.c > b/drivers/g

[Intel-gfx] [PATCH 02/14] drm/i915: Handle DSI case for DDI PLL

2017-01-09 Thread Vidya Srinivas
From: Uma Shankar In case of DSI, DDI PLL is not required. Handle the same as part of DDI PLL handling. Signed-off-by: Uma Shankar --- drivers/gpu/drm/i915/intel_ddi.c | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) mode change 100644 => 100755 drivers/gpu/drm/