intel / intel-vaapi-driver

VA-API user mode driver for Intel GEN Graphics family
https://01.org/linuxmedia
Other
305 stars 126 forks source link

i965_pci_ids: Add CFL PCI ID found on Xeon W-1290P #548

Open mrnuke opened 2 years ago

mrnuke commented 2 years ago

I found this PCI ID on my Xeon W-1290P machine. libva acceleration wasn;t working, and vainfo would fail with an unknown error.

I traced this back to a missing PCI ID in this driver. After adding the ID, VLC confirms that hardware acceleration is in use: Using Intel i965 driver for Intel(R) Coffee Lake ...

Signed-off-by: Alexandru Gagniuc mr.nuke.me@gmail.com