[PR #12758] [MERGED] Fix RKMPP-DRM-OpenCL mapping #13354

Closed
opened 2026-02-07 07:11:32 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12758
Author: @nyanmisaka
Created: 10/1/2024
Status: Merged
Merged: 10/1/2024
Merged by: @crobibero

Base: masterHead: fix-rkmpp-drm-ocl-map


📝 Commits (1)

  • d6a9db6 Fix RKMPP-DRM-OpenCL mapping

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+2 -2)

📄 Description

Unlike vaapi/d3d11->ocl, drm->ocl requires read+write permissions.

Changes

  • Fix RKMPP-DRM-OpenCL mapping

Issues

[  143.867208] rk_vcodec: mpp_task_attach_fd:1760: can't import dma-buf 122
[  143.867220] rk_vcodec: mpp_translate_reg_address:1816: reg[  0]: 0x0000007a fd 122 failed
[  143.867223] rk_vcodec: mpp_task_dump_mem_region:2003: --- dump task 0 mem region ---
[  143.867228] mpp_rkvenc2 fdbd0000.rkvenc-core: no memory region mapped
[  143.867236] rk_vcodec: mpp_process_task_default:614: alloc_task failed.
[  143.873903] rkvenc2_wait_result:2064: session 0000000028e16dd5 pending list is empty!
[  143.873910] rk_vcodec: mpp_msgs_wait:1612: session 1 wait result ret -5

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/12758 **Author:** [@nyanmisaka](https://github.com/nyanmisaka) **Created:** 10/1/2024 **Status:** ✅ Merged **Merged:** 10/1/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `fix-rkmpp-drm-ocl-map` --- ### 📝 Commits (1) - [`d6a9db6`](https://github.com/jellyfin/jellyfin/commit/d6a9db6ef2534b10752747a3241fd866759f8845) Fix RKMPP-DRM-OpenCL mapping ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+2 -2) </details> ### 📄 Description Unlike vaapi/d3d11->ocl, drm->ocl requires read+write permissions. **Changes** - Fix RKMPP-DRM-OpenCL mapping **Issues** - Fixes f4d5538 ``` [ 143.867208] rk_vcodec: mpp_task_attach_fd:1760: can't import dma-buf 122 [ 143.867220] rk_vcodec: mpp_translate_reg_address:1816: reg[ 0]: 0x0000007a fd 122 failed [ 143.867223] rk_vcodec: mpp_task_dump_mem_region:2003: --- dump task 0 mem region --- [ 143.867228] mpp_rkvenc2 fdbd0000.rkvenc-core: no memory region mapped [ 143.867236] rk_vcodec: mpp_process_task_default:614: alloc_task failed. [ 143.873903] rkvenc2_wait_result:2064: session 0000000028e16dd5 pending list is empty! [ 143.873910] rk_vcodec: mpp_msgs_wait:1612: session 1 wait result ret -5 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:11:32 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13354