virgl: change vendor id to reflect reality more.
authorDave Airlie <airlied@redhat.com>
Mon, 15 Jun 2020 21:22:40 +0000 (07:22 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 16 Jun 2020 19:19:01 +0000 (05:19 +1000)
virgl vendor id should probably be little more generic now.

I think I picked this becuase the virtio pci id space was under
RH's name and they did pay for it, but at this point I think it's
better to just use something generic.

Reviewed-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5483>

src/gallium/drivers/virgl/virgl_screen.c

index f646b194dac95b459595f2cb54d67732cbdf3221..eb3712b24cd1ec659a796abac5e5d192ea6aed8e 100644 (file)
@@ -54,7 +54,7 @@ DEBUG_GET_ONCE_FLAGS_OPTION(virgl_debug, "VIRGL_DEBUG", debug_options, 0)
 static const char *
 virgl_get_vendor(struct pipe_screen *screen)
 {
-   return "Red Hat";
+   return "Mesa/X.org";
 }