Page MenuHomeFreeBSD

linuxkpi: Add linuxkpi_video module
ClosedPublic

Authored by manu on Wed, Apr 24, 8:16 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 8:06 AM
Unknown Object (File)
Fri, Apr 26, 6:23 PM
Unknown Object (File)
Fri, Apr 26, 2:50 PM
Unknown Object (File)
Fri, Apr 26, 6:45 AM
Unknown Object (File)
Thu, Apr 25, 11:57 PM
Unknown Object (File)
Thu, Apr 25, 2:25 PM

Details

Summary

This contain the hdmi code and the aperture code like in linux.

Obtained from: drm-kmod
Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Wed, Apr 24, 8:16 AM

What is going to happen to sys/modules/linuxkpi_hdmi then? They both compile in linux_hdmi.c (okay, saw the other revision) We do not get symbol clashes?

Also if the two MIT-licensed files are obtained from Linux (or elsewhere) it would be good to mention it and from which OS/Version/Hash.

Otherwise I am really happy to see the linuxkpi_*.c file in common/src given I keep meaning to say that we should rename them all away from linux_?

In D44925#1025028, @bz wrote:

What is going to happen to sys/modules/linuxkpi_hdmi then? They both compile in linux_hdmi.c (okay, saw the other revision) We do not get symbol clashes?

It will die.

Currently only 5.15 uses linuxkpi_hdmi, 6.1 switched to linuxkpi_video.

Also if the two MIT-licensed files are obtained from Linux (or elsewhere) it would be good to mention it and from which OS/Version/Hash.

Otherwise I am really happy to see the linuxkpi_*.c file in common/src given I keep meaning to say that we should rename them all away from linux_?

I can do the rename.

Otherwise I am really happy to see the linuxkpi_*.c file in common/src given I keep meaning to say that we should rename them all away from linux_?

I can do the rename.

I'd suggest to pick a moment when people have little outstanding work at some point in the future; the trouble (as always) simply will be MFCing then... Let's take that separately.

This revision is now accepted and ready to land.Fri, Apr 26, 5:17 AM
This revision was automatically updated to reflect the committed changes.