From owner-svn-ports-all@freebsd.org Thu Sep 10 16:19:57 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BCC843DBBDC; Thu, 10 Sep 2020 16:19:57 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BnPHK3TBZz4FTB; Thu, 10 Sep 2020 16:19:57 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5A48615AE6; Thu, 10 Sep 2020 16:19:57 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08AGJvLU080922; Thu, 10 Sep 2020 16:19:57 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08AGJu6c080920; Thu, 10 Sep 2020 16:19:56 GMT (envelope-from manu@FreeBSD.org) Message-Id: <202009101619.08AGJu6c080920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Thu, 10 Sep 2020 16:19:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548210 - in head/graphics/drm-current-kmod: . files X-SVN-Group: ports-head X-SVN-Commit-Author: manu X-SVN-Commit-Paths: in head/graphics/drm-current-kmod: . files X-SVN-Commit-Revision: 548210 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2020 16:19:57 -0000 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@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