-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
P2Critical bugs or normal featuresCritical bugs or normal featurestype:enhancementNew framework feature or requestNew framework feature or request
Description
MAX_WAIT_FW_LOADING variable has default value of 70 seconds, The default value was decided high to cover MTL i915 probe timeout. In normal production device, FW loading time is less than a second. It doesn't mean MAX_WAIT_FW_LOADING to waste 70 seconds for every test in every platform, it will escape the polling as soon as FW loading is done.
One concern is raised, even 10 second timeout also pretty luxury but it may hide fw loading delay regression problem. If we can configure
- MAX_WAIT_FW_LOADING=70s for MTL and newer platforms which might have same i915 driver problem,
- MAX_WAIT_FW_LOADING=10s for other platforms
And with this configurable feature we can set back 10 seconds for MTL when i915 drivers are upsteamed, in near future.
Related PRs,
Metadata
Metadata
Assignees
Labels
P2Critical bugs or normal featuresCritical bugs or normal featurestype:enhancementNew framework feature or requestNew framework feature or request