I have been trying to get QuickSync working in Linux and am not having any luck.
I've tried lots of stuff, and probably to much to try and type it out.
I've tried the following distro's
Ubuntu 24.10 (Kernel 6.11)
Debian Testing (Trixie) (Kernel 6.11.4)
root@sirius:~# lspci -k
00:00.0 Host bridge: Intel Corporation Device 7d1b (rev 01)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7e32
00:01.0 PCI bridge: Intel Corporation Device 7ecc (rev 10)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7e32
Kernel driver in use: pcieport
00:02.0 VGA compatible controller: Intel Corporation Arrow Lake-U [Intel Graphics] (rev 06)
DeviceName: Onboard - Video
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7e32
Kernel driver in use: i915
Kernel modules: i915, xe
root@sirius:~# lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:7d1b] (rev 01)
00:01.0 PCI bridge [0604]: Intel Corporation Device [8086:7ecc] (rev 10)
00:02.0 VGA compatible controller [0300]: Intel Corporation Arrow Lake-U [Intel Graphics] [8086:7d67] (rev 06)
root@sirius:~# lsmod | grep xe
xe 3162112 0
drm_gpuvm 45056 1 xe
drm_exec 12288 2 drm_gpuvm,xe
gpu_sched 61440 1 xe
drm_suballoc_helper 16384 1 xe
drm_ttm_helper 16384 1 xe
drm_buddy 24576 2 xe,i915
ttm 110592 3 drm_ttm_helper,xe,i915
drm_display_helper 278528 2 xe,i915
cec 94208 3 drm_display_helper,xe,i915
i2c_algo_bit 16384 2 xe,i915
video 77824 2 xe,i915