From owner-freebsd-ppc@freebsd.org Wed Aug 5 22:16:59 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 4301E9B4FBB for ; Wed, 5 Aug 2015 22:16:59 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D78CDAC; Wed, 5 Aug 2015 22:16:59 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by iodd187 with SMTP id d187so63728428iod.2; Wed, 05 Aug 2015 15:16:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=foWxUwFzuCmj1FBDSsDSXlGd/32XJljSCYAFMHhf9So=; b=MM/z9EKnVCbwlecLTb8nZXl+q4U4EpXzM/ZKryO4nrfp8hSDW1qRJC8zqFOrXh4BQn tUbHUrVAtZ6WTjJn4J25+x8++44WSpoadAp60H2NClbtZ9TMDcwGgBcCLx+h/Fg9hh9e Ne8n9haF3VqEZI8DehUwXUT3wQH/ZzicMjceFZ2qohda7+qqIWWLmJ2C9JBg1dxAWD8g S2wZ+tVTHR1AFrqxP1IvgWZHqkHqA1OvIpIwQxGBiyGEcDCl6u2RbiuWaVkA71gByx2+ drB+t0aVngRPMebI7TdHY/EeHVUpPznMqFbBljCryJH5HnAM7s670dhISlFxVYs7VpcU 4I5Q== MIME-Version: 1.0 X-Received: by 10.107.137.154 with SMTP id t26mr13302682ioi.13.1438813018429; Wed, 05 Aug 2015 15:16:58 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.36.121.149 with HTTP; Wed, 5 Aug 2015 15:16:58 -0700 (PDT) In-Reply-To: <20150805185841.GA61013@FreeBSD.org> References: <20150805185841.GA61013@FreeBSD.org> Date: Wed, 5 Aug 2015 15:16:58 -0700 X-Google-Sender-Auth: gAMd5-XrUysDkm0zshMh24bxWoY Message-ID: Subject: Re: From: Justin Hibbits To: Alexey Dokuchaev Cc: "Herminio Hernandez, Jr." , FreeBSD PowerPC ML Content-Type: text/plain; charset=UTF-8 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, 05 Aug 2015 22:16:59 -0000 On Wed, Aug 5, 2015 at 11:58 AM, Alexey Dokuchaev wrote: > On Wed, Aug 05, 2015 at 11:26:37AM -0700, Justin Hibbits wrote: >> Try adding the following line into the card's Section "Device" of xorg.conf: >> >> Option "NoAccel" "true" >> >> I needed to add this option on my PowerBooks, with ATI graphics, using >> the xf86-video-ati-ums driver. > > Speaking of Apple iBooks/PowerBooks, and given than ATI (AMD) cards are > currently one of the best supported in post-KMS world, are there chances > to get them fully accelerated working in the foreseeable future? > > ./danfe I *think* all that's needed is atomic64 emulation. I had written a patch implementing them, but it utterly failed to compile for most architectures. If I didn't have to worry about userspace or the opensolaris atomic64 emulation, it wouldn't be too difficult. Anyone else wants a crack at it, feel free. - Justin