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
rocm: also set LIBVA_DRIVER_NAME for AMD's vendored gallium VA-API driver
libva auto-detects the DRM driver name as "radeonsi" from the kernel and
looks for radeonsi_drv_video.so. AMD vendored it as
librocm_sysdeps_gallium_drv_video.so, so LIBVA_DRIVER_NAME must be set to
"librocm_sysdeps_gallium" to override that. Verified locally: vaInitialize
returns 0 with both LIBVA_DRIVERS_PATH and LIBVA_DRIVER_NAME set.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments