Message ID | 20240927134624.801004-1-mzamazal@redhat.com |
---|---|
Headers | show |
Series |
|
Related | show |
Quoting Milan Zamazal (2024-09-27 14:46:06) > The purpose of this patch series is to bring software ISP code > structuring closer to the hardware pipelines. Most notably, the API > around algorithm.h is used now. This should make software ISP easier to > understand, extend, maintain, and code-share with the other pipelines. > > What is omitted in the patch series: > > - Any bigger or unrelated functional changes. The purpose of this > series is code restructuring, which is enough already. > - Stats and params buffers are still used in the original way. Making > their handling closer to the hardware pipelines will be a subject of > followup patches. This series is a preparation step for that. > - Any IPA code sharing with hardware pipelines. If there is an > opportunity for this, it can be addressed in followup patches. I've merged this series. I hope that helps you with the items you are tackling on top. -- Kieran
Hi Kieran, Kieran Bingham <kieran.bingham@ideasonboard.com> writes: > Quoting Milan Zamazal (2024-09-27 14:46:06) >> The purpose of this patch series is to bring software ISP code >> structuring closer to the hardware pipelines. Most notably, the API > >> around algorithm.h is used now. This should make software ISP easier to >> understand, extend, maintain, and code-share with the other pipelines. >> >> What is omitted in the patch series: >> >> - Any bigger or unrelated functional changes. The purpose of this >> series is code restructuring, which is enough already. >> - Stats and params buffers are still used in the original way. Making >> their handling closer to the hardware pipelines will be a subject of >> followup patches. This series is a preparation step for that. >> - Any IPA code sharing with hardware pipelines. If there is an >> opportunity for this, it can be addressed in followup patches. > > I've merged this series. I hope that helps you with the items you are > tackling on top. Definitely, thank you! > -- > Kieran