Commit 811b40c8 authored by Dave Airlie's avatar Dave Airlie

Merge tag 'drm-misc-fixes-2017-02-09' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes

Last-minute vc4 fix for 4.10.

* tag 'drm-misc-fixes-2017-02-09' of git://anongit.freedesktop.org/git/drm-misc:
  drm: vc4: adapt to new behaviour of drm_crtc.c
parents 5d18a619 49d29a07
...@@ -858,7 +858,7 @@ struct drm_plane *vc4_plane_init(struct drm_device *dev, ...@@ -858,7 +858,7 @@ struct drm_plane *vc4_plane_init(struct drm_device *dev,
} }
} }
plane = &vc4_plane->base; plane = &vc4_plane->base;
ret = drm_universal_plane_init(dev, plane, 0xff, ret = drm_universal_plane_init(dev, plane, 0,
&vc4_plane_funcs, &vc4_plane_funcs,
formats, num_formats, formats, num_formats,
type, NULL); type, NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment