Re: [PATCH v4 2/5] media: iris: Add hardware power on/off ops for X1P42100
From: Wangao Wang
Date: Wed Apr 08 2026 - 05:19:04 EST
On 2026/4/1 20:37, Dikshita Agarwal wrote:
+
+static void iris_vpu3_purwa_power_off_hardware(struct iris_core *core)
+{
+ iris_vpu3_power_off_hardware(core);
this will eventually call iris_vpu_power_off_hw which would try to disable
IRIS_HW_AHB_CLK which is not applicable to purwa I think, will that not
create any issue?
All VPU3s will call this hook, but none of them have IRIS_HW_AHB_CLK.
--
Best Regards,
Wangao