mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12691] [MERGED] Fix intel Xe kernel driver cannot be used with QSV #13323
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:allow-intel-xe-kmd📝 Commits (1)
adcc92bfix 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
Issues
Lunar Lake/Battlemage and newer intel GPUs use Xe KMD by default.
This also helps DG1 which is not well supported by i915 KMD in mainline.
Closes https://github.com/jellyfin/jellyfin/issues/11485
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.