svn commit: r548210 - in head/graphics/drm-current-kmod: . files

Emmanuel Vadot manu at FreeBSD.org
Thu Sep 10 16:19:57 UTC 2020


Author: manu
Date: Thu Sep 10 16:19:56 2020
New Revision: 548210
URL: https://svnweb.freebsd.org/changeset/ports/548210

Log:
  graphics/drm-current-kmod: Add a patch
  
  So module build when sources are installed in LOCAL_MODULES_DIR

Added:
  head/graphics/drm-current-kmod/files/
  head/graphics/drm-current-kmod/files/patch-drivers_gpu_drm_i915_i915__request.c   (contents, props changed)
Modified:
  head/graphics/drm-current-kmod/Makefile

Modified: head/graphics/drm-current-kmod/Makefile
==============================================================================
--- head/graphics/drm-current-kmod/Makefile	Thu Sep 10 16:09:32 2020	(r548209)
+++ head/graphics/drm-current-kmod/Makefile	Thu Sep 10 16:19:56 2020	(r548210)
@@ -3,7 +3,7 @@
 
 PORTNAME=	drm-current-kmod
 PORTVERSION=	5.4.62.g20200905
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics kld
 
 MAINTAINER=	x11 at FreeBSD.org

Added: head/graphics/drm-current-kmod/files/patch-drivers_gpu_drm_i915_i915__request.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/drm-current-kmod/files/patch-drivers_gpu_drm_i915_i915__request.c	Thu Sep 10 16:19:56 2020	(r548210)
@@ -0,0 +1,12 @@
+--- drivers/gpu/drm/i915/i915_request.c.orig	2020-09-10 16:18:40 UTC
++++ drivers/gpu/drm/i915/i915_request.c
+@@ -492,7 +492,9 @@ void __i915_request_unsubmit(struct i915_request *requ
+ #endif
+ 
+ 	GEM_BUG_ON(!irqs_disabled());
++#ifdef __freebsd_notyet__
+ 	lockdep_assert_held(&engine->active.lock);
++#endif
+ 
+ 	/*
+ 	 * Only unwind in reverse order, required so that the per-context list


More information about the svn-ports-all mailing list