From owner-freebsd-x11@freebsd.org Thu Sep 27 20:19:33 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16F5910B89A7 for ; Thu, 27 Sep 2018 20:19:33 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 930E97586D for ; Thu, 27 Sep 2018 20:19:32 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id w8RKJS6N086462 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 27 Sep 2018 13:19:29 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id w8RKJS9b086461; Thu, 27 Sep 2018 13:19:28 -0700 (PDT) (envelope-from sgk) Date: Thu, 27 Sep 2018 13:19:28 -0700 From: Steve Kargl To: Niclas Zeising Cc: Johannes Lundberg , freebsd-x11@freebsd.org Subject: Re: fence_wait returned with error -512 Message-ID: <20180927201928.GA86166@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20180926170105.GA8906@troutmask.apl.washington.edu> <20180926232051.GA13774@troutmask.apl.washington.edu> <20180927014128.GA14820@troutmask.apl.washington.edu> <20180927190409.GA27756@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2018 20:19:33 -0000 On Thu, Sep 27, 2018 at 10:17:02PM +0200, Niclas Zeising wrote: > On 9/27/18 9:04 PM, Steve Kargl wrote: > > On Thu, Sep 27, 2018 at 09:13:46AM +0200, Niclas Zeising wrote: > >> On 9/27/18 3:41 AM, Steve Kargl wrote: > >>> On Wed, Sep 26, 2018 at 04:45:10PM -0700, Johannes Lundberg wrote: > >>>> > >>>> I’ve attached what I think is the correct ports patch for this if you want > >>>> to build yourself. I don’t know when the package will be updated but it > >>>> will definitely be before 12 is released. > >>>> > >>>> You can also always clone the git repo and build from there for latest > >>>> version. > >>>> github.com/freebsddesktop/drm-legacy > >>>> > >>>> I don’t have the hardware to test myself so I’d be grateful if you can give > >>>> the patch a try and see if firmware loading works. > >>>> > >>> > >>> I'll see if I can pull the source tomorrow. > >>> > >> > >> Hi! > >> The port has been updated with the latest version of drm-legacy-kmod. I > >> don't exactly know when packages are updated, but you can build it from > >> ports in the meantime. > >> Regards > > > > Ugh. Seems I have to build a new world. :( > > > > > > --- i915_drv.o --- > > /usr/ports/graphics/drm-legacy-kmod/work/drm-legacy-226834b/src/dev/drm2/i915/i915_drv.c:1240:26: error: too few arguments provided to function-like macro invocation > > nitems(pciidlist) - 1); > > ^ > > /usr/src/sys/sys/module.h:181:9: note: macro 'MODULE_PNP_INFO' defined here > > #define MODULE_PNP_INFO(d, b, unique, t, l, n) \ > > ^ > > /usr/ports/graphics/drm-legacy-kmod/work/drm-legacy-226834b/src/dev/drm2/i915/i915_drv.c:1239:1: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int] > > MODULE_PNP_INFO("U32:vendor;U32:device;P:#;D:#", vgapci, i915, pciidlist, > > ^ > > 2 errors generated. > > *** [i915_drv.o] Error code 1 > > > > Or someone broke something inadvertently. Which revision are you > currently on? % uname -a FreeBSD troutmask.apl.washington.edu 12.0-ALPHA7 FreeBSD 12.0-ALPHA7 r338862 HPC amd64 -- Steve