diff options
author | Vladimir Kondratyev <wulf@FreeBSD.org> | 2022-02-14 10:19:09 +0000 |
---|---|---|
committer | Vladimir Kondratyev <wulf@FreeBSD.org> | 2022-02-14 10:19:09 +0000 |
commit | a5e28565fc0acf23211ef6a257151e8eed6abe1a (patch) | |
tree | 528a2be74398219dc519efcc9fd607e6e8bb3f3f /graphics/drm-devel-kmod/Makefile | |
parent | 309b41bfc9633881b6ada1307e702665e370c28a (diff) | |
download | ports-a5e28565fc0acf23211ef6a257151e8eed6abe1a.tar.gz ports-a5e28565fc0acf23211ef6a257151e8eed6abe1a.zip |
graphics/drm-devel-kmod: Update to v5.7.19_2
- Add amdgpu "Green sardine" to supported device Id list as "reported to work"
- Fix some routines to return an error instead of triggering panic
- Allow i915kms build with in-base linux/pm_qos.h
PR: 261937
Approved by: x11 (manu)
Diffstat (limited to 'graphics/drm-devel-kmod/Makefile')
-rw-r--r-- | graphics/drm-devel-kmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/drm-devel-kmod/Makefile b/graphics/drm-devel-kmod/Makefile index c4441f3bde8b..f5be08b4ab4b 100644 --- a/graphics/drm-devel-kmod/Makefile +++ b/graphics/drm-devel-kmod/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Dieterich <jmd@FreeBSD.org> PORTNAME= drm-devel-kmod -PORTVERSION= 5.7.19.g20220202 +PORTVERSION= 5.7.19.g20220213 CATEGORIES= graphics kld MAINTAINER= x11@FreeBSD.org @@ -24,7 +24,7 @@ USES= kmod uidfix compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= drm-kmod -GH_TAGNAME= drm_v5.7.19_1 +GH_TAGNAME= drm_v5.7.19_2 .include <bsd.port.options.mk> |