Re: [PATCH 00/18] Add Hantro regmap and VC8000 h264 decode support

2020-11-03 Thread Ezequiel Garcia
On Thu, 2020-10-29 at 16:21 +, Jonas Karlman wrote: > On 2020-10-29 13:38, Ezequiel Garcia wrote: > > On Mon, 2020-10-12 at 23:39 +, Jonas Karlman wrote: > > > Hi, > > > > > > On 2020-10-12 22:59, Adrian Ratiu wrote: > > > > Dear all, > > > > > > > > This series introduces a regmap infras

Re: [PATCH 00/18] Add Hantro regmap and VC8000 h264 decode support

2020-10-29 Thread Mark Brown
On Thu, Oct 29, 2020 at 01:27:08PM -0300, Ezequiel Garcia wrote: > On Thu, 2020-10-29 at 14:15 +, Robin Murphy wrote: > > Or maybe the regmap API itself deserves extending with a "deferred" > > operating mode where updates to the cached state can be separated from > > committing that state t

Re: [PATCH 00/18] Add Hantro regmap and VC8000 h264 decode support

2020-10-29 Thread Ezequiel Garcia
Hi Robin, On Thu, 2020-10-29 at 14:15 +, Robin Murphy wrote: > On 2020-10-29 13:07, Ezequiel Garcia wrote: > > Hello Adrian, > > > > On Mon, 2020-10-12 at 23:59 +0300, Adrian Ratiu wrote: > > > Dear all, > > > > > > This series introduces a regmap infrastructure for the Hantro driver > > > w

Re: [PATCH 00/18] Add Hantro regmap and VC8000 h264 decode support

2020-10-29 Thread Jonas Karlman
On 2020-10-29 13:38, Ezequiel Garcia wrote: > On Mon, 2020-10-12 at 23:39 +, Jonas Karlman wrote: >> Hi, >> >> On 2020-10-12 22:59, Adrian Ratiu wrote: >>> Dear all, >>> >>> This series introduces a regmap infrastructure for the Hantro driver >>> which is used to compensate for different HW-rev

Re: [PATCH 00/18] Add Hantro regmap and VC8000 h264 decode support

2020-10-29 Thread Mark Brown
On Thu, Oct 29, 2020 at 02:15:10PM +, Robin Murphy wrote: > Or maybe the regmap API itself deserves extending with a "deferred" > operating mode where updates to the cached state can be separated from > committing that state to the underlying hardware. > ...which, after a brief code search ou

Re: [PATCH 00/18] Add Hantro regmap and VC8000 h264 decode support

2020-10-29 Thread Robin Murphy
On 2020-10-29 13:07, Ezequiel Garcia wrote: Hello Adrian, On Mon, 2020-10-12 at 23:59 +0300, Adrian Ratiu wrote: Dear all, This series introduces a regmap infrastructure for the Hantro driver which is used to compensate for different HW-revision register layouts. To justify it h264 decoding ca

Re: [PATCH 00/18] Add Hantro regmap and VC8000 h264 decode support

2020-10-29 Thread Ezequiel Garcia
Hello Adrian, On Mon, 2020-10-12 at 23:59 +0300, Adrian Ratiu wrote: > Dear all, > > This series introduces a regmap infrastructure for the Hantro driver > which is used to compensate for different HW-revision register layouts. > To justify it h264 decoding capability is added for newer VC8000 ch

Re: [PATCH 00/18] Add Hantro regmap and VC8000 h264 decode support

2020-10-29 Thread Ezequiel Garcia
On Mon, 2020-10-12 at 23:39 +, Jonas Karlman wrote: > Hi, > > On 2020-10-12 22:59, Adrian Ratiu wrote: > > Dear all, > > > > This series introduces a regmap infrastructure for the Hantro driver > > which is used to compensate for different HW-revision register layouts. > > To justify it h264

Re: [PATCH 00/18] Add Hantro regmap and VC8000 h264 decode support

2020-10-12 Thread Adrian Ratiu
Hi Jonas, On Mon, 12 Oct 2020, Jonas Karlman wrote: Hi, On 2020-10-12 22:59, Adrian Ratiu wrote: Dear all, This series introduces a regmap infrastructure for the Hantro driver which is used to compensate for different HW-revision register layouts. To justify it h264 decoding capability i

Re: [PATCH 00/18] Add Hantro regmap and VC8000 h264 decode support

2020-10-12 Thread Jonas Karlman
Hi, On 2020-10-12 22:59, Adrian Ratiu wrote: > Dear all, > > This series introduces a regmap infrastructure for the Hantro driver > which is used to compensate for different HW-revision register layouts. > To justify it h264 decoding capability is added for newer VC8000 chips. > > This is a grad