Re: [PATCH] drm/pl111: select DRM_PANEL

2017-05-31 Thread Daniel Vetter
On Tue, May 30, 2017 at 01:35:51PM +0200, Linus Walleij wrote: > On Tue, May 30, 2017 at 11:22 AM, Arnd Bergmann wrote: > > > When DRM_PANEL is disabled, we get a link error for pl111: > > > > drivers/gpu/built-in.o: In function `pl111_connector_destroy': > > pl111_connector.c:(.text+0x3487e6): u

Re: [PATCH] drm/pl111: select DRM_PANEL

2017-05-30 Thread Linus Walleij
On Tue, May 30, 2017 at 11:22 AM, Arnd Bergmann wrote: > When DRM_PANEL is disabled, we get a link error for pl111: > > drivers/gpu/built-in.o: In function `pl111_connector_destroy': > pl111_connector.c:(.text+0x3487e6): undefined reference to `drm_panel_detach' > > For some reason this only appe

[PATCH] drm/pl111: select DRM_PANEL

2017-05-30 Thread Arnd Bergmann
When DRM_PANEL is disabled, we get a link error for pl111: drivers/gpu/built-in.o: In function `pl111_connector_destroy': pl111_connector.c:(.text+0x3487e6): undefined reference to `drm_panel_detach' For some reason this only appears in the latest linux-next although the driver appears to have us