summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2017-05-11 04:39:57 -0700
committerThomas Hellstrom <thellstrom@vmware.com>2017-08-21 11:33:34 +0200
commitc8b8b2ee4a7b1085990443bbf1903ec265ff46f0 (patch)
treeaa61c2555cf45a88045d084684c2102da915a36e
parent3aff4ee5ca885d09d3b4ad2b0980b84978597815 (diff)
Revert "vmware/vmwgfx: Support multiple dri driver names"
This reverts commit d5550b7f8375c3d9003731578c1570e014577348. The commit was intended to support video drivers, but has the side effect that GLX thinks our driver supports more than it does. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com>
-rw-r--r--vmwgfx/vmwgfx_dri2.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/vmwgfx/vmwgfx_dri2.c b/vmwgfx/vmwgfx_dri2.c
index 621012a..bb66aef 100644
--- a/vmwgfx/vmwgfx_dri2.c
+++ b/vmwgfx/vmwgfx_dri2.c
@@ -415,9 +415,6 @@ xorg_dri2_init(ScreenPtr pScreen)
int major, minor;
char fdPath[VMWGFX_FD_PATH_LEN];
ssize_t numChar;
- static const char driverName[] = "vmwgfx";
- static const char *const driverNames[] = {
- driverName, driverName};
memset(&dri2info, 0, sizeof(dri2info));
@@ -429,11 +426,9 @@ xorg_dri2_init(ScreenPtr pScreen)
minor = 0;
}
- dri2info.version = min(DRI2INFOREC_VERSION, 4);
+ dri2info.version = min(DRI2INFOREC_VERSION, 3);
dri2info.fd = ms->fd;
- dri2info.driverName = NULL;
- dri2info.numDrivers = 2;
- dri2info.driverNames = driverNames;
+ dri2info.driverName = "vmwgfx";
/*
* This way of obtaining the DRM device name is a bit