Re: [PATCH v5 0/8] drm/omap: Add virtual-planes support

2021-10-12 Thread Neil Armstrong
Hi, On 12/10/2021 12:36, Tomi Valkeinen wrote: > On 12/10/2021 11:30, Neil Armstrong wrote: >> On 12/10/2021 09:15, Tomi Valkeinen wrote: >>> On 23/09/2021 10:06, Neil Armstrong wrote: This patchset is the follow-up the v4 patchset from Benoit Parrot at [1]. This patch series adds v

Re: [PATCH v5 0/8] drm/omap: Add virtual-planes support

2021-10-12 Thread Tomi Valkeinen
On 12/10/2021 11:30, Neil Armstrong wrote: On 12/10/2021 09:15, Tomi Valkeinen wrote: On 23/09/2021 10:06, Neil Armstrong wrote: This patchset is the follow-up the v4 patchset from Benoit Parrot at [1]. This patch series adds virtual-plane support to omapdrm driver to allow the use of display

Re: [PATCH v5 0/8] drm/omap: Add virtual-planes support

2021-10-12 Thread Neil Armstrong
On 12/10/2021 09:15, Tomi Valkeinen wrote: > On 23/09/2021 10:06, Neil Armstrong wrote: >> This patchset is the follow-up the v4 patchset from Benoit Parrot at [1]. >> >> This patch series adds virtual-plane support to omapdrm driver to allow the >> use >> of display wider than 2048 pixels. >> >>

Re: [PATCH v5 0/8] drm/omap: Add virtual-planes support

2021-10-12 Thread Tomi Valkeinen
On 23/09/2021 10:06, Neil Armstrong wrote: This patchset is the follow-up the v4 patchset from Benoit Parrot at [1]. This patch series adds virtual-plane support to omapdrm driver to allow the use of display wider than 2048 pixels. In order to do so we introduce the concept of hw_overlay which

Re: [PATCH v5 0/8] drm/omap: Add virtual-planes support

2021-10-06 Thread Tomi Valkeinen
Hi Neil, On 06/10/2021 11:17, Neil Armstrong wrote: Hi, On 23/09/2021 09:06, Neil Armstrong wrote: This patchset is the follow-up the v4 patchset from Benoit Parrot at [1]. This patch series adds virtual-plane support to omapdrm driver to allow the use of display wider than 2048 pixels. In o

Re: [PATCH v5 0/8] drm/omap: Add virtual-planes support

2021-10-06 Thread Neil Armstrong
Hi, On 23/09/2021 09:06, Neil Armstrong wrote: > This patchset is the follow-up the v4 patchset from Benoit Parrot at [1]. > > This patch series adds virtual-plane support to omapdrm driver to allow the > use > of display wider than 2048 pixels. > > In order to do so we introduce the concept of

[PATCH v5 0/8] drm/omap: Add virtual-planes support

2021-09-23 Thread Neil Armstrong
This patchset is the follow-up the v4 patchset from Benoit Parrot at [1]. This patch series adds virtual-plane support to omapdrm driver to allow the use of display wider than 2048 pixels. In order to do so we introduce the concept of hw_overlay which can then be dynamically allocated to a plane.