+ # Workaround for build failure on 615.71.09. There are no other "%llu" in this file.
+ # --- nvidia-drm-fence.o ---
+ # nvidia-drm-fence.c:1908:13: error: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Werror,-Wformat]
+ # 1907 | "Failed to create fence for wait_value: %llu",
+ # | ~~~~
+ # | %lu
+ # 1908 | p->wait_value);
+ # | ^~~~~~~~~~~~~
+ # ./nvidia-drm-priv.h:73:72: note: expanded from macro 'NV_DRM_DEV_LOG_ERR'
+ # /usr/ports/graphics/nvidia-drm-612-kmod-devel/work/drm-kmod-drm_v6.12.85_3//include/drm/drm_print.h:697:29: note: expanded from macro 'DRM_ERROR'
+ # 697 | __drm_err(__func__, fmt, ##__VA_ARGS__)
+ # | ~~~ ^~~~~~~~~~~
+ # nvidia-drm-fence.c:1972:13: error: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Werror,-Wformat]
+ # 1970 | "Failed to find fence for syncobj 0x%08x at point %llu",
+ # | ~~~~
+ # | %lu
+ # 1971 | p->syncobj_handle,
+ # 1972 | p->syncobj_point);
+ # | ^~~~~~~~~~~~~~~~
+ # ./nvidia-drm-priv.h:73:72: note: expanded from macro 'NV_DRM_DEV_LOG_ERR'