Backmerge drm-fixes merge into Linus's tree into drm-next.
[linux-drm-fsl-dcu.git] / drivers / gpu / drm / vmwgfx / vmwgfx_stdu.c
index 87fc00af8d283a956c65bd38f124d69bbb02c639..4ef5ffd7189d176e5f3c38d3b7840729c3e2c49e 100644 (file)
@@ -1041,7 +1041,7 @@ out_finish:
  *  Screen Target CRTC dispatch table
  */
 static const struct drm_crtc_funcs vmw_stdu_crtc_funcs = {
-       .cursor_set = vmw_du_crtc_cursor_set,
+       .cursor_set2 = vmw_du_crtc_cursor_set2,
        .cursor_move = vmw_du_crtc_cursor_move,
        .gamma_set = vmw_du_crtc_gamma_set,
        .destroy = vmw_stdu_crtc_destroy,