Re: [PATCH v4 05/11] media: hantro: Add a field to distinguish the hardware versions

2021-03-05 Thread Benjamin Gaignard
Le 03/03/2021 à 23:05, Ezequiel Garcia a écrit : On Wed, 2021-03-03 at 12:39 +0100, Benjamin Gaignard wrote: Decoders hardware blocks could exist in multiple versions: add a field to distinguish them at runtime. G2 hardware block doesn't have postprocessor hantro_needs_postproc function should

Re: [PATCH v4 05/11] media: hantro: Add a field to distinguish the hardware versions

2021-03-03 Thread Ezequiel Garcia
On Wed, 2021-03-03 at 12:39 +0100, Benjamin Gaignard wrote: > Decoders hardware blocks could exist in multiple versions: add > a field to distinguish them at runtime. > G2 hardware block doesn't have postprocessor hantro_needs_postproc > function should always returns false in for this hardware. >

[PATCH v4 05/11] media: hantro: Add a field to distinguish the hardware versions

2021-03-03 Thread Benjamin Gaignard
Decoders hardware blocks could exist in multiple versions: add a field to distinguish them at runtime. G2 hardware block doesn't have postprocessor hantro_needs_postproc function should always returns false in for this hardware. hantro_needs_postproc function becoming to much complex to stay inline