Re: [PATCH 47/59] drm/arc: Convert to drm_simple_kms_pipe_helper

2020-04-24 Thread Sam Ravnborg
On Wed, Apr 15, 2020 at 09:40:22AM +0200, Daniel Vetter wrote: > Really straighforward, only slight issue is that the sim connector is > created after the pipe is set up, so can't use the helpers perfectly > yet. Subsequent patches will fix that. > > Aside from lots of deleting code no functional

[PATCH 47/59] drm/arc: Convert to drm_simple_kms_pipe_helper

2020-04-15 Thread Daniel Vetter
Really straighforward, only slight issue is that the sim connector is created after the pipe is set up, so can't use the helpers perfectly yet. Subsequent patches will fix that. Aside from lots of deleting code no functional changes in here. Signed-off-by: Daniel Vetter Cc: Alexey Brodkin ---