diff options
author | Jakob Bornecrantz <jakob@vmware.com> | 2013-12-08 23:39:04 -0800 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2013-12-08 23:50:23 -0800 |
commit | 11e6a09fba446ce799a9de51d2d99586024bbdaa (patch) | |
tree | 44085cf544577b3d033801e73b02a8d527f04177 /include | |
parent | 9255ce80f88ba885c38c0bbd235db7c24392e22e (diff) | |
download | linux-11e6a09fba446ce799a9de51d2d99586024bbdaa.tar.gz linux-11e6a09fba446ce799a9de51d2d99586024bbdaa.tar.bz2 linux-11e6a09fba446ce799a9de51d2d99586024bbdaa.zip |
drm/vmwgfx: Add max surface memory param
Userspace uses this to workaround overcommit issues
by flushing the command stream early.
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Diffstat (limited to 'include')
-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 bcb0912afe7a..f854ca4a1372 100644 --- a/include/uapi/drm/vmwgfx_drm.h +++ b/include/uapi/drm/vmwgfx_drm.h @@ -75,6 +75,7 @@ #define DRM_VMW_PARAM_FIFO_CAPS 4 #define DRM_VMW_PARAM_MAX_FB_SIZE 5 #define DRM_VMW_PARAM_FIFO_HW_VERSION 6 +#define DRM_VMW_PARAM_MAX_SURF_MEMORY 7 /** * struct drm_vmw_getparam_arg |