From: Torsten Duwe <duwe@suse.de>
To: Maxime Ripard <maxime@cerno.tech>
Cc: kbuild-all@lists.01.org, kbuild test robot <lkp@intel.com>,
dri-devel@lists.freedesktop.org,
Vasily Khoruzhick <anarsoul@gmail.com>,
Sean Paul <seanpaul@chromium.org>,
Icenowy Zheng <icenowy@aosc.io>
Subject: Re: [drm-drm-misc:drm-misc-next 5/5] include/linux/kernel.h:994:32: error: dereferencing pointer to incomplete type 'struct drm_bridge'
Date: Tue, 12 Nov 2019 13:10:13 +0100 [thread overview]
Message-ID: <20191112121013.GA31859@suse.de> (raw)
In-Reply-To: <20191112092239.GT4345@gilmour.lan>
On Tue, Nov 12, 2019 at 10:22:39AM +0100, Maxime Ripard wrote:
> Hi Thorsten,
>
> On Mon, Nov 11, 2019 at 11:53:20PM +0800, kbuild test robot wrote:
> >
> > drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:48:20: error: field 'bridge' has incomplete type
> > struct drm_bridge bridge;
> > ^~~~~~
> > drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:52:21: error: field 'link' has incomplete type
> > struct drm_dp_link link;
> > ^~~~
>
> It looks like you didn't compile your driver after rebasing.
FWIW I compiled and ran the rebased series, based on 5.4-rc6 + 025910db8.
Who needs stable in-kernel interfaces anyway :-/
> The first error here is pretty trivial (missing drm_bridge.h include),
> but the second one is there becaus the DP link helpers you rely on
> have been removed.
>
> Can you send a patch to fix this? Otherwise, we can just revert the
> offending patch.
https://patchwork.freedesktop.org/series/68031/ passed me by unnoticed;
I wonder why I Cc'ed Thierry on every single patch? A simple heads-up would
have sufficed.
Now that I have that series, I'm confident I can update the anx6345 driver
accordingly.
Stay tuned...
Torsten
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Torsten Duwe <duwe@suse.de>
To: kbuild-all@lists.01.org
Subject: Re: [drm-drm-misc:drm-misc-next 5/5] include/linux/kernel.h:994:32: error: dereferencing pointer to incomplete type 'struct drm_bridge'
Date: Tue, 12 Nov 2019 13:10:13 +0100 [thread overview]
Message-ID: <20191112121013.GA31859@suse.de> (raw)
In-Reply-To: <20191112092239.GT4345@gilmour.lan>
[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]
On Tue, Nov 12, 2019 at 10:22:39AM +0100, Maxime Ripard wrote:
> Hi Thorsten,
>
> On Mon, Nov 11, 2019 at 11:53:20PM +0800, kbuild test robot wrote:
> >
> > drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:48:20: error: field 'bridge' has incomplete type
> > struct drm_bridge bridge;
> > ^~~~~~
> > drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:52:21: error: field 'link' has incomplete type
> > struct drm_dp_link link;
> > ^~~~
>
> It looks like you didn't compile your driver after rebasing.
FWIW I compiled and ran the rebased series, based on 5.4-rc6 + 025910db8.
Who needs stable in-kernel interfaces anyway :-/
> The first error here is pretty trivial (missing drm_bridge.h include),
> but the second one is there becaus the DP link helpers you rely on
> have been removed.
>
> Can you send a patch to fix this? Otherwise, we can just revert the
> offending patch.
https://patchwork.freedesktop.org/series/68031/ passed me by unnoticed;
I wonder why I Cc'ed Thierry on every single patch? A simple heads-up would
have sufficed.
Now that I have that series, I'm confident I can update the anx6345 driver
accordingly.
Stay tuned...
Torsten
next prev parent reply other threads:[~2019-11-12 12:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-11 15:53 [drm-drm-misc:drm-misc-next 5/5] include/linux/kernel.h:994:32: error: dereferencing pointer to incomplete type 'struct drm_bridge' kbuild test robot
2019-11-12 9:22 ` Maxime Ripard
2019-11-12 12:10 ` Torsten Duwe [this message]
2019-11-12 12:10 ` Torsten Duwe
2019-11-12 18:44 ` Maxime Ripard
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=20191112121013.GA31859@suse.de \
--to=duwe@suse.de \
--cc=anarsoul@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=icenowy@aosc.io \
--cc=kbuild-all@lists.01.org \
--cc=lkp@intel.com \
--cc=maxime@cerno.tech \
--cc=seanpaul@chromium.org \
/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.