Re: [Intel-gfx] [V8 5/9] drm/i915/dsi: Use private flags to indicate TE in cmd mode

2020-03-24 Thread Jani Nikula
On Thu, 12 Mar 2020, Vandita Kulkarni wrote: > On dsi cmd mode we do not receive vblanks instead > we would get TE and these flags indicate TE is expected on > which port. > > Signed-off-by: Vandita Kulkarni > Reviewed-by: Jani Nikula Pushed up to and including this patch. BR, Jani. > --- >

[Intel-gfx] [V8 5/9] drm/i915/dsi: Use private flags to indicate TE in cmd mode

2020-03-11 Thread Vandita Kulkarni
On dsi cmd mode we do not receive vblanks instead we would get TE and these flags indicate TE is expected on which port. Signed-off-by: Vandita Kulkarni Reviewed-by: Jani Nikula --- drivers/gpu/drm/i915/display/icl_dsi.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/dr