Re: [PATCH v2] fbdev: c2p: Fix link failure on non-inlining

2019-11-04 Thread Daniel Vetter
On Mon, Nov 04, 2019 at 08:43:07AM +0100, Geert Uytterhoeven wrote: > Hi Bartlomiej, Andrew, > > On Fri, Sep 27, 2019 at 11:47 AM Geert Uytterhoeven > wrote: > > When the compiler decides not to inline the Chunky-to-Planar core > > functions, the build fails with: > > > > c2p_planar.c:(.text+

Re: [PATCH v2] fbdev: c2p: Fix link failure on non-inlining

2019-11-03 Thread Geert Uytterhoeven
Hi Bartlomiej, Andrew, On Fri, Sep 27, 2019 at 11:47 AM Geert Uytterhoeven wrote: > When the compiler decides not to inline the Chunky-to-Planar core > functions, the build fails with: > > c2p_planar.c:(.text+0xd6): undefined reference to `c2p_unsupported' > c2p_planar.c:(.text+0x1dc): un

[PATCH v2] fbdev: c2p: Fix link failure on non-inlining

2019-09-27 Thread Geert Uytterhoeven
When the compiler decides not to inline the Chunky-to-Planar core functions, the build fails with: c2p_planar.c:(.text+0xd6): undefined reference to `c2p_unsupported' c2p_planar.c:(.text+0x1dc): undefined reference to `c2p_unsupported' c2p_iplan2.c:(.text+0xc4): undefined reference to