Re: [linux-sunxi] is there any plan to enable cursor plane for sun4i-drm?

2019-09-07 Thread Ondřej Jirman
On Thu, Sep 05, 2019 at 06:30:42PM -0700, 张宁 wrote: > Update my test result: > > 1, use 1st UI layer as primary plane and 3rd UI layer as cursor plane. > display normally but slow with fbdev > display abnormally (only cursor shows) with modesetting (lima enabled) BTW, I use this patch:

Re: [linux-sunxi] is there any plan to enable cursor plane for sun4i-drm?

2019-09-07 Thread Ondřej Jirman
On Thu, Sep 05, 2019 at 06:30:42PM -0700, 张宁 wrote: > Update my test result: > > 1, use 1st UI layer as primary plane and 3rd UI layer as cursor plane. > display normally but slow with fbdev > display abnormally (only cursor shows) with modesetting (lima enabled) You can "fix" this by switching

[linux-sunxi] Re: [PATCH 2/9] crypto: Add Allwinner sun8i-ce Crypto Engine

2019-09-07 Thread Corentin Labbe
On Sat, Sep 07, 2019 at 11:19:51AM +0300, Maxime Ripard wrote: > Hi, > > I can't really comment on the crypto side, so my review is going to be > pretty boring. > > On Fri, Sep 06, 2019 at 08:45:44PM +0200, Corentin Labbe wrote: > > +static const struct ce_variant ce_h3_variant = { > > +

[linux-sunxi] Re: [PATCH 9/9] sunxi_defconfig: add new crypto options

2019-09-07 Thread Corentin Labbe
On Sat, Sep 07, 2019 at 07:03:53AM +0300, Maxime Ripard wrote: > On Fri, Sep 06, 2019 at 08:45:51PM +0200, Corentin Labbe wrote: > > This patch adds the new allwinner crypto configs to sunxi_defconfig > > > > Signed-off-by: Corentin Labbe > > --- > > arch/arm/configs/sunxi_defconfig | 2 ++ > >

[linux-sunxi] Re: [PATCH 6/9] ARM64: dts: allwinner: sun50i: Add Crypto Engine node on A64

2019-09-07 Thread Corentin Labbe
On Sat, Sep 07, 2019 at 07:02:54AM +0300, Maxime Ripard wrote: > On Fri, Sep 06, 2019 at 08:45:48PM +0200, Corentin Labbe wrote: > > The Crypto Engine is a hardware cryptographic accelerator that supports > > many algorithms. > > It could be found on most Allwinner SoCs. > > > > This patch enables

[linux-sunxi] Re: [PATCH 4/9] ARM: dts: sun8i: r40: add crypto engine node

2019-09-07 Thread Corentin Labbe
On Sat, Sep 07, 2019 at 07:02:17AM +0300, Maxime Ripard wrote: > On Fri, Sep 06, 2019 at 08:45:46PM +0200, Corentin Labbe wrote: > > The Crypto Engine is a hardware cryptographic offloader that supports > > many algorithms. > > It could be found on most Allwinner SoCs. > > > > This patch enables

[linux-sunxi] Re: [PATCH 1/9] crypto: Add allwinner subdirectory

2019-09-07 Thread Corentin Labbe
On Sat, Sep 07, 2019 at 06:54:53AM +0300, Maxime Ripard wrote: > On Fri, Sep 06, 2019 at 08:45:43PM +0200, Corentin Labbe wrote: > > Since a second Allwinner crypto driver will be added, it is better to > > create a dedicated subdirectory. > > > > Signed-off-by: Corentin Labbe > > --- > >