Received: by 2002:a25:1104:0:0:0:0:0 with SMTP id 4csp984434ybr; Sat, 23 May 2020 03:24:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy8Pro5wr1WE2B+j/grTve08LR9tHgkM90HAIZCzk2XJCj9edyCdzAc6GkA9DTXl/+2gUvS X-Received: by 2002:a05:6402:1c94:: with SMTP id cy20mr6479456edb.270.1590229495461; Sat, 23 May 2020 03:24:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590229495; cv=none; d=google.com; s=arc-20160816; b=Fgp8ZDuy3isdzi1VXypNGE90KwP4N5BgaKtDukDf6FWTU0hmhV89vju3KzVn3B4pWv CPkYFzAeIk4606ggsKcPdiLg6V/Z1OMEGsmbAGX7QYvCm+t2u9M4lT7xJGzgC9X57ibs PPqPhQ9oRXcyaCMq9fOReDzGFDyFAbTtXGJbuKCDGhvjeeV2Jxq3NJ0fKMjM+9QU8HQX a1cPMcE6ASR35BU5KFUroP3gJzBVktGGBvMvVhYfAjelTZNbq9J18qCcHOT923bpHeQV xzjld7vxl17bwKA3AuH5vjqWBy0Pe9shUrm/d632jea5H80bIBTk8c2vnYh4M0VgTRPP xhaQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=5m08trqhkcUOho1BQatK2LRr/5iZpSwnONmYm+8dONU=; b=eaaa1Qb/Hx44P8P0UfHIeUuiSv7iYKghJMV4ZPYfV9wBpSuF56poZALSLQZ9HYNFAR VArwfd7gk/xSwLeEfSoShi6MpnyDjVIYeuKqQGln0TUctPxFeZzbOeu1Uywpynfbfk8z y5NHgZYvknaPpbh1cIOI0++OGUOxy8X5zgwXDhF+zVkSdcDKwqzbF/TljsmNakbTebCi HjJWrcYh5QU3bKSrqQX0kov6raBNcHNaNGIlr8spCwKvObTwY/uGhXMJktiGi1s69a3j XEHNZrAlMalN8y00WUIO8ixL3E1fH4GB+lPfue8IC/W5Mq3ehVd3pbKz3ZlJ3HAdqGC8 m+yQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d22si6087219ejj.389.2020.05.23.03.24.32; Sat, 23 May 2020 03:24:55 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387729AbgEWKWy (ORCPT + 99 others); Sat, 23 May 2020 06:22:54 -0400 Received: from v6.sk ([167.172.42.174]:39970 "EHLO v6.sk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725268AbgEWKWv (ORCPT ); Sat, 23 May 2020 06:22:51 -0400 Received: from localhost (v6.sk [IPv6:::1]) by v6.sk (Postfix) with ESMTP id 33FF6610B3; Sat, 23 May 2020 10:22:49 +0000 (UTC) Date: Sat, 23 May 2020 12:22:45 +0200 From: Lubomir Rintel To: Lucas Stach Cc: Russell King - ARM Linux admin , The etnaviv authors , DRI mailing list , linux-kernel , Christian Gmeiner , Fabio Estevam , Rob Herring Subject: Re: [PATCH 2/3] drm/etnaviv: Don't ignore errors on getting clocks Message-ID: <20200523102245.GA2781@furthur.local> References: <20200513150007.1315395-1-lkundrak@v3.sk> <20200513150007.1315395-3-lkundrak@v3.sk> <1e15be39906034a95b86c026e060ed9866586d94.camel@pengutronix.de> <20200514082755.GN1551@shell.armlinux.org.uk> <20200514085307.GO1551@shell.armlinux.org.uk> <20200520133824.GK1695525@furthur.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Cc += robh On Wed, May 20, 2020 at 04:04:39PM +0200, Lucas Stach wrote: > Am Mittwoch, den 20.05.2020, 15:38 +0200 schrieb Lubomir Rintel: > > On Thu, May 14, 2020 at 09:53:08AM +0100, Russell King - ARM Linux admin wrote: > > > On Thu, May 14, 2020 at 10:40:58AM +0200, Lucas Stach wrote: > > > > Am Donnerstag, den 14.05.2020, 09:27 +0100 schrieb Russell King - ARM Linux admin: > > > > > On Thu, May 14, 2020 at 10:18:02AM +0200, Lucas Stach wrote: > > > > > > Am Mittwoch, den 13.05.2020, 23:41 -0300 schrieb Fabio Estevam: > > > > > > > On Wed, May 13, 2020 at 2:09 PM Fabio Estevam wrote: > > > > > > > > > > > > > > > The binding doc Documentation/devicetree/bindings/gpu/vivante,gc.yaml > > > > > > > > says that only the 'reg' clock could be optional, the others are > > > > > > > > required. > > > > > > > > > > > > > > arch/arm/boot/dts/dove.dtsi only uses the 'core' clock. > > > > > > > arch/arm/boot/dts/stm32mp157.dtsi uses 'bus' and 'core' > > > > > > > > > > > > > > Maybe the binding needs to be updated and it seems that using > > > > > > > devm_clk_get_optional() like you propose is safe. > > > > > > > > > > > > The binding is correct as-is. We want to require those clocks to be > > > > > > present, but the dove DT was added before the binding was finalized, so > > > > > > the driver still treats the clocks as optional to not break > > > > > > compatibility with old DTs. Maybe this warrants a comment in the > > > > > > code... > > > > > > > > > > The binding doc in mainline says: > > > > > > > > > > clocks: > > > > > items: > > > > > - description: AXI/master interface clock > > > > > - description: GPU core clock > > > > > - description: Shader clock (only required if GPU has feature PIPE_3D) > > > > > - description: AHB/slave interface clock (only required if GPU can gate slave interface independently) > > > > > minItems: 1 > > > > > maxItems: 4 > > > > > > > > > > clock-names: > > > > > items: > > > > > enum: [ bus, core, shader, reg ] > > > > > minItems: 1 > > > > > maxItems: 4 > > > > > > > > > > which looks correct to me - and means that Dove is compliant with that. > > > > > > > > The YAML binding actually did loose something in translation here, > > > > which I didn't notice. Previously all those clocks were listed under > > > > "Required properties", with the exceptions listed in parenthesis. So > > > > the Dove GPU, which is a combined 2D/3D core should have axi, core and > > > > shader clocks specified. > > > > > > That may be your desire, but that is impossible without knowing that > > > (a) it has the clocks > > > (b) what those clocks are connected to > > > > > > I guess we could "make something up" but as DT is supposed to describe > > > hardware, I don't see how we can satisfy that and your requirement. > > > > > > The only thing that is known from the documentation is that there is > > > one clock for the GPU on Dove. > > > > Yes. This means that in fact "core" is the only required clock for all > > implementations of vivante,gc and the common binding needs to be updated > > to reflect that. I'll follow with a patch that does that, unless there > > are strong objections. > > > > If there are implementations that require different clock inputs, then they > > need to use additional compatible string for the particular flavor and the > > binding should have conditionals for them. Something like this: > > > > if: > > properties: > > compatible: > > contains: > > const: fsl,imx6sx-gpu > > then: > > properties: > > clocks: > > minItems: 4 > > The DT binding of a device should describe the hardware of the device, > not the specific integration into a SoC. I'm not too convinced about this. While I'm not able to produce a reference from a quick view either into ieee1275 and DTSpec, I believe the DT describes the hardware from software's perspective. That is, there's no point in describing hardware implementation details that have no bearing on software interface (such as a single software-controlled clock being routed to different parts of a chip). Adding Rob to Cc, he will likely be able to clarify. > Now it's a bit hard to make > any definite statements about the Vivante GC GPU module itself, as most > of the information we have is from reverse engineering. It's pretty > clear though that the GPU module has at least 2 clock inputs: axi and > core, as there is a feature bit that tells us if it's okay to gate the > axi clock independently from core. > > I'm not 100% sure about the older cores as found in Dove, but all the > more recent cores allow to clock the shader partition independently of > the core partition, so that's another clock input. > > Now when it comes to a SoC integration, it's totally fine to have all > those GPU module clock inputs fed from the same clock source and behind > a shared gate maybe. But that doesn't change the clock inputs from the > device perspective, it's still 3 independent clock inputs, which then > just point to the same clock source in the DT. > > imx6sx.dtsi is even a precedent of such a setup: all module clock > inputs are fed by a common clock and share a single gate. > > Regards, > Lucas Lubo