Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

platform: disable system agent on Zephyr builds #5557

Closed
wants to merge 1 commit into from

Commits on Mar 16, 2022

  1. platform: disable system agent on Zephyr builds

    The system agent is not required with SOF Zephyr builds
    as the Zephyr ll scheduler implementation can track DSP
    load and print periodic status of the load and any observed
    overruns in scheduling.
    
    Disabling agent is beneficial as agent can create a lot of DMA traffic
    when DMA trace is enabled. This happens if there is jitter in agent
    execution, with delta slightly over the warning threshold. This can
    itself worsen the scheduling variation and lead to actual problems.
    
    BugLink: #5556
    Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
    kv2019i committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    fcc97a2 View commit details
    Browse the repository at this point in the history