Skip to content

[FEATURE] configurable FW Loading polling time per platform #1059

@fredoh9

Description

@fredoh9

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 featurestype:enhancementNew framework feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions