Re: [PATCH v2 for 5.4 3/4] media: hantro: Fix motion vectors usage condition

2019-10-10 Thread Tomasz Figa
On Tue, Oct 8, 2019 at 10:57 PM Jonas Karlman wrote: > > On 2019-10-08 12:26, Tomasz Figa wrote: > > On Tue, Oct 8, 2019 at 3:23 PM Jonas Karlman wrote: > >> On 2019-10-08 05:29, Tomasz Figa wrote: > >>> Hi Jonas, > >>> > >>> On Tue, Oct 8, 2019 at 3:33 AM Jonas Karlman wrote: > On

Re: [PATCH v2 for 5.4 3/4] media: hantro: Fix motion vectors usage condition

2019-10-08 Thread Jonas Karlman
On 2019-10-08 12:26, Tomasz Figa wrote: > On Tue, Oct 8, 2019 at 3:23 PM Jonas Karlman wrote: >> On 2019-10-08 05:29, Tomasz Figa wrote: >>> Hi Jonas, >>> >>> On Tue, Oct 8, 2019 at 3:33 AM Jonas Karlman wrote: On 2019-10-07 19:45, Ezequiel Garcia wrote: > From: Francois Buergisser

Re: [PATCH v2 for 5.4 3/4] media: hantro: Fix motion vectors usage condition

2019-10-08 Thread Tomasz Figa
On Tue, Oct 8, 2019 at 3:23 PM Jonas Karlman wrote: > > On 2019-10-08 05:29, Tomasz Figa wrote: > > Hi Jonas, > > > > On Tue, Oct 8, 2019 at 3:33 AM Jonas Karlman wrote: > >> On 2019-10-07 19:45, Ezequiel Garcia wrote: > >>> From: Francois Buergisser > >>> > >>> The setting of the motion

Re: [PATCH v2 for 5.4 3/4] media: hantro: Fix motion vectors usage condition

2019-10-08 Thread Jonas Karlman
On 2019-10-08 05:29, Tomasz Figa wrote: > Hi Jonas, > > On Tue, Oct 8, 2019 at 3:33 AM Jonas Karlman wrote: >> On 2019-10-07 19:45, Ezequiel Garcia wrote: >>> From: Francois Buergisser >>> >>> The setting of the motion vectors usage and the setting of motion >>> vectors address are currently

Re: [PATCH v2 for 5.4 3/4] media: hantro: Fix motion vectors usage condition

2019-10-07 Thread Tomasz Figa
Hi Jonas, On Tue, Oct 8, 2019 at 3:33 AM Jonas Karlman wrote: > > On 2019-10-07 19:45, Ezequiel Garcia wrote: > > From: Francois Buergisser > > > > The setting of the motion vectors usage and the setting of motion > > vectors address are currently done under different conditions. > > > > When

Re: [PATCH v2 for 5.4 3/4] media: hantro: Fix motion vectors usage condition

2019-10-07 Thread Jonas Karlman
On 2019-10-07 19:45, Ezequiel Garcia wrote: > From: Francois Buergisser > > The setting of the motion vectors usage and the setting of motion > vectors address are currently done under different conditions. > > When decoding pre-recorded videos, this results of leaving the motion > vectors

[PATCH v2 for 5.4 3/4] media: hantro: Fix motion vectors usage condition

2019-10-07 Thread Ezequiel Garcia
From: Francois Buergisser The setting of the motion vectors usage and the setting of motion vectors address are currently done under different conditions. When decoding pre-recorded videos, this results of leaving the motion vectors address unset, resulting in faulty memory accesses. Fix it by