[PATCH 0/5] build fixes to make fbdev optional

2016-08-12 Thread Daniel Vetter
On Wed, Aug 10, 2016 at 02:33:52PM -0400, Alex Deucher wrote: > On Wed, Aug 10, 2016 at 12:52 PM, Daniel Vetter > wrote: > > 0-day has been annoying me lately with a constant trickle of build failures > > with > > a few drivers when DRM_FBDEV_EMULATION is not set. This series here should > > fi

[PATCH 0/5] build fixes to make fbdev optional

2016-08-10 Thread Daniel Vetter
0-day has been annoying me lately with a constant trickle of build failures with a few drivers when DRM_FBDEV_EMULATION is not set. This series here should fix them all I hope. -Daniel Daniel Vetter (5): drm/fb-helper: Add a dummy remove_conflicting_framebuffers drm: Remove superflous linux/fb

[PATCH 0/5] build fixes to make fbdev optional

2016-08-10 Thread Alex Deucher
On Wed, Aug 10, 2016 at 12:52 PM, Daniel Vetter wrote: > 0-day has been annoying me lately with a constant trickle of build failures > with > a few drivers when DRM_FBDEV_EMULATION is not set. This series here should fix > them all I hope. > -Daniel > > Daniel Vetter (5): > drm/fb-helper: Add