Re: [PATCH v1 04/14] media: qcom: camss: Pass icc bandwidth table as a platform parameter
From: Bryan O'Donoghue
Date: Thu Aug 17 2023 - 06:58:16 EST
On 16/08/2023 20:09, Bryan O'Donoghue wrote:
On 16/08/2023 18:20, Konrad Dybcio wrote:
+ icc_res = camss->res->icc_res;
Would initializing at declaration time fit in 100 chars?
Ah yeah, that would be nice.
---
bod
Looking to do this code for this, IDK this would really work.
Going to stick to how its being done in Venus
drivers/media/platform/qcom/venus/core.c
---
bod