Re: [Intel-gfx] [PATCH 42/59] drm/arc: Embedded a drm_simple_display_pipe

2020-04-24 Thread Sam Ravnborg
On Wed, Apr 15, 2020 at 09:40:17AM +0200, Daniel Vetter wrote: > This is a prep step to convert arc over to the simple kms helpers, for > now we just use this as an embedding container to drop all the various > allocations. Big change is the removal of the various devm_kzalloc, > which have the wro

[Intel-gfx] [PATCH 42/59] drm/arc: Embedded a drm_simple_display_pipe

2020-04-15 Thread Daniel Vetter
This is a prep step to convert arc over to the simple kms helpers, for now we just use this as an embedding container to drop all the various allocations. Big change is the removal of the various devm_kzalloc, which have the wrong lifetimes anyway. Signed-off-by: Daniel Vetter Cc: Alexey Brodkin