diff options
author | jmd <jmd@FreeBSD.org> | 2017-04-08 08:37:47 +0800 |
---|---|---|
committer | jmd <jmd@FreeBSD.org> | 2017-04-08 08:37:47 +0800 |
commit | 9d263806d73fa6735c257b10a57b10dd01c12d63 (patch) | |
tree | c0499476b8a07eca758cc8f035b4dd236d74677c /graphics/Makefile | |
parent | cd801ceb2c75c9cf13732576a5cd03d04179afa8 (diff) | |
download | freebsd-ports-gnome-9d263806d73fa6735c257b10a57b10dd01c12d63.tar.gz freebsd-ports-gnome-9d263806d73fa6735c257b10a57b10dd01c12d63.tar.zst freebsd-ports-gnome-9d263806d73fa6735c257b10a57b10dd01c12d63.zip |
New port: graphics/gpu-firmware-kmod containing firmware kernel modules for i915, radeon, and amdgpu as obtained from and up to date with linux-firmware and to be used by the linuxkpi-based new KMS DRM.
Currently restricted to amd64 as the linuxkpi-based KMS components are similarly restricted.
Reviewed by: swills (mentor), rene (mentor), kwm, x11
Approved by: swills (mentor), rene (mentor), x11
Differential Revision: https://reviews.freebsd.org/D9931
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 5f08907f8258..45886a1ca854 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -291,6 +291,7 @@ SUBDIR += gphoto2 SUBDIR += gpicview SUBDIR += gpsmanshp + SUBDIR += gpu-firmware-kmod SUBDIR += gracula SUBDIR += grads SUBDIR += grafx2 |