Skip to content

Commit 811b40c

Browse files
committed
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
2 parents 5d18a61 + 49d29a0 commit 811b40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/vc4/vc4_plane.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ struct drm_plane *vc4_plane_init(struct drm_device *dev,
858858
}
859859
}
860860
plane = &vc4_plane->base;
861-
ret = drm_universal_plane_init(dev, plane, 0xff,
861+
ret = drm_universal_plane_init(dev, plane, 0,
862862
&vc4_plane_funcs,
863863
formats, num_formats,
864864
type, NULL);

0 commit comments

Comments
 (0)