Re: [Intel-gfx] [PATCH 52/59] drm/arc: Initialize sim connector before display pipe

2020-04-24 Thread Sam Ravnborg
On Wed, Apr 15, 2020 at 09:40:27AM +0200, Daniel Vetter wrote: > That way we can get rid of this final piece of init code, and use the > simple pipe helpers as intended. > > Signed-off-by: Daniel Vetter > Cc: Alexey Brodkin One nit below, with this addressed: Acked-by: Sam Ravnborg > --- > d

[Intel-gfx] [PATCH 52/59] drm/arc: Initialize sim connector before display pipe

2020-04-15 Thread Daniel Vetter
That way we can get rid of this final piece of init code, and use the simple pipe helpers as intended. Signed-off-by: Daniel Vetter Cc: Alexey Brodkin --- drivers/gpu/drm/arc/arcpgu_drv.c | 51 ++-- 1 file changed, 16 insertions(+), 35 deletions(-) diff --git a/driv