FreeBSDDesktop / kms-drm

the DRM part of the linuxkpi-based KMS
63 stars 26 forks source link

Various "see your local kernel hacker" #118

Closed ghost closed 5 years ago

ghost commented 5 years ago

When booting, many messages asking to "see [my] local kernel hacker" appear:

vgapci0: child drmn0 requested pci_enable_io vgapci0: child drmn0 requested pci_enable_io [drm] Unable to create a private tmpfs mount, hugepage support will be disabled(-19). __pm_runtime_resume not implemented -- see your local kernel hacker Failed to add WC MTRR for [0xe0000000-0xefffffff]: -22; performance may suffer [drm] Got stolen memory base rxdbe00000, size 0x4000000 [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [drm] Driver supports precise vblank timestamp query. [drm] Connector LVDS-1: get mode from tunables: [drm] - kern.vt.fb.modes.LVDS-1 [drm] - kern.vt.fb.default_mode pm_runtime_mark_last_busy not implemented -- see your local kernel hacker pm_runtime_suspend not implemented -- see your local kernel hacker [drm] Connector VGA-1: get mode from tunables: [drm] - kern.vt.fb.modes.VGA-1 [drm] - kern.vt.fb.default_mode [drm] Connector HDMI-A-1: get mode from tunables: [drm] - kern.vt.fb.modes.HDMI-A-1 [drm] - kern.vt.fb.default_mode [drm] Connector DP-1: get mode from tunables: [drm] - kern.vt.fb.modes.DP-1 [drm] - kern.vt.fb.default_mode pm_runtime_get_if_in_use not implemented -- see your local kernel hacker sched_setscheduler_nocheck not implemented -- see your local kernel hacker register_oom_notifier not implemented -- see your local kernel hacker acpi_lid_notifier_register not implemented -- see your local kernel hacker [drm] Initialized i915 1.6.0 20171222 for drmn0 on minor 0 register_acpi_notifier not implemented -- see your local kernel hacker async_schedule is dodgy -- see your local kernel hacker pm_runtime_set_autosuspend_delay not implemented -- see your local kernel hacker pm_runtime_use_autosuspend not implemented -- see your local kernel hacker async_synchronize_cookie not implemented -- see your local kernel hacker VT: Replacing driver "efifb" with new "fb".

After many normal lines, I also get the following lines:

get_nr_swap_pages not implemented -- see your local kernel hacker current_is_kswapd not implemented -- see your local kernel hacker

The line "Failed to add WC MTRR for [0xe0000000-0xefffffff]: -22; performance may suffer" has already been discussed in https://github.com/FreeBSDDesktop/kms-drm/issues/58 .

In spite of all these messages, everything seems to work fine.

grahamperrin commented 5 years ago

https://github.com/FreeBSDDesktop/kms-drm/blob/e33a1fef704291da2c400fe648e34e2939d4bf06/linuxkpi/gplv2/include/linux/compiler.h#L12

drupol commented 5 years ago

I also see those messages since a couple of days.

I also noticed that I'm not able to run the game "Enemy Territory" in fullscreen... maybe it's related ?

valpackett commented 5 years ago

No, these messages are not related to anything. Unimplemented (mostly power management related) functions in the kernel driver are very unlikely to impact fullscreen ability of applications.

johalun commented 5 years ago

This have been muted in release versions.