Re: [PATCH] gpu: host1x: select CONFIG_SYNC_FILE

2021-07-23 Thread Mikko Perttunen
On 7/23/21 12:17 PM, Mikko Perttunen wrote: Hi Arnd, I think the best fix for this is to just remove that function -- it is currently not used anywhere. I posted a patch to do that, but Thierry is currently on vacation so it hasn't been picked up yet. .. and sorry for the top post .. Mikko

Re: [PATCH] gpu: host1x: select CONFIG_SYNC_FILE

2021-07-23 Thread Mikko Perttunen
Hi Arnd, I think the best fix for this is to just remove that function -- it is currently not used anywhere. I posted a patch to do that, but Thierry is currently on vacation so it hasn't been picked up yet. thanks, Mikko On 7/23/21 12:14 PM, Arnd Bergmann wrote: From: Arnd Bergmann With

[PATCH] gpu: host1x: select CONFIG_SYNC_FILE

2021-07-23 Thread Arnd Bergmann
From: Arnd Bergmann With the addition of the DMA fence, the host1x driver now fails to build without the sync_file helper: arm-linux-gnueabi-ld: drivers/gpu/host1x/fence.o: in function `host1x_fence_create_fd': fence.c:(.text+0x624): undefined reference to `sync_file_create' Fixes: ad0529424de