Index: branches/2019Q1/graphics/drm-current-kmod/Makefile =================================================================== --- branches/2019Q1/graphics/drm-current-kmod/Makefile (revision 494747) +++ branches/2019Q1/graphics/drm-current-kmod/Makefile (revision 494748) @@ -1,61 +1,61 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= drm-current-kmod -PORTVERSION= 4.16.g20181210 +PORTVERSION= 4.16.g20190305 CATEGORIES= graphics kld MAINTAINER= jmd@FreeBSD.org -COMMENT= DRM modules for the linuxkpi-based KMS components (development version) +COMMENT= DRM modules for the linuxkpi-based KMS components LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi ONLY_FOR_ARCHS= amd64 i386 powerpc64 ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 and i386 RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod CONFLICTS_INSTALL= drm-fbsd11.2-kmod drm-fbsd12.0-kmod drm-legacy-kmod OPTIONS_DEFINE= DEBUG USES= kmod uidfix compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= b5ef47b +GH_TAGNAME= 78e51d0 .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200067 IGNORE= not supported on older CURRENT, no kernel support .endif .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) .endif .if ${ARCH} == "amd64" PLIST_SUB+= AMDGPU="" PLIST_SUB+= AMDKFD="" PLIST_SUB+= I915="" PLIST_SUB+= VMWGFX="" .elif ${ARCH} == "i386" PLIST_SUB+= AMDGPU="@comment " PLIST_SUB+= AMDKFD="@comment " PLIST_SUB+= I915="" PLIST_SUB+= VMWGFX="" .elif ${ARCH} == "powerpc64" PLIST_SUB+= AMDGPU="" PLIST_SUB+= AMDKFD="@comment " PLIST_SUB+= I915="@comment " PLIST_SUB+= VMWGFX="@comment " .else PLIST_SUB+= AMDGPU="@comment " PLIST_SUB+= AMDKFD="@comment " PLIST_SUB+= I915="@comment " PLIST_SUB+= VMWGFX="@comment " .endif .include Index: branches/2019Q1/graphics/drm-current-kmod/distinfo =================================================================== --- branches/2019Q1/graphics/drm-current-kmod/distinfo (revision 494747) +++ branches/2019Q1/graphics/drm-current-kmod/distinfo (revision 494748) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544500865 -SHA256 (FreeBSDDesktop-kms-drm-4.16.g20181210-b5ef47b_GH0.tar.gz) = 00e9204d48e4f72fb20587135cfe6ecb5719aa8c77274d44f77036073ecbe3e7 -SIZE (FreeBSDDesktop-kms-drm-4.16.g20181210-b5ef47b_GH0.tar.gz) = 13089381 +TIMESTAMP = 1551820688 +SHA256 (FreeBSDDesktop-kms-drm-4.16.g20190305-78e51d0_GH0.tar.gz) = 79f716f59825235476fb9a0416244c9b97872ce68ee30ad716e720505df21feb +SIZE (FreeBSDDesktop-kms-drm-4.16.g20190305-78e51d0_GH0.tar.gz) = 13088998 Index: branches/2019Q1/graphics/drm-current-kmod/pkg-descr =================================================================== --- branches/2019Q1/graphics/drm-current-kmod/pkg-descr (revision 494747) +++ branches/2019Q1/graphics/drm-current-kmod/pkg-descr (revision 494748) @@ -1,5 +1,6 @@ amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components. -Currently corresponding to Linux 4.16 DRM. This is the development version. +Currently corresponding to Linux 4.16 DRM. +This version is for FreeBSD CURRENT. amdgpu and radeonkms are known to fail with EFI boot. WWW: https://github.com/FreeBSDDesktop/kms-drm Index: branches/2019Q1/graphics/drm-current-kmod/pkg-message =================================================================== --- branches/2019Q1/graphics/drm-current-kmod/pkg-message (revision 494747) +++ branches/2019Q1/graphics/drm-current-kmod/pkg-message (revision 494748) @@ -1,15 +1,15 @@ -The experimental drm-devel-kmod port can be enabled for amdgpu (for AMD +The experimental drm-current-kmod port can be enabled for amdgpu (for AMD GPUs starting with the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with HD3000 / Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older AMD GPUs can be loaded and there are some positive reports if EFI boot is NOT enabled (similar to amdgpu). For amdgpu: kld_list="amdgpu" For Intel: kld_list="/boot/modules/i915kms.ko" For radeonkms: kld_list="/boot/modules/radeonkms.ko" Please ensure that all users requiring graphics are members of the "video" group. Older generations are supported by the legacy kms modules (radeonkms / i915kms) in base or by installing graphics/drm-legacy-kmod. Index: branches/2019Q1/graphics/drm-fbsd11.2-kmod/pkg-descr =================================================================== --- branches/2019Q1/graphics/drm-fbsd11.2-kmod/pkg-descr (revision 494747) +++ branches/2019Q1/graphics/drm-fbsd11.2-kmod/pkg-descr (revision 494748) @@ -1,5 +1,6 @@ amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components. -Currently corresponding to Linux 4.9 DRM. More stable state. amdgpu and -radeonkms are known to fail with EFI boot. +Currently corresponding to Linux 4.11 DRM. +This version is for FreeBSD 11.2. +amdgpu and radeonkms are known to fail with EFI boot. WWW: https://github.com/FreeBSDDesktop/kms-drm Index: branches/2019Q1/graphics/drm-fbsd11.2-kmod/pkg-message =================================================================== --- branches/2019Q1/graphics/drm-fbsd11.2-kmod/pkg-message (revision 494747) +++ branches/2019Q1/graphics/drm-fbsd11.2-kmod/pkg-message (revision 494748) @@ -1,15 +1,15 @@ -The drm-stable-kmod port can be enabled for amdgpu (for AMD GPUs starting with -the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with HD3000 / -Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older AMD GPUs -can be loaded and there are some positive reports if EFI boot is NOT enabled -(similar to amdgpu). +The drm-fbsd11.2-kmod port can be enabled for amdgpu (for AMD GPUs starting +with the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with +HD3000 / Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older +AMD GPUs can be loaded and there are some positive reports if EFI boot is NOT +enabled (similar to amdgpu). For amdgpu: kld_list="amdgpu" For Intel: kld_list="/boot/modules/i915kms.ko" For radeonkms: kld_list="/boot/modules/radeonkms.ko" Please ensure that all users requiring graphics are members of the "video" group. Older generations are supported by the legacy kms modules (radeonkms / i915kms) in base or by installing graphics/drm-legacy-kmod. Index: branches/2019Q1/graphics/drm-fbsd12.0-kmod/Makefile =================================================================== --- branches/2019Q1/graphics/drm-fbsd12.0-kmod/Makefile (revision 494747) +++ branches/2019Q1/graphics/drm-fbsd12.0-kmod/Makefile (revision 494748) @@ -1,61 +1,61 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= drm-fbsd12.0-kmod -PORTVERSION= 4.16.g20181215 +PORTVERSION= 4.16.g20190305 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 i386 ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 and i386 RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod CONFLICTS_INSTALL= drm-fbsd11.2-kmod drm-current-kmod drm-legacy-kmod OPTIONS_DEFINE= DEBUG USES= kmod uidfix compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= 71fcc9f +GH_TAGNAME= 4192575 .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200058 IGNORE= only supported on FreeBSD 12.0 and later .endif .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) .endif .if ${ARCH} == "amd64" PLIST_SUB+= AMDGPU="" PLIST_SUB+= AMDKFD="" PLIST_SUB+= I915="" PLIST_SUB+= VMWGFX="" .elif ${ARCH} == "i386" PLIST_SUB+= AMDGPU="@comment " PLIST_SUB+= AMDKFD="@comment " PLIST_SUB+= I915="" PLIST_SUB+= VMWGFX="" .elif ${ARCH} == "powerpc64" PLIST_SUB+= AMDGPU="" PLIST_SUB+= AMDKFD="@comment " PLIST_SUB+= I915="@comment " PLIST_SUB+= VMWGFX="@comment " .else PLIST_SUB+= AMDGPU="@comment " PLIST_SUB+= AMDKFD="@comment " PLIST_SUB+= I915="@comment " PLIST_SUB+= VMWGFX="@comment " .endif .include Index: branches/2019Q1/graphics/drm-fbsd12.0-kmod/distinfo =================================================================== --- branches/2019Q1/graphics/drm-fbsd12.0-kmod/distinfo (revision 494747) +++ branches/2019Q1/graphics/drm-fbsd12.0-kmod/distinfo (revision 494748) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544863688 -SHA256 (FreeBSDDesktop-kms-drm-4.16.g20181215-71fcc9f_GH0.tar.gz) = b969611bbdac88394e5e5be4284ceea048425b994d872651d801baf41263c0e7 -SIZE (FreeBSDDesktop-kms-drm-4.16.g20181215-71fcc9f_GH0.tar.gz) = 13088892 +TIMESTAMP = 1551820854 +SHA256 (FreeBSDDesktop-kms-drm-4.16.g20190305-4192575_GH0.tar.gz) = a0115ebf3d3ec15ad7d4580ec73f51b485b53550f1a670a35bf10621702eec27 +SIZE (FreeBSDDesktop-kms-drm-4.16.g20190305-4192575_GH0.tar.gz) = 13088998 Index: branches/2019Q1/graphics/drm-fbsd12.0-kmod/pkg-descr =================================================================== --- branches/2019Q1/graphics/drm-fbsd12.0-kmod/pkg-descr (revision 494747) +++ branches/2019Q1/graphics/drm-fbsd12.0-kmod/pkg-descr (revision 494748) @@ -1,5 +1,6 @@ amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components. -Currently corresponding to Linux 4.11 DRM. Experimental state. amdgpu and -radeonkms are known to fail with EFI boot. +Currently corresponding to Linux 4.16 DRM. +This version is for FreeBSD 12.0. +amdgpu and radeonkms are known to fail with EFI boot. WWW: https://github.com/FreeBSDDesktop/kms-drm Index: branches/2019Q1/graphics/drm-fbsd12.0-kmod/pkg-message =================================================================== --- branches/2019Q1/graphics/drm-fbsd12.0-kmod/pkg-message (revision 494747) +++ branches/2019Q1/graphics/drm-fbsd12.0-kmod/pkg-message (revision 494748) @@ -1,15 +1,15 @@ -The drm-next-kmod port can be enabled for amdgpu (for AMD GPUs starting with -the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with HD3000 / -Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older AMD GPUs -can be loaded and there are some positive reports if EFI boot is NOT enabled -(similar to amdgpu). +The drm-fbsd12.0-kmod port can be enabled for amdgpu (for AMD GPUs starting +with the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with +HD3000 / Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older +AMD GPUs can be loaded and there are some positive reports if EFI boot is NOT +enabled (similar to amdgpu). For amdgpu: kld_list="amdgpu" For Intel: kld_list="/boot/modules/i915kms.ko" For radeonkms: kld_list="/boot/modules/radeonkms.ko" Please ensure that all users requiring graphics are members of the "video" group. Older generations are supported by the legacy kms modules (radeonkms / i915kms) in base or by installing graphics/drm-legacy-kmod. Index: branches/2019Q1 =================================================================== --- branches/2019Q1 (revision 494747) +++ branches/2019Q1 (revision 494748) Property changes on: branches/2019Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r489050,491609,492864,492896,494747