]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linuxkpi: Add linuxkpi_video module
authorEmmanuel Vadot <manu@FreeBSD.org>
Wed, 24 Apr 2024 08:14:36 +0000 (10:14 +0200)
committerEmmanuel Vadot <manu@FreeBSD.org>
Tue, 30 Apr 2024 05:42:31 +0000 (07:42 +0200)
commit11d79c4756b7c85faf7c4a268c301a41ce0887b9
tree6df4491f7ba60e915ed25700426af88bfde8293c
parent7f84bb34a1d191949ec519a01c0c574f5e827c88
linuxkpi: Add linuxkpi_video module

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

Differential Revision: https://reviews.freebsd.org/D44925
Reviewed by: bz
Obtained from: drm-kmod
Sponsored by: Beckhoff Automation GmbH & Co. KG
sys/compat/linuxkpi/common/include/linux/aperture.h [new file with mode: 0644]
sys/compat/linuxkpi/common/src/linux_aperture.c [new file with mode: 0644]
sys/compat/linuxkpi/common/src/linuxkpi_videokmod.c [new file with mode: 0644]
sys/modules/Makefile
sys/modules/linuxkpi_video/Makefile [new file with mode: 0644]