-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug: debug_stream_slot: Fix circular buffer alignment and update co…
…mments The cache-line alignment was removed from circular buffer descriptors on last moments of debug_stream_slot PR's review process. This broke the circular buffer alignment and its now fixed in this PR. The commit also contains the documentation update for the alignment removal change that was also forgotten from the original PR. Since this only affects the offsets of the circular buffers, that are explicitly written in the debug window slot, there is no need to update anything on the host side client. Also the unaligned circular buffers appeared to work just fine, because of that. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
- Loading branch information
Jyri Sarha
committed
Sep 9, 2024
1 parent
0df649a
commit 09561b7
Showing
2 changed files
with
35 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters