open-gpu-kernel-modules icon indicating copy to clipboard operation
open-gpu-kernel-modules copied to clipboard

drm_mode_config_funcs.output_poll_changed got removed in 6.12-rc1 and will prevent compiling of the nvidia driver

Open philmmanjaro opened this issue 5 months ago • 7 comments

NVIDIA Open GPU Kernel Modules Version

560.35.03 (open and propritary)

Operating System and Version

Manjaro Linux 24.1.0-pre1

Kernel Release

6.12 (1868f9d0260e9)

Please confirm you are running a stable release kernel (e.g. not a -rc). We do not accept bug reports for unreleased kernels.

  • [ ] I am running on a stable kernel release.

Build Command

make -C kernel SYSSRC=/usr/lib/modules/"${_kernver}/build" module

Terminal output/Build Log

build log: nvidia_202409211314.log

More Info

Drivers implementing fbdev emulation use drm_kms_helper_hotplug_event() to call this hook to inform the fbdev helper of output changes. This hook is deprecated, drivers should instead implement fbdev support with struct drm_client, which takes care of any necessary hotplug event forwarding already without further involvement by the driver.

philmmanjaro avatar Sep 21 '24 14:09 philmmanjaro