Re: [Intel-gfx] [PATCH 1/3] drm/i915: Fix pipe config timing mismatch warnings

2019-04-17 Thread Jani Nikula
On Fri, 05 Apr 2019, "Kulkarni, Vandita" wrote: >> -Original Message- >> From: Ville Syrjälä >> Sent: Friday, April 5, 2019 2:00 AM >> To: Kulkarni, Vandita >> Cc: intel-gfx@lists.freedesktop.org; Nikula, Jani >> Subject: Re: [Intel-gfx

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Fix pipe config timing mismatch warnings

2019-04-05 Thread Kulkarni, Vandita
> -Original Message- > From: Ville Syrjälä > Sent: Friday, April 5, 2019 2:00 AM > To: Kulkarni, Vandita > Cc: intel-gfx@lists.freedesktop.org; Nikula, Jani > Subject: Re: [Intel-gfx] [PATCH 1/3] drm/i915: Fix pipe config timing mismatch > warnings > > On

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Fix pipe config timing mismatch warnings

2019-04-04 Thread Ville Syrjälä
On Thu, Apr 04, 2019 at 01:36:25PM +0530, Vandita Kulkarni wrote: > Mipi dsi programs the transcoder timings as part of > encoder enable sequence, with dual link or single link > in consideration. Hence add get transcoder timings as > part of the encoder's get_config function. > > Signed-off-by: V

[Intel-gfx] [PATCH 1/3] drm/i915: Fix pipe config timing mismatch warnings

2019-04-04 Thread Vandita Kulkarni
Mipi dsi programs the transcoder timings as part of encoder enable sequence, with dual link or single link in consideration. Hence add get transcoder timings as part of the encoder's get_config function. Signed-off-by: Vandita Kulkarni --- drivers/gpu/drm/i915/icl_dsi.c | 51 ++