* [PATCH -next] drm: pl111: select DRM_PANEL
@ 2017-06-06 15:27 Randy Dunlap
2017-06-07 18:50 ` Eric Anholt
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2017-06-06 15:27 UTC (permalink / raw)
To: Dave Airlie, Eric Anholt, dri-devel; +Cc: LKML
From: Randy Dunlap <rdunlap@infradead.org>
The drm pl111 driver uses drm_panel interfaces so it should select
DRM_PANEL to fix build errors.
drivers/built-in.o: In function `pl111_connector_destroy':
pl111_connector.c:(.text+0xc7285): undefined reference to `drm_panel_detach'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
drivers/gpu/drm/pl111/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20170606.orig/drivers/gpu/drm/pl111/Kconfig
+++ linux-next-20170606/drivers/gpu/drm/pl111/Kconfig
@@ -3,6 +3,7 @@ config DRM_PL111
depends on DRM
depends on ARM || ARM64 || COMPILE_TEST
depends on COMMON_CLK
+ select DRM_PANEL
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
select DRM_GEM_CMA_HELPER
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH -next] drm: pl111: select DRM_PANEL
2017-06-06 15:27 [PATCH -next] drm: pl111: select DRM_PANEL Randy Dunlap
@ 2017-06-07 18:50 ` Eric Anholt
0 siblings, 0 replies; 2+ messages in thread
From: Eric Anholt @ 2017-06-07 18:50 UTC (permalink / raw)
To: Randy Dunlap, Dave Airlie, dri-devel; +Cc: LKML
[-- Attachment #1: Type: text/plain, Size: 639 bytes --]
Randy Dunlap <rdunlap@infradead.org> writes:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> The drm pl111 driver uses drm_panel interfaces so it should select
> DRM_PANEL to fix build errors.
>
> drivers/built-in.o: In function `pl111_connector_destroy':
> pl111_connector.c:(.text+0xc7285): undefined reference to `drm_panel_detach'
This should have been fixed a week ago:
commit e7cc23de3e4e9222ae4fd24a00583aa5d2ed7610
Author: Arnd Bergmann <arnd@arndb.de>
AuthorDate: Tue May 30 11:22:08 2017 +0200
Commit: Daniel Vetter <daniel.vetter@ffwll.ch>
CommitDate: Wed May 31 09:32:32 2017 +0200
drm/pl111: select DRM_PANEL
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-07 18:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-06 15:27 [PATCH -next] drm: pl111: select DRM_PANEL Randy Dunlap
2017-06-07 18:50 ` Eric Anholt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®