diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2011-08-31 03:42:51 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-09-01 04:38:11 -0400 |
commit | dcca28627df25292139afbce287045ddd3dc909e (patch) | |
tree | eceefeef8bb263fc96aa0567cee3dcdd75a2bf59 /drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | |
parent | fb17f18993071cc230ec8ddb6dd3dd9932d2dba2 (diff) |
vmwgfx: Update register definitions for HWV8 and print out new capabilities
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: José Fonseca <jfonseca@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_drv.c')
-rw-r--r-- | drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 4 |
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 | ||
194 | static int vmw_request_device(struct vmw_private *dev_priv) | 198 | static int vmw_request_device(struct vmw_private *dev_priv) |