History log of /freebsd-current/sys/modules/linuxkpi_hdmi/Makefile
Revision Date Author Comments
# 7f84bb34 24-Apr-2024 Emmanuel Vadot <manu@FreeBSD.org>

linuxkpi: hdmi: Split the module declaration to a new file

In order to have a proper linuxkpi_video kmod, move the module declaration
to a new file as linuxkpi_video will also include linux_hdmi.c

Differential Revision: https://reviews.freebsd.org/D44926
Reviewed by: bz, emaste, wulf
Sponsored by: Beckhoff Automation GmbH & Co. KG


# f1d7ae31 16-Mar-2023 Emmanuel Vadot <manu@FreeBSD.org>

linuxkpi: Add hdmi helpers

This is a direct port of the Linux code as the licence allows it, so
style(9) isn't respected to allow applying directly the upstream commits.
Do not add it to linuxkpi directly but add a new linuxkpi_hdmi module
that drm modules will require later, no need to bloat linuxkpi more.

Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D39122