Re: [PATCH v4 5/6] media: iris: Move vpu35 specific api to common to use for vpu4

From: Dikshita Agarwal

Date: Fri Jan 16 2026 - 04:47:34 EST




On 12/10/2025 6:06 PM, Vikash Garodia wrote:
> Some of the sequence and calculations for vpu4 is identical to vpu35,
> namely power sequence for vpu controller and the clock frequency
> calculation. Move those to common file that can be shared for both vpu35
> and vpu4. This patch prepares for power sequence for vpu4 which is added
> in subsequent patch.
>
> Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
> Co-developed-by: Vishnu Reddy <busanna.reddy@xxxxxxxxxxxxxxxx>
> Signed-off-by: Vishnu Reddy <busanna.reddy@xxxxxxxxxxxxxxxx>
> Signed-off-by: Vikash Garodia <vikash.garodia@xxxxxxxxxxxxxxxx>
> ---
> drivers/media/platform/qcom/iris/iris_vpu3x.c | 157 +--------------------
> drivers/media/platform/qcom/iris/iris_vpu_common.c | 141 ++++++++++++++++++
> drivers/media/platform/qcom/iris/iris_vpu_common.h | 4 +
> 3 files changed, 151 insertions(+), 151 deletions(-)
>

Reviewed-by: Dikshita Agarwal <dikshita.agarwal@xxxxxxxxxxxxxxxx>

Thanks,
Dikshita