aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_drv.c')
-rw-r--r--drivers/gpu/drm/vmwgfx/vmwgfx_drv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
index 77e77b2b9d80..bff79326c3ec 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
@@ -189,6 +189,10 @@ static void vmw_print_capabilities(uint32_t capabilities)
189 DRM_INFO(" GMR.\n"); 189 DRM_INFO(" GMR.\n");
190 if (capabilities & SVGA_CAP_TRACES) 190 if (capabilities & SVGA_CAP_TRACES)
191 DRM_INFO(" Traces.\n"); 191 DRM_INFO(" Traces.\n");
192 if (capabilities & SVGA_CAP_GMR2)
193 DRM_INFO(" GMR2.\n");
194 if (capabilities & SVGA_CAP_SCREEN_OBJECT_2)
195 DRM_INFO(" Screen Object 2.\n");
192} 196}
193 197
194static int vmw_request_device(struct vmw_private *dev_priv) 198static int vmw_request_device(struct vmw_private *dev_priv)