Re: [PATCH] drm/lima: fix build on MMU-less platform

2019-04-08 Thread Neil Armstrong
On 08/04/2019 14:20, Qiang Yu wrote: > On Mon, Apr 8, 2019 at 7:56 PM Neil Armstrong wrote: >> >> Hi, >> >> On 08/04/2019 13:26, Qiang Yu wrote: >>> Feedback from kbuild robot: >>> config: sh-allyesconfig (attached as .config) >>> compiler: sh4-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 >>> lima_gem.c:

Re: [PATCH] drm/lima: fix build on MMU-less platform

2019-04-08 Thread Qiang Yu
On Mon, Apr 8, 2019 at 7:56 PM Neil Armstrong wrote: > > Hi, > > On 08/04/2019 13:26, Qiang Yu wrote: > > Feedback from kbuild robot: > > config: sh-allyesconfig (attached as .config) > > compiler: sh4-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 > > lima_gem.c:(.text+0x6c): undefined reference to `vmf_i

Re: [PATCH] drm/lima: fix build on MMU-less platform

2019-04-08 Thread Neil Armstrong
Hi, On 08/04/2019 13:26, Qiang Yu wrote: > Feedback from kbuild robot: > config: sh-allyesconfig (attached as .config) > compiler: sh4-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 > lima_gem.c:(.text+0x6c): undefined reference to `vmf_insert_mixed' > > Cc: Randy Dunlap > Signed-off-by: Qiang Yu You'l

[PATCH] drm/lima: fix build on MMU-less platform

2019-04-08 Thread Qiang Yu
Feedback from kbuild robot: config: sh-allyesconfig (attached as .config) compiler: sh4-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 lima_gem.c:(.text+0x6c): undefined reference to `vmf_insert_mixed' Cc: Randy Dunlap Signed-off-by: Qiang Yu --- drivers/gpu/drm/lima/Kconfig| 2 ++ drivers/gpu/drm/l