diff options
author | Neha Bhende <bhenden@vmware.com> | 2018-06-18 16:44:48 -0700 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2018-07-06 20:15:34 +0200 |
commit | 3b4c2511c004521efa89875512b5039a04d5e2e0 (patch) | |
tree | 874b557cf63de93c6d82ad8825a73fee13671a63 /include/uapi/drm | |
parent | dc75e733308c3673d88664fe5e6b9478fa6bec4d (diff) | |
download | talos-obmc-linux-3b4c2511c004521efa89875512b5039a04d5e2e0.tar.gz talos-obmc-linux-3b4c2511c004521efa89875512b5039a04d5e2e0.zip |
drm/vmwgfx: Add CAP2 support in vmwgfx
The device exposes a new capability register. Add support for it.
Signed-off-by: Neha Bhende <bhenden@vmware.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Diffstat (limited to 'include/uapi/drm')
-rw-r--r-- | include/uapi/drm/vmwgfx_drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/drm/vmwgfx_drm.h b/include/uapi/drm/vmwgfx_drm.h index 57115a5fe61a..84e81b38ca18 100644 --- a/include/uapi/drm/vmwgfx_drm.h +++ b/include/uapi/drm/vmwgfx_drm.h @@ -95,6 +95,7 @@ extern "C" { #define DRM_VMW_PARAM_MAX_MOB_SIZE 10 #define DRM_VMW_PARAM_SCREEN_TARGET 11 #define DRM_VMW_PARAM_DX 12 +#define DRM_VMW_PARAM_HW_CAPS2 13 /** * enum drm_vmw_handle_type - handle type for ref ioctls |