Re: [PATCH 6/6] accel/ivpu: Implement D0i2 disable test mode

2025-02-17 Thread Jacek Lawrynowicz
Hi, On 2/14/2025 6:04 PM, Jeffrey Hugo wrote: > On 2/4/2025 1:46 AM, Jacek Lawrynowicz wrote: >> From: Karol Wachowski >> >> Add power_profile firmware boot param and set it to 0 by default >> which is default FW power profile. > > I don't think that patch does this. It looks like boot_params->p

Re: [PATCH 6/6] accel/ivpu: Implement D0i2 disable test mode

2025-02-14 Thread Jeffrey Hugo
On 2/4/2025 1:46 AM, Jacek Lawrynowicz wrote: From: Karol Wachowski Add power_profile firmware boot param and set it to 0 by default which is default FW power profile. I don't think that patch does this. It looks like boot_params->power_profile is already defined. What am I missing? -Jeff

[PATCH 6/6] accel/ivpu: Implement D0i2 disable test mode

2025-02-04 Thread Jacek Lawrynowicz
From: Karol Wachowski Add power_profile firmware boot param and set it to 0 by default which is default FW power profile. Implement IVPU_TEST_MODE_D0I2_DISABLE which is used for setting power profile boot param value to 1 which prevents NPU from entering d0i2 power state. Reviewed-by: Jacek Law