Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 718cc664 authored by Dave Airlie's avatar Dave Airlie
Browse files

Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-fixes

* 'linux-4.7' of git://github.com/skeggsb/linux:
  drm/nouveau: fix for disabled fbdev emulation
parents 33688abb 52dfcc5c
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -552,6 +552,7 @@ nouveau_fbcon_init(struct drm_device *dev)
	if (ret)
	if (ret)
		goto fini;
		goto fini;


	if (fbcon->helper.fbdev)
		fbcon->helper.fbdev->pixmap.buf_align = 4;
		fbcon->helper.fbdev->pixmap.buf_align = 4;
	return 0;
	return 0;