Hello,
Hardware acceleration for Intel HD Graphics Valleyview and Cherryview works up to 14.1-RELEASE with drm-510-kmod.
Higher versions works but the hardware acceleration is not working.
Drm-510-kmod is barely alive in the ports tree for 2026Q2 - it will most likely be gone in Q3.
Compiling from source or installing xf86-video-intel, libva, libvdpau does not enable hardware acceleration.
A PR has been posted - 295788 - but the bug description is very vague.
The process to port a new version of drm drivers for FreeBSD is to grab the Linux drm, change as little as possible until it runs on FreeBSD.
Looking at the source code for all drm-kmod versions the code for Valleyview and Cherryview is still there (515, 61, 66, latest).
Let's assume that this bug comes from FreeBSD going from 14.1 to 14.2 or from the drm going from 510 to 515.
In the Makefile for drm-510-kmod it says "Not supported on FreeBSD 14.2 and higher" but it does not say why.
/grandpa
Hardware acceleration for Intel HD Graphics Valleyview and Cherryview works up to 14.1-RELEASE with drm-510-kmod.
Higher versions works but the hardware acceleration is not working.
Drm-510-kmod is barely alive in the ports tree for 2026Q2 - it will most likely be gone in Q3.
Compiling from source or installing xf86-video-intel, libva, libvdpau does not enable hardware acceleration.
A PR has been posted - 295788 - but the bug description is very vague.
The process to port a new version of drm drivers for FreeBSD is to grab the Linux drm, change as little as possible until it runs on FreeBSD.
Looking at the source code for all drm-kmod versions the code for Valleyview and Cherryview is still there (515, 61, 66, latest).
Let's assume that this bug comes from FreeBSD going from 14.1 to 14.2 or from the drm going from 510 to 515.
In the Makefile for drm-510-kmod it says "Not supported on FreeBSD 14.2 and higher" but it does not say why.
Does anyone know why drm-510-kmod not is supported on >14.2?
/grandpa