On Tue, 2023-02-14 at 13:38 -0800, Teres Alexis, Alan Previn wrote:
> Enable PXP with MTL-GSC-CS: add the has_pxp into device info
> and increase the timeouts for new GSC-CS + firmware specs.
> 
> Signed-off-by: Alan Previn <[email protected]>
> ---
>  drivers/gpu/drm/i915/i915_pci.c              | 1 +
>  drivers/gpu/drm/i915/pxp/intel_pxp_session.c | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
alan:snip
> @@ -44,7 +44,7 @@ static int pxp_wait_for_session_state(struct intel_pxp 
> *pxp, u32 id, bool in_pla
>                                     KCR_SIP(pxp->kcr_base),
>                                     mask,
>                                     in_play ? mask : 0,
> -                                   100);
> +                                   250);
>  
>       intel_runtime_pm_put(uncore->rpm, wakeref);
>  
I have to mirror this timeout change on the pxp-debugfs for forced teardown 
termination (else it impacts 3 of the igt-pxp tests).

Reply via email to