From: Johnny Liu <johnliu@nvidia.com>
To: <thierry.reding@gmail.com>, <jonathanh@nvidia.com>,
<skomatineni@nvidia.com>, <luca.ceresoli@bootlin.com>,
<mperttunen@nvidia.com>, <maarten.lankhorst@linux.intel.com>,
<mripard@kernel.org>, <tzimmermann@suse.de>, <airlied@gmail.com>,
<simona@ffwll.ch>, <robh@kernel.org>, <krzk+dt@kernel.org>,
<conor+dt@kernel.org>
Cc: <linux-media@vger.kernel.org>, <linux-tegra@vger.kernel.org>,
<dri-devel@lists.freedesktop.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, Johnny Liu <johnliu@nvidia.com>
Subject: [PATCH v1 1/5] dt-bindings: display: tegra: Add actmon information
Date: Tue, 10 Dec 2024 09:45:50 -0800 [thread overview]
Message-ID: <20241210174554.18869-2-johnliu@nvidia.com> (raw)
In-Reply-To: <20241210174554.18869-1-johnliu@nvidia.com>
An activity monitor (actmon) is used to measure the device runtime
utilization to help drive software power management policies.
Extend the reg space to include actmon aperture for actmon configuration
through host1x.
Extend the number of clocks to include actmon clock, which is shared
between unit actmons for different host1x clients.
Signed-off-by: Johnny Liu <johnliu@nvidia.com>
---
.../display/tegra/nvidia,tegra20-host1x.yaml | 45 ++++++++++++++++---
1 file changed, 39 insertions(+), 6 deletions(-)
diff --git a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml
index 3563378a01af4..46e1d27ddef8b 100644
--- a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml
+++ b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml
@@ -32,11 +32,11 @@ properties:
reg:
minItems: 1
- maxItems: 3
+ maxItems: 4
reg-names:
minItems: 1
- maxItems: 3
+ maxItems: 4
interrupts:
minItems: 1
@@ -60,12 +60,12 @@ properties:
maxItems: 1
clocks:
- description: Must contain one entry, for the module clock. See
- ../clocks/clock-bindings.txt for details.
+ minItems: 1
+ maxItems: 2
clock-names:
- items:
- - const: host1x
+ minItems: 1
+ maxItems: 2
resets:
minItems: 1 # MC reset is optional on Tegra186 and later
@@ -132,6 +132,15 @@ allOf:
items:
- const: syncpt
- const: host1x
+
+ clocks:
+ items:
+ - description: host1x clock
+
+ clock-names:
+ items:
+ - const: host1x
+
required:
- resets
- reset-names
@@ -170,6 +179,14 @@ allOf:
- const: syncpt
- const: host1x
+ clocks:
+ items:
+ - description: host1x clock
+
+ clock-names:
+ items:
+ - const: host1x
+
iommu-map:
description: Specification of stream IDs available for memory context device
use. Should be a mapping of IDs 0..n to IOMMU entries corresponding to
@@ -195,16 +212,20 @@ allOf:
then:
properties:
reg-names:
+ minItems: 3
items:
- const: common
- const: hypervisor
- const: vm
+ - const: actmon
reg:
+ minItems: 3
items:
- description: region used by host1x server
- description: region used by the hypervisor
- description: region assigned to the virtual machine
+ - description: region used for configuring actmon for host1x clients
interrupts:
items:
@@ -230,6 +251,18 @@ allOf:
- const: syncpt7
- const: host1x
+ clocks:
+ minItems: 1
+ items:
+ - description: host1x clock
+ - description: actmon clock
+
+ clock-names:
+ minItems: 1
+ items:
+ - const: host1x
+ - const: actmon
+
iommu-map:
description: Specification of stream IDs available for memory context device
use. Should be a mapping of IDs 0..n to IOMMU entries corresponding to
--
2.34.1
next prev parent reply other threads:[~2024-12-10 17:46 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-10 17:45 [PATCH v1 0/5] Support host1x actmon Johnny Liu
2024-12-10 17:45 ` Johnny Liu [this message]
2024-12-13 10:44 ` [PATCH v1 1/5] dt-bindings: display: tegra: Add actmon information Krzysztof Kozlowski
2024-12-13 23:29 ` Johnny Liu
2024-12-16 7:26 ` Krzysztof Kozlowski
2024-12-17 1:08 ` Johnny Liu
2024-12-17 5:36 ` Krzysztof Kozlowski
2024-12-10 17:45 ` [PATCH v1 2/5] arm64: " Johnny Liu
2024-12-10 17:45 ` [PATCH v1 3/5] gpu: host1x: Support device monitoring with actmon Johnny Liu
2024-12-17 5:39 ` Krzysztof Kozlowski
2024-12-19 20:29 ` Johnny Liu
2024-12-10 17:45 ` [PATCH v1 4/5] drm/tegra: nvdec: Register the device " Johnny Liu
2024-12-10 17:45 ` [PATCH v1 5/5] drm/tegra: vic: " Johnny Liu
2024-12-13 10:42 ` [PATCH v1 0/5] Support host1x actmon Krzysztof Kozlowski
2024-12-13 23:17 ` Johnny Liu
2024-12-16 7:27 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241210174554.18869-2-johnliu@nvidia.com \
--to=johnliu@nvidia.com \
--cc=airlied@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=jonathanh@nvidia.com \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=luca.ceresoli@bootlin.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mperttunen@nvidia.com \
--cc=mripard@kernel.org \
--cc=robh@kernel.org \
--cc=simona@ffwll.ch \
--cc=skomatineni@nvidia.com \
--cc=thierry.reding@gmail.com \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox