Signed-off-by: Mark Thompson <sw(a)jkqxz.net>
---
If I do "make install" with current Mesa or install from a package like
<
https://packages.debian.org/stretch/amd64/mesa-va-drivers/filelist> then I get
these driver names, not "gallium" as the previous code here tries to use.
va/drm/va_drm_utils.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/va/drm/va_drm_utils.c b/va/drm/va_drm_utils.c
index 041be79..d2cee26 100644
--- a/va/drm/va_drm_utils.c
+++ b/va/drm/va_drm_utils.c
@@ -41,8 +41,8 @@ static const struct driver_name_map g_driver_name_map[] = {
{ "pvrsrvkm", 8, "pvr" }, // Intel UMG PVR driver
{ "emgd", 4, "emgd" }, // Intel ECG PVR driver
{ "hybrid", 6, "hybrid" }, // Intel OTC Hybrid driver
- { "nouveau", 7, "gallium" }, // Mesa Gallium driver
- { "radeon", 6, "gallium" }, // Mesa Gallium driver
+ { "nouveau", 7, "nouveau" }, // Mesa Gallium driver
+ { "radeon", 6, "r600" }, // Mesa Gallium driver
{ NULL, }
};
--
2.11.0