All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Eric Anholt <eric@anholt.net>, David Airlie <airlied@linux.ie>,
	Daniel Vetter <daniel.vetter@ffwll.ch>,
	Tom Cooksey <tom.cooksey@arm.com>,
	"open list:DRM PANEL DRIVERS" <dri-devel@lists.freedesktop.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] drm/pl111: select DRM_PANEL
Date: Tue, 30 May 2017 13:35:51 +0200	[thread overview]
Message-ID: <CACRpkdbyQcotzs=qbHE2djJkRg9AaAozykOxsS6FYFusBz4+_w@mail.gmail.com> (raw)
In-Reply-To: <20170530092224.1204037-1-arnd@arndb.de>

On Tue, May 30, 2017 at 11:22 AM, Arnd Bergmann <arnd@arndb.de> 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 appears in the latest linux-next
> although the driver appears to have used the symbol for a few
> weeks already. The solution however is simple enough, we just
> need to add a 'select' statement.
>
> Fixes: bed41005e617 ("drm/pl111: Initial drm/kms driver for pl111")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Tested-by: Linus Walleij <linus.walleij@linaro.org>

I had the same patch in my tree, just haven't had time to send
it out.

Yours,
Linus Walleij

WARNING: multiple messages have this Message-ID (diff)
From: Linus Walleij <linus.walleij@linaro.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"open list:DRM PANEL DRIVERS" <dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH] drm/pl111: select DRM_PANEL
Date: Tue, 30 May 2017 13:35:51 +0200	[thread overview]
Message-ID: <CACRpkdbyQcotzs=qbHE2djJkRg9AaAozykOxsS6FYFusBz4+_w@mail.gmail.com> (raw)
In-Reply-To: <20170530092224.1204037-1-arnd@arndb.de>

On Tue, May 30, 2017 at 11:22 AM, Arnd Bergmann <arnd@arndb.de> 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 appears in the latest linux-next
> although the driver appears to have used the symbol for a few
> weeks already. The solution however is simple enough, we just
> need to add a 'select' statement.
>
> Fixes: bed41005e617 ("drm/pl111: Initial drm/kms driver for pl111")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Tested-by: Linus Walleij <linus.walleij@linaro.org>

I had the same patch in my tree, just haven't had time to send
it out.

Yours,
Linus Walleij
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2017-05-30 11:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-30  9:22 [PATCH] drm/pl111: select DRM_PANEL Arnd Bergmann
2017-05-30  9:22 ` Arnd Bergmann
2017-05-30 11:35 ` Linus Walleij [this message]
2017-05-30 11:35   ` Linus Walleij
2017-05-31  7:18   ` Daniel Vetter
2017-05-31  7:18     ` Daniel Vetter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACRpkdbyQcotzs=qbHE2djJkRg9AaAozykOxsS6FYFusBz4+_w@mail.gmail.com' \
    --to=linus.walleij@linaro.org \
    --cc=airlied@linux.ie \
    --cc=arnd@arndb.de \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=eric@anholt.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tom.cooksey@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.