summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader/pipe_vmwgfx.c
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-10-11 19:39:24 +0100
committerEmil Velikov <[email protected]>2016-10-14 11:09:00 +0100
commit9837cf13b153218d9a5f32f538277e4fc139cebe (patch)
tree688eaa6310a8174c63e183fd60b2f56f1bcf12f5 /src/gallium/targets/pipe-loader/pipe_vmwgfx.c
parent0f031dcf115c1dfbd87c3d8b986a86431cfdf217 (diff)
gallium: remove unused drm_driver_descriptor::driver_name
Likely unused since day 1, although I've only checked back until the st/dri unification with commit 29ca7d2c948 ("st/dri: merge dri/drm and dri/sw backends") Based on the comment, referencing drmOpenByName it's not something we want to bring back. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/targets/pipe-loader/pipe_vmwgfx.c')
-rw-r--r--src/gallium/targets/pipe-loader/pipe_vmwgfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/pipe-loader/pipe_vmwgfx.c b/src/gallium/targets/pipe-loader/pipe_vmwgfx.c
index 71015dfadb7..4572327d550 100644
--- a/src/gallium/targets/pipe-loader/pipe_vmwgfx.c
+++ b/src/gallium/targets/pipe-loader/pipe_vmwgfx.c
@@ -47,4 +47,4 @@ static const struct drm_conf_ret *drm_configuration(enum drm_conf conf)
}
PUBLIC
-DRM_DRIVER_DESCRIPTOR("vmwgfx", "vmwgfx", create_screen, drm_configuration)
+DRM_DRIVER_DESCRIPTOR("vmwgfx", create_screen, drm_configuration)