[linux-sunxi] [PATCH v3] media: cedrus: Add support for VP8 decoding

2020-11-10 Thread Jernej Skrabec
VP8 in Cedrus shares same engine as H264. Note that it seems necessary to call bitstream parsing functions, to parse frame header, otherwise decoded image is garbage. This is contrary to what is driver supposed to do. However, values are not really used, so this might be acceptable. It's possible

[linux-sunxi] Re: [PATCH 0/5] sunxi: enable automatic eMMC boot partition support

2020-11-10 Thread Tom Rini
On Tue, Nov 10, 2020 at 12:57:09PM +, André Przywara wrote: > On 10/11/2020 12:38, Tom Rini wrote: > > Hi Tom, > > > On Sun, Nov 08, 2020 at 03:48:23PM +, André Przywara wrote: > >> On 08/11/2020 14:59, Peter Robinson wrote: > >> > >> Hi, > >> > >>> On Sun, Nov 8, 2020 at 1:14 PM Andre

[linux-sunxi] Re: [PATCH 0/5] sunxi: enable automatic eMMC boot partition support

2020-11-10 Thread André Przywara
On 10/11/2020 12:38, Tom Rini wrote: Hi Tom, > On Sun, Nov 08, 2020 at 03:48:23PM +, André Przywara wrote: >> On 08/11/2020 14:59, Peter Robinson wrote: >> >> Hi, >> >>> On Sun, Nov 8, 2020 at 1:14 PM Andre Przywara >>> wrote: The eMMC standard describes the concept of boot

[linux-sunxi] Re: [PATCH 0/5] sunxi: enable automatic eMMC boot partition support

2020-11-10 Thread Tom Rini
On Sun, Nov 08, 2020 at 03:48:23PM +, André Przywara wrote: > On 08/11/2020 14:59, Peter Robinson wrote: > > Hi, > > > On Sun, Nov 8, 2020 at 1:14 PM Andre Przywara > > wrote: > >> > >> The eMMC standard describes the concept of boot partitions, consisting > >> of two storage areas

[linux-sunxi] Re: [PATCH 3/3] arm64: allwinner: dts: a64: add DT for PineTab developer sample

2020-11-10 Thread Icenowy Zheng
于 2020年11月10日 GMT+08:00 下午6:39:25, Maxime Ripard 写到: >On Sat, Nov 07, 2020 at 08:53:32PM +0800, Icenowy Zheng wrote: >> Some developers received PineTab samples that used an old LCD panel. >> >> Add device tree for these samples. >> >> Signed-off-by: Icenowy Zheng >> --- >>

[linux-sunxi] Re: [PATCH 3/3] arm64: allwinner: dts: a64: add DT for PineTab developer sample

2020-11-10 Thread Maxime Ripard
On Sat, Nov 07, 2020 at 08:53:32PM +0800, Icenowy Zheng wrote: > Some developers received PineTab samples that used an old LCD panel. > > Add device tree for these samples. > > Signed-off-by: Icenowy Zheng > --- > arch/arm64/boot/dts/allwinner/Makefile| 1 + >