lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <166481381193.2398163.17368666034757782768.robh@kernel.org> Date: Mon, 3 Oct 2022 11:16:52 -0500 From: Rob Herring <robh@...nel.org> To: Mikko Perttunen <cyndis@...si.fi> Cc: Thierry Reding <thierry.reding@...il.com>, Jonathan Hunter <jonathanh@...dia.com>, Rob Herring <robh+dt@...nel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>, linux-tegra@...r.kernel.org, Ashish Mhetre <amhetre@...dia.com>, Daniel Vetter <daniel@...ll.ch>, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, Mikko Perttunen <mperttunen@...dia.com>, Sameer Pujar <spujar@...dia.com>, David Airlie <airlied@...ux.ie>, dri-devel@...ts.freedesktop.org Subject: Re: [PATCH v3 3/8] dt-bindings: Add bindings for Tegra234 NVDEC On Tue, 20 Sep 2022 11:11:58 +0300, Mikko Perttunen wrote: > From: Mikko Perttunen <mperttunen@...dia.com> > > Update NVDEC bindings for Tegra234. This new engine version only has > two memory clients, but now requires three clocks, and as a bigger > change the engine loads firmware from a secure carveout configured by > the bootloader. > > For the latter, we need to add a phandle to the memory controller > to query the location of this carveout, and several other properties > containing offsets into the firmware inside the carveout. This > carveout is not accessible by the CPU, but is needed by NVDEC, > so we need this information to be relayed from the bootloader. > > As the binding was getting large with many conditional properties, > also split the Tegra234 version out into a separate file. > > Signed-off-by: Mikko Perttunen <mperttunen@...dia.com> > --- > v3: > - Adjusted descriptions for firmware-related DT properties > as requested. > - Small update to commit message. > v2: > - Split out into separate file to avoid complexity with > conditionals etc. > --- > .../gpu/host1x/nvidia,tegra234-nvdec.yaml | 156 ++++++++++++++++++ > 1 file changed, 156 insertions(+) > create mode 100644 Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra234-nvdec.yaml > Reviewed-by: Rob Herring <robh@...nel.org>
Powered by blists - more mailing lists