diff options
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_kms.c')
-rw-r--r-- | drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c index f30223cafad..073b3e1c9cc 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | |||
@@ -392,6 +392,7 @@ out_unlock: | |||
392 | 392 | ||
393 | 393 | ||
394 | int vmw_framebuffer_surface_dirty(struct drm_framebuffer *framebuffer, | 394 | int vmw_framebuffer_surface_dirty(struct drm_framebuffer *framebuffer, |
395 | struct drm_file *file_priv, | ||
395 | unsigned flags, unsigned color, | 396 | unsigned flags, unsigned color, |
396 | struct drm_clip_rect *clips, | 397 | struct drm_clip_rect *clips, |
397 | unsigned num_clips) | 398 | unsigned num_clips) |
@@ -583,6 +584,7 @@ void vmw_framebuffer_dmabuf_destroy(struct drm_framebuffer *framebuffer) | |||
583 | } | 584 | } |
584 | 585 | ||
585 | int vmw_framebuffer_dmabuf_dirty(struct drm_framebuffer *framebuffer, | 586 | int vmw_framebuffer_dmabuf_dirty(struct drm_framebuffer *framebuffer, |
587 | struct drm_file *file_priv, | ||
586 | unsigned flags, unsigned color, | 588 | unsigned flags, unsigned color, |
587 | struct drm_clip_rect *clips, | 589 | struct drm_clip_rect *clips, |
588 | unsigned num_clips) | 590 | unsigned num_clips) |