Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171627752
D10021.id32357.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D10021.id32357.diff
View Options
Index: graphics/Makefile
===================================================================
--- graphics/Makefile
+++ graphics/Makefile
@@ -150,6 +150,7 @@
SUBDIR += djvulibre
SUBDIR += dmtx-utils
SUBDIR += driconf
+ SUBDIR += drm-next-kmod
SUBDIR += dspdfviewer
SUBDIR += duhdraw
SUBDIR += dynamechs
Index: graphics/drm-next-kmod/Makefile
===================================================================
--- graphics/drm-next-kmod/Makefile
+++ graphics/drm-next-kmod/Makefile
@@ -0,0 +1,34 @@
+# Created by: Johannes Dieterich <jmd@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= drm-next-kmod
+PORTVERSION= g20170822
+CATEGORIES= graphics
+
+MAINTAINER= jmd@FreeBSD.org
+COMMENT= DRM modules for the linuxkpi-based KMS components
+
+LICENSE= BSD2CLAUSE MIT GPLv2
+LICENSE_COMB= multi
+
+ONLY_FOR_ARCHS= amd64
+ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64
+
+RUN_DEPENDS= gpu-firmware-kmod>=g20170403:graphics/gpu-firmware-kmod
+
+OPTIONS_DEFINE= DEBUG
+
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200039
+IGNORE= not supported on 11.x or older, no kernel support
+.endif
+
+USES= kmod
+
+USE_GITHUB= yes
+GH_ACCOUNT= FreeBSDDesktop
+GH_PROJECT= kms-drm
+GH_TAGNAME= 4ee5acb
+
+.include <bsd.port.mk>
Index: graphics/drm-next-kmod/distinfo
===================================================================
--- graphics/drm-next-kmod/distinfo
+++ graphics/drm-next-kmod/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1503511706
+SHA256 (FreeBSDDesktop-kms-drm-g20170822-4ee5acb_GH0.tar.gz) = b43ec8530ec5f440dc406c6b65a1ade2a4aceb694111b15a6a935457686dce31
+SIZE (FreeBSDDesktop-kms-drm-g20170822-4ee5acb_GH0.tar.gz) = 6678678
Index: graphics/drm-next-kmod/pkg-descr
===================================================================
--- graphics/drm-next-kmod/pkg-descr
+++ graphics/drm-next-kmod/pkg-descr
@@ -0,0 +1,4 @@
+amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components.
+Currently corresponding to linux 4.9 DRM.
+
+WWW: https://github.com/FreeBSDDesktop/kms-drm
Index: graphics/drm-next-kmod/pkg-plist
===================================================================
--- graphics/drm-next-kmod/pkg-plist
+++ graphics/drm-next-kmod/pkg-plist
@@ -0,0 +1,7 @@
+/%%KMODDIR%%/amdgpu.ko
+/%%KMODDIR%%/amdkfd.ko
+/%%KMODDIR%%/debugfs.ko
+/%%KMODDIR%%/drm.ko
+/%%KMODDIR%%/i915kms.ko
+/%%KMODDIR%%/linuxkpi_gplv2.ko
+/%%KMODDIR%%/radeonkms.ko
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 13, 7:04 AM (20 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38839858
Default Alt Text
D10021.id32357.diff (2 KB)
Attached To
Mode
D10021: KMS DRM port
Attached
Detach File
Event Timeline
Log In to Comment