On 11/24/24 2:05 AM, Stephan Hemeier via openSUSE Users wrote:
see here: https://gist.github.com/joanbm
Am Sonntag, 24. November 2024, 03:24:23 CET schrieb David C. Rankin:
All, Devs,
Nvidia G04 (390xx) and G05 (470) drivers will need to be patched for the 6.12 kernel due to removal of drm_mode_config_funcs.output_poll_changed
See:https://github.com/NVIDIA/open-gpu-kernel-modules/issues/708
Thank you Stephan, It looks like the G05/470 patch has a few more sources that need updating compared to G04/390xx. Interesting they decided to make conditional code inclusion on kernel-version instead of the functionality. I guess that would be a bit more flexible for the 390 driver patch as NV_DRM_OUTPUT_POLL_CHANGED_PRESENT wasn't included in earlier versions of this driver so it would still allows the code: .output_poll_changed = nv_drm_output_poll_changed, to be compiled for kernel versions before 6.12 where it was compiling without problems. -- David C. Rankin, J.D.,P.E.