freebsd / drm-kmod

drm driver for FreeBSD
148 stars 68 forks source link

Fix build on aarch64 #177

Closed valpackett closed 2 years ago

valpackett commented 2 years ago

DC_FP_START/DC_FP_END is now used unconditionally, so we have to either do this or enable CONFIG_DRM_AMD_DC_DCN which isn't exactly ready (as @jrtc27 said, DCN will only actually work on aarch64 on 5.15 or so).

https://reviews.freebsd.org/D35512 is also necessary to fix this.

While here, add 64BIT option to aarch64 because it is 64-bit…