blob: da6a5acf0e03309be4b3d91d329e8df7844516ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
- Avoid conflict between libva-nvidia-driver and libva-vdpau-driver
--- va/drm/va_drm_utils.c.orig 2024-06-20 06:49:27 UTC
+++ va/drm/va_drm_utils.c
@@ -65,7 +65,6 @@ VA_DRM_GetDriverNames(VADriverContextP ctx, char **dri
{ "radeon", { "r600", "radeonsi" } }, // Mesa Gallium
{ "amdgpu", { "radeonsi" } }, // Mesa Gallium
{ "WSL", { "d3d12" } }, // Mesa Gallium
- { "nvidia-drm", { "nvidia" } }, // Unofficial NVIDIA
};
const struct drm_state * const drm_state = ctx->drm_state;
|