From owner-freebsd-current@freebsd.org Fri Sep 28 20:01:10 2018 Return-Path: Delivered-To: freebsd-current@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 8BCBC10B80A7 for ; Fri, 28 Sep 2018 20:01:10 +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 25085805A7 for ; Fri, 28 Sep 2018 20:01:10 +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 w8SK12eh002857 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 28 Sep 2018 13:01:02 -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 w8SK1263002856; Fri, 28 Sep 2018 13:01:02 -0700 (PDT) (envelope-from sgk) Date: Fri, 28 Sep 2018 13:01:02 -0700 From: Steve Kargl To: "Matthew D. Fuller" Cc: freebsd-current@freebsd.org Subject: Re: drm2 in base Message-ID: <20180928200102.GA2631@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20180928180002.GA957@troutmask.apl.washington.edu> <20180928194739.GH32731@over-yonder.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180928194739.GH32731@over-yonder.net> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2018 20:01:10 -0000 On Fri, Sep 28, 2018 at 02:47:39PM -0500, Matthew D. Fuller wrote: > On Fri, Sep 28, 2018 at 11:00:02AM -0700 I heard the voice of > Steve Kargl, and lo! it spake thus: > > > > I have a radeon HD 6450 video card (CAICOS firmware), and have been > > informed that the hardware is too old for graphics/drm-stable-kmod > > and that I should use graphics/drm-legacy-kmod. > > Well, please don't tell that to the 6450 I've got running on > drm-next-kmod (which also spent some time on drm-stable)... > See the URL I posted. How did you get around the "fence_wait returned with error -512" messages filling /var/log/messages. It also does not get around the problem that drm-legacy-kmod has been advertised as the drop-in replacement for those that use drm2 and have older hardware. But, thanks for your constructive input. -- Steve