diff options
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c')
-rw-r--r-- | drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c b/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c index b1fc1c02792d..f823fc3efed7 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | |||
@@ -1043,7 +1043,7 @@ out_finish: | |||
1043 | static struct drm_crtc_funcs vmw_stdu_crtc_funcs = { | 1043 | static struct drm_crtc_funcs vmw_stdu_crtc_funcs = { |
1044 | .save = vmw_du_crtc_save, | 1044 | .save = vmw_du_crtc_save, |
1045 | .restore = vmw_du_crtc_restore, | 1045 | .restore = vmw_du_crtc_restore, |
1046 | .cursor_set = vmw_du_crtc_cursor_set, | 1046 | .cursor_set2 = vmw_du_crtc_cursor_set2, |
1047 | .cursor_move = vmw_du_crtc_cursor_move, | 1047 | .cursor_move = vmw_du_crtc_cursor_move, |
1048 | .gamma_set = vmw_du_crtc_gamma_set, | 1048 | .gamma_set = vmw_du_crtc_gamma_set, |
1049 | .destroy = vmw_stdu_crtc_destroy, | 1049 | .destroy = vmw_stdu_crtc_destroy, |