From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: radeon: RFC speed cap detection on ppc64 Date: Mon, 22 Oct 2012 16:44:44 +0100 Message-ID: <20121022164444.2b0775ce@pyramind.ukuu.org.uk> References: <50819140.8030806@linux.vnet.ibm.com> <508565FA.4040908@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <508565FA.4040908@redhat.com> Sender: linux-kernel-owner@vger.kernel.org To: Adam Jackson Cc: Lucas Kannebley Tavares , dri-devel@lists.freedesktop.org, Benjamin Herrenschmidt , linux-pci@vger.kernel.org, Nishanth Aravamudan , linux-kernel@vger.kernel.org, Brian King , Bjorn Helgaas List-Id: dri-devel@lists.freedesktop.org > That (walking all parent nodes) is probably the safest thing to do. I'm > not sure whether it's optimal. It would likely depend on whether you > can meaningfully have a bridge that's faster on the downstream side than > on the upstream. This is architecture goo at heart - would this be better as a helper in the PCI and arch PCI code ? Alan