Re: [RFC PATCH 3/3] drm/vkms: add overlay support

2021-02-23 Thread Melissa Wen
On 02/23, Daniel Vetter wrote: > On Tue, Feb 23, 2021 at 11:21 AM Melissa Wen wrote: > > > > On 02/22, Daniel Vetter wrote: > > > On Sat, Feb 20, 2021 at 11:42:12AM -0300, Melissa Wen wrote: > > > > Add support to overlay plane, in addition to primary and cursor > > > > planes. In this approach,

Re: [RFC PATCH 3/3] drm/vkms: add overlay support

2021-02-23 Thread Daniel Vetter
On Tue, Feb 23, 2021 at 11:21 AM Melissa Wen wrote: > > On 02/22, Daniel Vetter wrote: > > On Sat, Feb 20, 2021 at 11:42:12AM -0300, Melissa Wen wrote: > > > Add support to overlay plane, in addition to primary and cursor > > > planes. In this approach, the plane composition still requires an > >

Re: [RFC PATCH 3/3] drm/vkms: add overlay support

2021-02-23 Thread Melissa Wen
On 02/22, Daniel Vetter wrote: > On Sat, Feb 20, 2021 at 11:42:12AM -0300, Melissa Wen wrote: > > Add support to overlay plane, in addition to primary and cursor > > planes. In this approach, the plane composition still requires an > > active primary plane and planes are composed associatively in

Re: [RFC PATCH 3/3] drm/vkms: add overlay support

2021-02-22 Thread Daniel Vetter
On Sat, Feb 20, 2021 at 11:42:12AM -0300, Melissa Wen wrote: > Add support to overlay plane, in addition to primary and cursor > planes. In this approach, the plane composition still requires an > active primary plane and planes are composed associatively in the > order: (primary <- overlay) <-

[RFC PATCH 3/3] drm/vkms: add overlay support

2021-02-20 Thread Melissa Wen
Add support to overlay plane, in addition to primary and cursor planes. In this approach, the plane composition still requires an active primary plane and planes are composed associatively in the order: (primary <- overlay) <- cursor It enables to run the following IGT tests successfully: -