Re: linux-next: build failure after merge of the mailbox tree
From: Jassi Brar
Date: Wed Dec 10 2025 - 19:02:47 EST
On Wed, Dec 10, 2025 at 5:49 PM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
>
> Hi all,
>
> After merging the mailbox tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/media/platform/mediatek/mdp3/mtk-mdp3-core.c: In function 'mdp_probe':
> drivers/media/platform/mediatek/mdp3/mtk-mdp3-core.c:311:41: error: implicit declaration of function 'cmdq_get_shift_pa' [-Wimplicit-function-declaration]
> 311 | mdp->cmdq_shift_pa[i] = cmdq_get_shift_pa(mdp->cmdq_clt[i]->chan);
> | ^~~~~~~~~~~~~~~~~
>
> Caused by commit
>
> e1fe978a07c7 ("mailbox: mtk-cmdq: Remove unsued cmdq_get_shift_pa()")
>
Jason, isn't your "Remove shift_pa from CMDQ jump functions" patchset
picked already?
Ideally this patch should have gone in that patchset. But if that pr
will be merged soon, maybe I can hold off mine. Otherwise, I will drop
this patch.
thanks
-Jassi