Page MenuHomeFreeBSD

linuxkpi: Add dmi_* function
ClosedPublic

Authored by manu on Aug 12 2020, 6:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 1, 3:10 AM
Unknown Object (File)
Sep 24 2024, 9:00 AM
Unknown Object (File)
Sep 24 2024, 2:43 AM
Unknown Object (File)
Sep 23 2024, 4:02 PM
Unknown Object (File)
Sep 23 2024, 1:26 PM
Unknown Object (File)
Sep 17 2024, 5:11 PM
Unknown Object (File)
Sep 13 2024, 8:55 AM
Unknown Object (File)
Sep 10 2024, 8:28 PM

Details

Summary

dmi function are used to get smbios values.
The DRM subsystem and drivers use it to enabled (or not) quirks.

Sponsored-by: The FreeBSD Foundation

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

manu requested review of this revision.Aug 12 2020, 6:01 PM
manu added a subscriber: zeising.

I need to do patches for the different drm ports.

Is this new stuff, or moving from the lkpi in the ports?

Is this new stuff, or moving from the lkpi in the ports?

Reimplemented in base, which is why I need to patch drm-*-kmod.

In D26046#577893, @manu wrote:

Is this new stuff, or moving from the lkpi in the ports?

Reimplemented in base, which is why I need to patch drm-*-kmod.

Ok. Let me know if I can be of any assistance.

In D26046#577893, @manu wrote:

Is this new stuff, or moving from the lkpi in the ports?

Reimplemented in base, which is why I need to patch drm-*-kmod.

Ok. Let me know if I can be of any assistance.

I'll do the patch for drm-v4.16 and then we just need to be in sync when the commit happen :)

Looks good! Just remove the debug prints!

sys/compat/linuxkpi/common/src/linux_dmi.c
43

Remove debug print?

70

ditto

manu marked 2 inline comments as done.Aug 12 2020, 7:35 PM
This revision is now accepted and ready to land.Aug 12 2020, 7:36 PM
This revision was automatically updated to reflect the committed changes.