You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
va_drm_utils: Map d3d12 gallium driver for Windows Subsytem for Linux
In Windows Subsystem for Linux we use VGEM to expose
a dri device and load the mesa d3d12 gallium driver.
The d3d12 component will then load the actual GPU vendor
user mode driver lib from /lib/wsl/lib or /lib/wsl/drivers
When libva initializes with DRM, add detection of the VGEM device
in the WSL environment, and only then map to WSL/d3d12 driver name
so that libva/drm loads d3d12_drv_video.so mesa gallium driver.
Signed-off-by: Sil Vilerino <sivileri@microsoft.com>
0 commit comments