Re: [PATCH v5 3/8] drm/omap: introduce omap_hw_overlay

2021-10-12 Thread Neil Armstrong
On 12/10/2021 09:59, Tomi Valkeinen wrote: > On 23/09/2021 10:06, Neil Armstrong wrote: >> From: Benoit Parrot >> >> Split out the hardware overlay specifics from omap_plane. >> To start, the hw overlays are statically assigned to planes. >> >> The goal is to eventually assign hw overlays dynamica

Re: [PATCH v5 3/8] drm/omap: introduce omap_hw_overlay

2021-10-12 Thread Tomi Valkeinen
On 23/09/2021 10:06, Neil Armstrong wrote: From: Benoit Parrot Split out the hardware overlay specifics from omap_plane. To start, the hw overlays are statically assigned to planes. The goal is to eventually assign hw overlays dynamically to planes during plane->atomic_check() based on request

[PATCH v5 3/8] drm/omap: introduce omap_hw_overlay

2021-09-23 Thread Neil Armstrong
From: Benoit Parrot Split out the hardware overlay specifics from omap_plane. To start, the hw overlays are statically assigned to planes. The goal is to eventually assign hw overlays dynamically to planes during plane->atomic_check() based on requested caps (scaling, YUV, etc). And then perform