summaryrefslogtreecommitdiff
path: root/graphics/drm-kmod
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-09-14 09:46:36 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-09-14 09:46:36 +0000
commitbd6dcdd238dba74f691707b4e1440d0b0013dab1 (patch)
treee29cfdc48896c6da5eba90980cd3bdcb6a3a8bc6 /graphics/drm-kmod
parent- Update IceWM to version 1.8.2 which brings several bugfixes (diff)
graphics/drm*kmod: Update to latest upstream
drm-current-kmod/drm-devel-kmod: - Remove local patch, code is upstream now - Fix amdgpu build on powerpc64 - Depend on latest gpu-firmware-kmod (for navi14 and renoir users) drm-kmod: - Need FreeBSD 1300108, missed in r548208
Notes
Notes: svn path=/head/; revision=548601
Diffstat (limited to 'graphics/drm-kmod')
-rw-r--r--graphics/drm-kmod/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile
index e127621875b0..ea44f9791131 100644
--- a/graphics/drm-kmod/Makefile
+++ b/graphics/drm-kmod/Makefile
@@ -26,9 +26,9 @@ IGNORE= legacy kmod not required on less than 12.0
RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd11.2-kmod
.elif ${OSVERSION} >= 1200058 && ${OSVERSION} < 1300000
RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd12.0-kmod
-.elif ${OSVERSION} >= 1300000 && ${OSVERSION} < 1300029
+.elif ${OSVERSION} >= 1300000 && ${OSVERSION} < 1300108
IGNORE= not supported on older 13, no kernel support
-.elif ${OSVERSION} >= 1300029
+.elif ${OSVERSION} >= 1300108
RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-current-kmod
.else
IGNORE= not supported for this configuration