I cannot build 510.47.03 with Linux 5.17:
MODPOST /tmp/nvidia/Module.symvers
ERROR: modpost: "drm_atomic_helper_update_plane" [/tmp/nvidia/nvidia-drm.ko] undefined!
ERROR: modpost: "drm_atomic_helper_connector_reset" [/tmp/nvidia/nvidia-drm.ko] undefined!
ERROR: modpost: "drm_atomic_helper_page_flip" [/tmp/nvidia/nvidia-drm.ko] undefined!
ERROR: modpost: "drm_atomic_helper_swap_state" [/tmp/nvidia/nvidia-drm.ko] undefined!
ERROR: modpost: "drm_helper_probe_single_connector_modes" [/tmp/nvidia/nvidia-drm.ko] undefined!
ERROR: modpost: "drm_kms_helper_hotplug_event" [/tmp/nvidia/nvidia-drm.ko] undefined!
ERROR: modpost: "__drm_atomic_helper_crtc_destroy_state" [/tmp/nvidia/nvidia-drm.ko] undefined!
ERROR: modpost: "drm_atomic_helper_crtc_reset" [/tmp/nvidia/nvidia-drm.ko] undefined!
ERROR: modpost: "__drm_atomic_helper_plane_duplicate_state" [/tmp/nvidia/nvidia-drm.ko] undefined!
ERROR: modpost: "drm_atomic_helper_connector_duplicate_state" [/tmp/nvidia/nvidia-drm.ko] undefined!
WARNING: modpost: suppressed 12 unresolved symbol warnings because there were too many)
Anyone seen patches to fix this?
Edit:
Solved it by CONFIG_DRM_BOCHS=m
which enables the missing kernel modules/support (CONFIG_DRM_TTM=m
).