[PR #12691] [MERGED] Fix intel Xe kernel driver cannot be used with QSV #13323

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12691
Author: @nyanmisaka
Created: 9/23/2024
Status: Merged
Merged: 9/23/2024
Merged by: @crobibero

Base: masterHead: allow-intel-xe-kmd


📝 Commits (1)

  • adcc92b fix intel Xe kernel driver cannot be used with QSV

📊 Changes

1 file changed (+11 additions, -8 deletions)

View changed files

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

📄 Description

Changes

  • Fix intel Xe kernel driver cannot be used with QSV

Issues


🔄 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/12691 **Author:** [@nyanmisaka](https://github.com/nyanmisaka) **Created:** 9/23/2024 **Status:** ✅ Merged **Merged:** 9/23/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `allow-intel-xe-kmd` --- ### 📝 Commits (1) - [`adcc92b`](https://github.com/jellyfin/jellyfin/commit/adcc92b5ae347b257cf729629a4a7fb2e7504b26) fix intel Xe kernel driver cannot be used with QSV ### 📊 Changes **1 file changed** (+11 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+11 -8) </details> ### 📄 Description **Changes** - Fix intel Xe kernel driver cannot be used with QSV **Issues** - Lunar Lake/Battlemage and newer intel GPUs [use Xe KMD by default](https://github.com/FFmpeg/FFmpeg/commit/eab4a9e9f8ae4a057846f67de89b41f546365382). This also helps DG1 which is not well supported by i915 KMD in mainline. - Closes https://github.com/jellyfin/jellyfin/issues/11485 --- <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:10:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13323