Uh oh!
There was an error while loading. Please reload this page.
Set mt8195 dram noncache - #3480
Merged
plbossart merged 2 commits intoMay 17, 2022
Merged
Conversation
…tion Add shared_size for mediatek common chip information which is used for audio and trace dma. Signed-off-by: YC Hung <yc.hung@mediatek.com>
yaochunhung
requested review from
ajitkupandey, bardliao, dbaluta, kuanhsuncheng, kv2019i, lgirdwood, plbossart, ranj063 and ujfalusi
as code ownersMarch 5, 2022 14:51
yaochunhung
commented
Mar 8, 2022
Author
SOFCI TEST |
Uh oh!
There was an error while loading. Please reload this page.
Modify dram as non-cache memory type to avoid wrong access between host and dsp side and get the size of shared dma from device tree. Signed-off-by: YC Hung <yc.hung@mediatek.com>
yaochunhungforce-pushed
the
mt8195-dram-noncache
branch
from
March 10, 2022 02:04
f1ab211 to
aea1188Comparecujomalainey
approved these changes
Apr 4, 2022
yaochunhung
commented
Apr 13, 2022
Author
Can someone help to review this PR? Thanks a lot. |
ranj063
approved these changes
Apr 13, 2022
plbossart
approved these changes
Apr 13, 2022
plbossart
commented
Apr 13, 2022
Member
https://sof-ci.01.org/linuxpr/PR3480/build7323/devicetest/ showed unrelated errors for Intel platforms, I'd like to check if the test pass before merging. |
plbossart
commented
Apr 13, 2022
Member
SOFCI TEST |
1 similar comment
plbossart
commented
Apr 20, 2022
Member
SOFCI TEST |
oder-chiou pushed a commit
to oder-chiou/linux-soundwire
that referenced
this pull request
May 5, 2026
…arations) Fix checkpatch code style warnings: WARNING: Missing a blank line after declarations thesofproject#761: FILE: net/core/pktgen.c:761: + char c; + if (get_user(c, &user_buffer[i])) WARNING: Missing a blank line after declarations thesofproject#780: FILE: net/core/pktgen.c:780: + char c; + if (get_user(c, &user_buffer[i])) WARNING: Missing a blank line after declarations thesofproject#806: FILE: net/core/pktgen.c:806: + char c; + if (get_user(c, &user_buffer[i])) WARNING: Missing a blank line after declarations thesofproject#823: FILE: net/core/pktgen.c:823: + char c; + if (get_user(c, &user_buffer[i])) WARNING: Missing a blank line after declarations thesofproject#1968: FILE: net/core/pktgen.c:1968: + char f[32]; + memset(f, 0, 32); WARNING: Missing a blank line after declarations thesofproject#2410: FILE: net/core/pktgen.c:2410: + struct pktgen_net *pn = net_generic(dev_net(pkt_dev->odev), pg_net_id); + if (!x) { WARNING: Missing a blank line after declarations thesofproject#2442: FILE: net/core/pktgen.c:2442: + __u16 t; + if (pkt_dev->flags & F_QUEUE_MAP_RND) { WARNING: Missing a blank line after declarations thesofproject#2523: FILE: net/core/pktgen.c:2523: + unsigned int i; + for (i = 0; i < pkt_dev->nr_labels; i++) WARNING: Missing a blank line after declarations thesofproject#2567: FILE: net/core/pktgen.c:2567: + __u32 t; + if (pkt_dev->flags & F_IPSRC_RND) WARNING: Missing a blank line after declarations thesofproject#2587: FILE: net/core/pktgen.c:2587: + __be32 s; + if (pkt_dev->flags & F_IPDST_RND) { WARNING: Missing a blank line after declarations thesofproject#2634: FILE: net/core/pktgen.c:2634: + __u32 t; + if (pkt_dev->flags & F_TXSIZE_RND) { WARNING: Missing a blank line after declarations thesofproject#2736: FILE: net/core/pktgen.c:2736: + int i; + for (i = 0; i < pkt_dev->cflows; i++) { WARNING: Missing a blank line after declarations thesofproject#2738: FILE: net/core/pktgen.c:2738: + struct xfrm_state *x = pkt_dev->flows[i].x; + if (x) { WARNING: Missing a blank line after declarations thesofproject#2752: FILE: net/core/pktgen.c:2752: + int nhead = 0; + if (x) { WARNING: Missing a blank line after declarations thesofproject#2795: FILE: net/core/pktgen.c:2795: + unsigned int i; + for (i = 0; i < pkt_dev->nr_labels; i++) WARNING: Missing a blank line after declarations thesofproject#3480: FILE: net/core/pktgen.c:3480: + ktime_t idle_start = ktime_get(); + schedule(); Signed-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: Toke Høiland-Jørgensen <toke@redhat.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
This PR is used to modify shared dram buffer between host(linux kernel) and DSP as non-cache to avoid wrong data(data mismatch without cache flush/invalidate).
There are some modifications in this PR.
Please help to review this PR. Thanks.