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

video: rockchip: mpp: rkvdec: suppress cru reset logs #296

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

nyanmisaka
Copy link
Collaborator

Suppress this unnecessary log to avoid flooding.

Tested on Linux rock-5a 6.1.84-vendor-rk35xx #1 SMP Sun Nov 24 10:39:05 UTC 2024 aarch64 GNU/Linux

[  287.968928] rkvdec2_reset:1390: cru reset
[  287.969095] rkvdec2_reset:1390: cru reset
[  307.341233] rkvdec2_reset:1390: cru reset
[  307.341284] rkvdec2_reset:1390: cru reset
[  409.407484] rkvdec2_reset:1390: cru reset
[  409.407659] rkvdec2_reset:1390: cru reset
[  807.117098] rkvdec2_reset:1390: cru reset
[  807.117194] rkvdec2_reset:1390: cru reset
[  936.456230] rkvdec2_reset:1390: cru reset
[  936.456401] rkvdec2_reset:1390: cru reset
...

After ba6b241, the cru reset always occurs at the end of
each decoding process. Use mpp_debug instead to log it.

[  287.968928] rkvdec2_reset:1390: cru reset
[  287.969095] rkvdec2_reset:1390: cru reset
[  307.341233] rkvdec2_reset:1390: cru reset
[  307.341284] rkvdec2_reset:1390: cru reset
[  409.407484] rkvdec2_reset:1390: cru reset
[  409.407659] rkvdec2_reset:1390: cru reset
[  807.117098] rkvdec2_reset:1390: cru reset
[  807.117194] rkvdec2_reset:1390: cru reset
[  936.456230] rkvdec2_reset:1390: cru reset
[  936.456401] rkvdec2_reset:1390: cru reset
...

After ba6b241, the cru reset always occurs at the end of
each decoding process. Use mpp_debug instead to log it.

Signed-off-by: nyanmisaka <[email protected]>
@amazingfate amazingfate merged commit 90fcfbd into armbian:rk-6.1-rkr4.1 Nov 25, 2024
1 check passed
@nyanmisaka nyanmisaka deleted the patch-1 branch November 25, 2024 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants