Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1275986 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2015-11-24 01:40 +0100 |
| Last post | 2015-11-24 18:10 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
linux-next: build failure after merge of the drm-panel tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-11-24 01:40 +0100
Re: linux-next: build failure after merge of the drm-panel tree Bjorn Andersson <bjorn@kryo.se> - 2015-11-24 07:10 +0100
Re: linux-next: build failure after merge of the drm-panel tree Thierry Reding <thierry.reding@gmail.com> - 2015-11-24 18:10 +0100
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2015-11-24 01:40 +0100 |
| Subject | linux-next: build failure after merge of the drm-panel tree |
| Message-ID | <qy9Oh-Lz-13@gated-at.bofh.it> |
Hi Thierry,
After merging the drm-panel tree, today's linux-next build (x86_64
allmodconfig) failed like this:
drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c: In function 'wuxga_nt_panel_on':
drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c:65:8: error: implicit declaration of function 'mipi_dsi_turn_on_peripheral' [-Werror=implicit-function-declaration]
ret = mipi_dsi_turn_on_peripheral(dsi);
^
drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c: In function 'wuxga_nt_panel_disable':
drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c:79:2: error: implicit declaration of function 'mipi_dsi_shutdown_peripheral' [-Werror=implicit-function-declaration]
mipi_dsi_shutdown_peripheral(wuxga_nt->dsi);
^
Caused by commit
086ceb6b42ca ("drm/panel: Add Panasonic VVX10F034N00 MIPI DSI panel")
I have used the version of the drm-panel tree from next-20151123 for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Bjorn Andersson <bjorn@kryo.se> |
|---|---|
| Date | 2015-11-24 07:10 +0100 |
| Message-ID | <qyeXE-4hD-9@gated-at.bofh.it> |
| In reply to | #1275986 |
On Mon, Nov 23, 2015 at 4:38 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi Thierry,
>
> After merging the drm-panel tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c: In function 'wuxga_nt_panel_on':
> drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c:65:8: error: implicit declaration of function 'mipi_dsi_turn_on_peripheral' [-Werror=implicit-function-declaration]
> ret = mipi_dsi_turn_on_peripheral(dsi);
> ^
> drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c: In function 'wuxga_nt_panel_disable':
> drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c:79:2: error: implicit declaration of function 'mipi_dsi_shutdown_peripheral' [-Werror=implicit-function-declaration]
> mipi_dsi_shutdown_peripheral(wuxga_nt->dsi);
> ^
>
> Caused by commit
>
> 086ceb6b42ca ("drm/panel: Add Panasonic VVX10F034N00 MIPI DSI panel")
>
> I have used the version of the drm-panel tree from next-20151123 for today.
>
Thierry,
This means that patch 1 of the series was not picked up. It can be
found here: https://patchwork.kernel.org/patch/7530121/
Regards,
Bjorn
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Thierry Reding <thierry.reding@gmail.com> |
|---|---|
| Date | 2015-11-24 18:10 +0100 |
| Message-ID | <qypgo-2AY-47@gated-at.bofh.it> |
| In reply to | #1275986 |
[Multipart message — attachments visible in raw view] — view raw
On Tue, Nov 24, 2015 at 11:38:16AM +1100, Stephen Rothwell wrote:
> Hi Thierry,
>
> After merging the drm-panel tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c: In function 'wuxga_nt_panel_on':
> drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c:65:8: error: implicit declaration of function 'mipi_dsi_turn_on_peripheral' [-Werror=implicit-function-declaration]
> ret = mipi_dsi_turn_on_peripheral(dsi);
> ^
> drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c: In function 'wuxga_nt_panel_disable':
> drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c:79:2: error: implicit declaration of function 'mipi_dsi_shutdown_peripheral' [-Werror=implicit-function-declaration]
> mipi_dsi_shutdown_peripheral(wuxga_nt->dsi);
> ^
>
> Caused by commit
>
> 086ceb6b42ca ("drm/panel: Add Panasonic VVX10F034N00 MIPI DSI panel")
>
> I have used the version of the drm-panel tree from next-20151123 for today.
Okay, this should be fixed now in the drm/panel tree.
Thanks,
Thierry
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web