diff options
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_drv.h')
-rw-r--r-- | drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h index 30589d0aecd9..8cca91a93bde 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | |||
@@ -40,9 +40,9 @@ | |||
40 | #include "ttm/ttm_module.h" | 40 | #include "ttm/ttm_module.h" |
41 | #include "vmwgfx_fence.h" | 41 | #include "vmwgfx_fence.h" |
42 | 42 | ||
43 | #define VMWGFX_DRIVER_DATE "20111008" | 43 | #define VMWGFX_DRIVER_DATE "20111025" |
44 | #define VMWGFX_DRIVER_MAJOR 2 | 44 | #define VMWGFX_DRIVER_MAJOR 2 |
45 | #define VMWGFX_DRIVER_MINOR 2 | 45 | #define VMWGFX_DRIVER_MINOR 3 |
46 | #define VMWGFX_DRIVER_PATCHLEVEL 0 | 46 | #define VMWGFX_DRIVER_PATCHLEVEL 0 |
47 | #define VMWGFX_FILE_PAGE_OFFSET 0x00100000 | 47 | #define VMWGFX_FILE_PAGE_OFFSET 0x00100000 |
48 | #define VMWGFX_FIFO_STATIC_SIZE (1024*1024) | 48 | #define VMWGFX_FIFO_STATIC_SIZE (1024*1024) |
@@ -633,6 +633,8 @@ int vmw_kms_readback(struct vmw_private *dev_priv, | |||
633 | struct drm_vmw_fence_rep __user *user_fence_rep, | 633 | struct drm_vmw_fence_rep __user *user_fence_rep, |
634 | struct drm_vmw_rect *clips, | 634 | struct drm_vmw_rect *clips, |
635 | uint32_t num_clips); | 635 | uint32_t num_clips); |
636 | int vmw_kms_update_layout_ioctl(struct drm_device *dev, void *data, | ||
637 | struct drm_file *file_priv); | ||
636 | 638 | ||
637 | /** | 639 | /** |
638 | * Overlay control - vmwgfx_overlay.c | 640 | * Overlay control - vmwgfx_overlay.c |