From owner-freebsd-ppc@freebsd.org Wed Oct 21 11:07:31 2015 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3E97A1A019 for ; Wed, 21 Oct 2015 11:07:31 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9764DB5; Wed, 21 Oct 2015 11:07:31 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 964F11764; Wed, 21 Oct 2015 11:07:31 +0000 (UTC) Date: Wed, 21 Oct 2015 11:07:31 +0000 From: Alexey Dokuchaev To: Jukka Ukkonen Cc: Tilman Keskin?z , freebsd-ppc@FreeBSD.org Subject: Re: radeon/powerpc32 and xorg-server 1.17 Message-ID: <20151021110731.GA86034@FreeBSD.org> References: <6771C4FC-D057-4CF3-9D90-AE34323AB8BC@freebsd.org> <20151021100325.GA61714@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2015 11:07:31 -0000 [ Fixed quoting; please don't top post. ] On Wed, Oct 21, 2015 at 01:49:42PM +0300, Jukka Ukkonen wrote: > > On 21 Oct 2015, at 13:03, Alexey Dokuchaev wrote: > > I recall that Justin had some progress [1] here, but apparently it was > > not commit-ready so it never hit the tree. > > > > [1] https://lists.freebsd.org/pipermail/freebsd-ppc/2015-August/007728.html > > If my memory serves me, radeon kms driver needs 64 bit atomic > operations which are not available on 32 bit ppc. Right; if you'd follow quoted link Justin talks about exactly that. I actually also need 64-bit atomics (for a different project) and did some initial research as well [2], but haven't sat down for a longer time to actually come up with some implementation. ./danfe [2] https://lists.freebsd.org/pipermail/freebsd-ppc/2015-September/007774.html