Re: [PATCH v2 1/7] media: qcom: iris: Centralize internal buffer table selection
From: bod
Date: Sat May 30 2026 - 19:56:52 EST
On 2026-04-23 17:30 +0530, Dikshita Agarwal wrote:
> Internal buffer table dispatch is duplicated across multiple Iris code
> paths, which is error‑prone and makes future changes harder to reason
> about.
>
> Consolidate the buffer dispatch logic into a single helper so that table
> selection is defined in exactly one place and keep call sites minimal.
> No functional change intended.
>
> Signed-off-by: Dikshita Agarwal <dikshita.agarwal@xxxxxxxxxxxxxxxx>
Reviewed-by: Bryan O'Donoghue <bod@xxxxxxxxxx>
---
bod