-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
rockchip64-6.16: update rkvdec driver with HEVC, VDPU38X support #8574
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
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (5)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven’t tested it on hardware but looks good to me.
|
Thank you for your work. Would you be willing to add some meta-information to your patch so that it becomes easier to track in the future. DEP-3 might be a guideline if you are familiar with it. |
The patches from mailing list is generated by |
ea43da1 to
06f1a0d
Compare
Description
There are two patch series for rkvdec:
And collabora has a rebase branch of these two series: https://gitlab.collabora.com/detlev/linux/-/commits/add-vdpu381-and-383-to-rkvdec-v3
Collabora's patch series said that a patch for gstreamer is necessary for HEVC videos with short and long term reference set information: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9355, from my test gstreamer without the patch won't crash when playing.
To make chromium decoding work I add a new patch
media-0002-revert-rkvdec_s_ctrl.patchto fix the issue introduced by this commit since v6.16: torvalds/linux@d35c64eHow Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
./compile.sh kernel BOARD=armsom-sige7 BRANCH=edge KERNEL_CONFIGURE=no DEB_COMPRESS=xz KERNEL_BTF=yes KERNEL_GIT=shallowChecklist:
Please delete options that are not relevant.