Package needs updating for 6.14 and newer:
CC [M] evdi_ioc32.o
evdi_drm_drv.c:150:10: error: ‘struct drm_driver’ has no member named ‘date’
150 | .date = DRIVER_DATE,
| ^~~~
In file included from evdi_drm_drv.c:32:
evdi_platform_drv.h:28:23: error: initialization of ‘unsigned int’ from ‘char *’ makes integer from pointer without a cast [-Wint-conversion]
28 | #define DRIVER_DATE "20241216"
| ^~~~~~~~~~
This is caused by upstream commit "drm: remove driver date from struct drm_driver and all drivers" in v6.14-rc1 https://github.com/torvalds/linux/commit/cb2e1c2136f71618142557ceca3a8802e87a44cd Andreas
This was fixed with the latest upload.