Index: graphics/Makefile =================================================================== --- graphics/Makefile +++ graphics/Makefile @@ -151,6 +151,7 @@ SUBDIR += drawpile SUBDIR += driconf SUBDIR += drm-next-kmod + SUBDIR += drm-stable-kmod SUBDIR += dspdfviewer SUBDIR += duhdraw SUBDIR += dynamechs Index: graphics/drm-next-kmod/Makefile =================================================================== --- graphics/drm-next-kmod/Makefile +++ graphics/drm-next-kmod/Makefile @@ -16,6 +16,8 @@ RUN_DEPENDS= gpu-firmware-kmod>=g20170403:graphics/gpu-firmware-kmod +CONFLICTS_INSTALL= drm-stable-kmod + OPTIONS_DEFINE= DEBUG USES= kmod uidfix Index: graphics/drm-next-kmod/pkg-descr =================================================================== --- graphics/drm-next-kmod/pkg-descr +++ graphics/drm-next-kmod/pkg-descr @@ -1,5 +1,5 @@ amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components. -Currently corresponding to Linux 4.9 DRM. Experimental state. amdgpu and +Currently corresponding to Linux 4.11 DRM. Experimental state. amdgpu and radeonkms are known to fail with EFI boot. WWW: https://github.com/FreeBSDDesktop/kms-drm Index: graphics/drm-stable-kmod/Makefile =================================================================== --- graphics/drm-stable-kmod/Makefile +++ graphics/drm-stable-kmod/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Dieterich # $FreeBSD$ -PORTNAME= drm-next-kmod +PORTNAME= drm-stable-kmod PORTVERSION= g20180117 PORTREVISION= 3 CATEGORIES= graphics @@ -16,6 +16,8 @@ ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 RUN_DEPENDS= gpu-firmware-kmod>=g20170403:graphics/gpu-firmware-kmod + +CONFLICTS_INSTALL= drm-next-kmod OPTIONS_DEFINE= DEBUG Index: graphics/drm-stable-kmod/pkg-descr =================================================================== --- graphics/drm-stable-kmod/pkg-descr +++ graphics/drm-stable-kmod/pkg-descr @@ -1,5 +1,5 @@ amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components. -Currently corresponding to Linux 4.9 DRM. Experimental state. amdgpu and +Currently corresponding to Linux 4.9 DRM. More stable state. amdgpu and radeonkms are known to fail with EFI boot. WWW: https://github.com/FreeBSDDesktop/kms-drm