Is there a way to compile drm-66-kmod on 14.1-RELEASE ?

I have a GPU (Intel Meteor Lake) which is not supported by drm-61-kmod. Hence my question - is there a way to compile drm-66-kmod on 14.1 ?

Any help would be appreciated.
 
Hence my question - is there a way to compile drm-66-kmod on 14.1 ?
There is no port for it. It's being integrated in -CURRENT, which probably means a no for 14.x right now. Maybe if it gets MFC'ed it will be included in 14.2.
 
OK, thanks.

I guess I'm not lucky then and will have to wait until 15 is officially released.
 
Keep an eye on stable/14. Like I said, maybe it'll get MFC'ed, don't know if that's even considered. It certainly won't get backported to an existing release but it may be included in the next release.
 
New development always happens in -CURRENT. Sometimes those changes are MFC'ed, to a stable/* branch (14-STABLE for example). New release versions are then branched off from the stable/X branch. So if you track changes to stable/14 you can see which new things will be added to the next minor release of that stable/14 branch, which would be 14.2-RELEASE.
 
In which commit (in main branch) do the changes done?
I cannot find anything states merging them into main branch (aka head or Current).
It is a part of LKPI in the base system now.
It may be reenabled with adding DEVELOPER parameter to make.

This effectively reapplies 199e4b99f5d9 "linuxkpi_video: Remove module"

Sponsored by: Serenity CyberSecurity, LLC
 
Thanks. I've missed sys/module to track logs.
It would be:

commit c89d94ad5d95fd15e891b2723caae8a6104ee153
LinuxKPI: update linuxkpi_video to Linux 6.6
disable hdmi_audio_infoframe_pack_for_dp function for now as it depends
on not imported yet drm sources and is not used by drm-kmod.

Reviewed by: manu
Sponsored by: Serenity CyberSecurity, LLC
Differential Revision: https://reviews.freebsd.org/D46224

on main, and MFC'ed to stable/14 as:

commit 59d36b8969925a68f805338c1fd288d1c14bf7d4
LinuxKPI: update linuxkpi_video to Linux 6.6
disable hdmi_audio_infoframe_pack_for_dp function for now as it depends
on not imported yet drm sources and is not used by drm-kmod.

Reviewed by: manu
Sponsored by: Serenity CyberSecurity, LLC
Differential Revision: https://reviews.freebsd.org/D46224

But it seems to be just some parts for the hdmi code and the aperture code like in linux, according to the previous merge.
So remaining parts (for X11/Wayland) would be needed as upcoming graphics/drm-66-kmod ports. Not sure when.
 
Back
Top