st/drm: Expose kernel driver name
[mesa.git] / src / gallium / winsys / drm / vmware / core / vmw_screen_dri.c
index 7c47d434f0e64acbb45aad74590971681e2987b2..dbbe1701f190152af3a4fafbc90c8f154df890c6 100644 (file)
@@ -375,6 +375,7 @@ static struct dri1_api dri1_api_hooks = {
 };
 
 static struct drm_api vmw_drm_api_hooks = {
+   .driver_name = "vmwgfx",
    .create_screen = vmw_drm_create_screen,
    .create_context = vmw_drm_create_context,
    .texture_from_shared_handle = vmw_drm_texture_from_handle,