Re: [PATCH v3 5/8] media: iris: remove duplicateion between generic gen2 data and qcs8300

From: Vikash Garodia

Date: Tue Oct 14 2025 - 04:24:47 EST



On 10/13/2025 7:38 AM, Dmitry Baryshkov wrote:
> Now as we have removed PIPE value from inst_fw_caps_dec there should be
> no difference between inst_fw_caps of QCS8300 and SM8550+. Drop the
> QCS8300-specific tables and use generic one instead.
>
> The differences between QCS8300 and SM8550 data comes from a
> non-conflict merge of commit d22037f3fd33 ("media: iris: Set platform
> capabilities to firmware for encoder video device") (which added .set
> callbacks), and commit 6bdfa3f947a7 ("media: iris: Add platform-specific
> capabilities for encoder video device") (which added QCS8300 data, but
> not the callbacks).
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
> ---
> .../media/platform/qcom/iris/iris_platform_gen2.c | 9 +-
> .../platform/qcom/iris/iris_platform_qcs8300.h | 534 +--------------------
> 2 files changed, 8 insertions(+), 535 deletions(-)


Reviewed-by: Vikash Garodia <vikash.garodia@xxxxxxxxxxxxxxxx>