i915drmkms debug log issue

Rui-Xiang Guo <[email protected]> Sat, 25 Apr 2026 17:53:00 +0800
Newsgroups gmane.os.netbsd.ports.x86-64,gmane.os.netbsd.ports.i386
Message-ID <aeyO_L5_vVeOc0Lw@picohive>
Hi,
I'm a bit confused about the DRM debug messages.
For example:
[   4.6079340] {drm:netbsd:intel_update_max_cdclk+0x8d} Max CD clock rate: 200000 kHz
[   4.6179412] {drm:netbsd:intel_modeset_init+0x174f} Max dotclock rate: 360000 kHz

Both DRM_DEBUG_KMS messages exist in intel_update_max_cdclk,
but why does the second one show intel_modeset_init?

-rxg