linuxkpi: hdmi: Split the module declaration to a new fileIn order to have a proper linuxkpi_video kmod, move the module declarationto a new file as linuxkpi_video will also include linux_hdmi.c
linuxkpi: hdmi: Split the module declaration to a new fileIn order to have a proper linuxkpi_video kmod, move the module declarationto a new file as linuxkpi_video will also include linux_hdmi.cDifferential Revision: https://reviews.freebsd.org/D44926Reviewed by: bz, emaste, wulfSponsored by: Beckhoff Automation GmbH & Co. KG
show more ...
linuxkpi: Add hdmi helpersThis is a direct port of the Linux code as the licence allows it, sostyle(9) isn't respected to allow applying directly the upstream commits.Do not add it to linuxkpi di
linuxkpi: Add hdmi helpersThis is a direct port of the Linux code as the licence allows it, sostyle(9) isn't respected to allow applying directly the upstream commits.Do not add it to linuxkpi directly but add a new linuxkpi_hdmi modulethat drm modules will require later, no need to bloat linuxkpi more.Sponsored by: Beckhoff Automation GmbH & Co. KGDifferential Revision: https://reviews.freebsd.org/D39122