Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153452655
D10021.id26340.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.id26340.diff
View Options
Index: graphics/Makefile
===================================================================
--- graphics/Makefile
+++ graphics/Makefile
@@ -446,6 +446,7 @@
SUBDIR += kix-kmod
SUBDIR += klatexformula
SUBDIR += kludge3d
+ SUBDIR += kms-drm
SUBDIR += kolourpaint
SUBDIR += kphotoalbum-kde4
SUBDIR += kpovmodeler
Index: graphics/kms-drm/Makefile
===================================================================
--- graphics/kms-drm/Makefile
+++ graphics/kms-drm/Makefile
@@ -0,0 +1,30 @@
+# Created by: Johannes Dieterich <jmd@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= kms-drm
+PORTVERSION= g20170316
+CATEGORIES= graphics
+
+MAINTAINER= jmd@FreeBSD.org
+COMMENT= DRM modules for the linuxkpi-based KMS components
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${KMODDIR}/amdgpu_carrizo_ce_bin.ko:graphics/kms-firmware
+
+ONLY_FOR_ARCHS= amd64
+ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64
+
+USE_GITHUB= yes
+GH_ACCOUNT= FreeBSDDesktop
+GH_TAGNAME= a75a71b
+
+USES= kmod
+
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019
+IGNORE= not supported on 11.x or older, no kernel support
+.endif
+
+.include <bsd.port.post.mk>
Index: graphics/kms-drm/distinfo
===================================================================
--- graphics/kms-drm/distinfo
+++ graphics/kms-drm/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1489706547
+SHA256 (FreeBSDDesktop-kms-drm-g20170316-a75a71b_GH0.tar.gz) = d27b4b45f063c0bb2a64c9b42982362837718088f076758589a0b74c1aeab379
+SIZE (FreeBSDDesktop-kms-drm-g20170316-a75a71b_GH0.tar.gz) = 5107433
Index: graphics/kms-drm/pkg-descr
===================================================================
--- graphics/kms-drm/pkg-descr
+++ graphics/kms-drm/pkg-descr
@@ -0,0 +1,5 @@
+DRM modules for the linuxkpi-based KMS components
+
+amdgpu and i915 DRM modules for the linuxkpi-based KMS components.
+
+WWW: https://github.com/FreeBSDDesktop/kms-drm
Index: graphics/kms-drm/pkg-plist
===================================================================
--- graphics/kms-drm/pkg-plist
+++ graphics/kms-drm/pkg-plist
@@ -0,0 +1,4 @@
+/%%KMODDIR%%/amdgpu.ko
+/%%KMODDIR%%/amdkfd.ko
+/%%KMODDIR%%/drm.ko
+/%%KMODDIR%%/i915kms.ko
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 6:24 AM (13 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31958829
Default Alt Text
D10021.id26340.diff (2 KB)
Attached To
Mode
D10021: KMS DRM port
Attached
Detach File
Event Timeline
Log In to Comment