Re: [PATCH v7 4/8] media: qcom: iris: split HFI session ops from core ops
From: Vikash Garodia
Date: Wed Mar 18 2026 - 07:31:59 EST
On 3/17/2026 12:24 AM, Dmitry Baryshkov wrote:
Calling HFI instance-specific ops should not require double indirection
through the core ops. Split instance-specific ops to a separate struct,
keep a pointer to it in struct iris_inst and set it directly in the
get_instance function.
Reviewed-by: Dikshita Agarwal<dikshita.agarwal@xxxxxxxxxxxxxxxx>
Signed-off-by: Dmitry Baryshkov<dmitry.baryshkov@xxxxxxxxxxxxxxxx>
---
Reviewed-by: Vikash Garodia <vikash.garodia@xxxxxxxxxxxxxxxx>