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

intel_adsp/ace: power: pad the hpsram_mask passed to power_down #75285

Commits on Jul 2, 2024

  1. intel_adsp/ace: power: pad the hpsram_mask passed to power_down

    The power_down() function will lock dcache for the hpsram_mask
    array. On some platforms, the dcache lock will fail if the array
    is on cache line that can be used for window register context
    saves.
    
    Work around this by aligning and padding the hpsram_mask to cacheline
    size.
    
    Link: thesofproject/sof#9268
    Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
    kv2019i committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d8fcc20 View commit details
    Browse the repository at this point in the history