* Re: linux-next: build failure after merge of the drm-exynos tree
[not found] ` <20250826121320.4931c6eb@canb.auug.org.au>
@ 2025-09-01 2:22 ` Stephen Rothwell
2025-09-02 3:03 ` Stephen Rothwell
0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2025-09-01 2:22 UTC (permalink / raw)
To: Inki Dae
Cc: Inki Dae, Kaustabh Chakraborty, Linux Kernel Mailing List,
Linux Next Mailing List, Dave Airlie, DRI
[-- Attachment #1: Type: text/plain, Size: 906 bytes --]
Hi all,
On Tue, 26 Aug 2025 12:13:20 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> On Thu, 21 Aug 2025 11:27:40 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > After merging the drm-exynos tree, today's linux-next build (arm
> > multi_v7_defconfig) failed like this:
> >
> > drivers/gpu/drm/exynos/exynos_drm_dsi.c:158:20: error: 'DSIM_TYPE_EXYNOS7870' undeclared here (not in a function); did you mean 'DSIM_TYPE_EXYNOS5410'?
> > 158 | .hw_type = DSIM_TYPE_EXYNOS7870,
> > | ^~~~~~~~~~~~~~~~~~~~
> > | DSIM_TYPE_EXYNOS5410
> >
> > Caused by commit
> >
> > d07e4c00696f ("drm/exynos: dsi: add support for exynos7870")
> >
> > I have used the drm-exynos tree from next-20250820 for today.
>
> I am still seeing this failure.
I am still seeing this failure.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: build failure after merge of the drm-exynos tree
2025-09-01 2:22 ` linux-next: build failure after merge of the drm-exynos tree Stephen Rothwell
@ 2025-09-02 3:03 ` Stephen Rothwell
2025-09-03 15:51 ` Kaustabh Chakraborty
0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2025-09-02 3:03 UTC (permalink / raw)
To: Inki Dae
Cc: Inki Dae, Kaustabh Chakraborty, Linux Kernel Mailing List,
Linux Next Mailing List, Dave Airlie, DRI
[-- Attachment #1: Type: text/plain, Size: 1113 bytes --]
Hi all,
On Mon, 1 Sep 2025 12:22:26 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> On Tue, 26 Aug 2025 12:13:20 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > On Thu, 21 Aug 2025 11:27:40 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > >
> > > After merging the drm-exynos tree, today's linux-next build (arm
> > > multi_v7_defconfig) failed like this:
> > >
> > > drivers/gpu/drm/exynos/exynos_drm_dsi.c:158:20: error: 'DSIM_TYPE_EXYNOS7870' undeclared here (not in a function); did you mean 'DSIM_TYPE_EXYNOS5410'?
> > > 158 | .hw_type = DSIM_TYPE_EXYNOS7870,
> > > | ^~~~~~~~~~~~~~~~~~~~
> > > | DSIM_TYPE_EXYNOS5410
> > >
> > > Caused by commit
> > >
> > > d07e4c00696f ("drm/exynos: dsi: add support for exynos7870")
> > >
> > > I have used the drm-exynos tree from next-20250820 for today.
> >
> > I am still seeing this failure.
>
> I am still seeing this failure.
Today, I have just reverted that commit instead of the whole branch,
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: build failure after merge of the drm-exynos tree
2025-09-02 3:03 ` Stephen Rothwell
@ 2025-09-03 15:51 ` Kaustabh Chakraborty
2025-09-03 21:59 ` Stephen Rothwell
0 siblings, 1 reply; 4+ messages in thread
From: Kaustabh Chakraborty @ 2025-09-03 15:51 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Inki Dae, Inki Dae, Linux Kernel Mailing List,
Linux Next Mailing List, Dave Airlie, DRI
On 2025-09-02 03:03, Stephen Rothwell wrote:
> Hi all,
>
> On Mon, 1 Sep 2025 12:22:26 +1000 Stephen Rothwell
> <sfr@canb.auug.org.au> wrote:
>>
>> On Tue, 26 Aug 2025 12:13:20 +1000 Stephen Rothwell
>> <sfr@canb.auug.org.au> wrote:
>> >
>> > On Thu, 21 Aug 2025 11:27:40 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>> > >
>> > > After merging the drm-exynos tree, today's linux-next build (arm
>> > > multi_v7_defconfig) failed like this:
>> > >
>> > > drivers/gpu/drm/exynos/exynos_drm_dsi.c:158:20: error: 'DSIM_TYPE_EXYNOS7870' undeclared here (not in a function); did you mean 'DSIM_TYPE_EXYNOS5410'?
>> > > 158 | .hw_type = DSIM_TYPE_EXYNOS7870,
>> > > | ^~~~~~~~~~~~~~~~~~~~
>> > > | DSIM_TYPE_EXYNOS5410
>> > >
>> > > Caused by commit
>> > >
>> > > d07e4c00696f ("drm/exynos: dsi: add support for exynos7870")
>> > >
>> > > I have used the drm-exynos tree from next-20250820 for today.
>> >
>> > I am still seeing this failure.
>>
>> I am still seeing this failure.
>
> Today, I have just reverted that commit instead of the whole branch,
Hi, sorry for the late reply.
This commit is from commit [1] of branch [2]. However, the macro is
defined in commit [3] of branch [4]. I had sent those patches in a
single
patchset, though.
I guess the merge strategy would be exynos-drm-misc-next, followed by
exynos-drm-next.
Let me know if you need to know anything else. Thanks!
[1]
https://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git/commit/?h=exynos-drm-next&id=d07e4c00696f53510ec8a23dcba0c4ac87840874
[2]
https://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git/log/?h=exynos-drm-next
[3]
https://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git/commit/?h=exynos-drm-misc-next&id=bcd0d93e902e54e6b404b574b3a6b23315bcea8d
[4]
https://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git/log/?h=exynos-drm-misc-next
>
> --
> Cheers,
> Stephen Rothwell
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: build failure after merge of the drm-exynos tree
2025-09-03 15:51 ` Kaustabh Chakraborty
@ 2025-09-03 21:59 ` Stephen Rothwell
0 siblings, 0 replies; 4+ messages in thread
From: Stephen Rothwell @ 2025-09-03 21:59 UTC (permalink / raw)
To: Kaustabh Chakraborty
Cc: Inki Dae, Inki Dae, Linux Kernel Mailing List,
Linux Next Mailing List, Dave Airlie, DRI
[-- Attachment #1: Type: text/plain, Size: 1192 bytes --]
Hi Kaustabh,
On Wed, 03 Sep 2025 15:51:03 +0000 Kaustabh Chakraborty <kauschluss@disroot.org> wrote:
>
> This commit is from commit [1] of branch [2]. However, the macro is
> defined in commit [3] of branch [4]. I had sent those patches in a single
> patchset, though.
>
> I guess the merge strategy would be exynos-drm-misc-next, followed by exynos-drm-next.
>
> Let me know if you need to know anything else. Thanks!
>
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git/commit/?h=exynos-drm-next&id=d07e4c00696f53510ec8a23dcba0c4ac87840874
> [2] https://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git/log/?h=exynos-drm-next
>
> [3] https://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git/commit/?h=exynos-drm-misc-next&id=bcd0d93e902e54e6b404b574b3a6b23315bcea8d
> [4] https://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git/log/?h=exynos-drm-misc-next
The problem is that nobody has ever asked me to merge [4] into
linux-next ... I also presume that it will be merged into the drm-fixes
tree (or Linus' tree) at some point and that hasn't happened either.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-09-03 21:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20250821112740.75a41814@canb.auug.org.au>
[not found] ` <20250826121320.4931c6eb@canb.auug.org.au>
2025-09-01 2:22 ` linux-next: build failure after merge of the drm-exynos tree Stephen Rothwell
2025-09-02 3:03 ` Stephen Rothwell
2025-09-03 15:51 ` Kaustabh Chakraborty
2025-09-03 21:59 ` Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).