<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/include/linux/tegra-cpufreq.h, branch rtss22-ae</title>
<subtitle>NVIDIA's kernel modules to support tegra chips (used in Jetson boards)</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/'/>
<entry>
<title>cpufreq: Add support for Guest VM</title>
<updated>2018-05-22T16:04:50+00:00</updated>
<author>
<name>sreenivasulu velpula</name>
<email>svelpula@nvidia.com</email>
</author>
<published>2018-03-30T17:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=aeccd17ca3672fa7068a3af26733c556c1665b02'/>
<id>aeccd17ca3672fa7068a3af26733c556c1665b02</id>
<content type='text'>
with this changes, guest VM will be able to set/get the CPU
frequencies of the CPUs guest owns.
Guest cpufreq driver will interface with the cpufreq server
which is part of bpmp server.

ESLC-1617

Change-Id: I3a4d14ec444a106a8136d3ef271f54c2b5cc5aff
Signed-off-by: sreenivasulu velpula &lt;svelpula@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1685271
Reviewed-by: Bo Yan &lt;byan@nvidia.com&gt;
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Nitin Sehgal &lt;nsehgal@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vipin Kumar &lt;vipink@nvidia.com&gt;
Reviewed-by: Sandeep Trasi &lt;strasi@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with this changes, guest VM will be able to set/get the CPU
frequencies of the CPUs guest owns.
Guest cpufreq driver will interface with the cpufreq server
which is part of bpmp server.

ESLC-1617

Change-Id: I3a4d14ec444a106a8136d3ef271f54c2b5cc5aff
Signed-off-by: sreenivasulu velpula &lt;svelpula@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1685271
Reviewed-by: Bo Yan &lt;byan@nvidia.com&gt;
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Nitin Sehgal &lt;nsehgal@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vipin Kumar &lt;vipink@nvidia.com&gt;
Reviewed-by: Sandeep Trasi &lt;strasi@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cpufreq : Disable setting frequency</title>
<updated>2017-06-15T18:18:51+00:00</updated>
<author>
<name>Mudit Jain</name>
<email>muditj@nvidia.com</email>
</author>
<published>2017-05-30T05:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=8c185faf8bd035f1761f2832dc073652fd000cbc'/>
<id>8c185faf8bd035f1761f2832dc073652fd000cbc</id>
<content type='text'>
If the IVC queue is not provided in the cpufreq node
then the set speed functionality is disabled.

Bug 1903750

Jira SSV-175

Change-Id: I94f21bfac7a8df4004ff3e303b41151e4fb01a9b
Signed-off-by: Mudit Jain &lt;muditj@nvidia.com&gt;
Reviewed-on: http://git-master/r/1502797
GVS: Gerrit_Virtual_Submit
Reviewed-by: Nitin Sehgal &lt;nsehgal@nvidia.com&gt;
Reviewed-by: Sandeep Trasi &lt;strasi@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the IVC queue is not provided in the cpufreq node
then the set speed functionality is disabled.

Bug 1903750

Jira SSV-175

Change-Id: I94f21bfac7a8df4004ff3e303b41151e4fb01a9b
Signed-off-by: Mudit Jain &lt;muditj@nvidia.com&gt;
Reviewed-on: http://git-master/r/1502797
GVS: Gerrit_Virtual_Submit
Reviewed-by: Nitin Sehgal &lt;nsehgal@nvidia.com&gt;
Reviewed-by: Sandeep Trasi &lt;strasi@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>t18x: cpufreq: New message for setting cpu rate</title>
<updated>2017-04-13T06:47:08+00:00</updated>
<author>
<name>Raveesh Kote</name>
<email>rkote@nvidia.com</email>
</author>
<published>2017-01-17T11:22:14+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=b9665ff75d42477ace2e73aa806e0832fb9b9d1c'/>
<id>b9665ff75d42477ace2e73aa806e0832fb9b9d1c</id>
<content type='text'>
- Create a new message to set cpu rate which will
  be consumed by cpufreq server.

- Take different path for setting cpu rate in
  case of hypervisor.

- Move some common declarations to tegra-cpufreq.h

Bug 200237433
Bug 200275805

JIRA: VFND-3219

JIRA: ESSL-2393

Change-Id: Id38b3ca0557143eafffc4f429ea0f094629ce09a
Signed-off-by: Raveesh Kote &lt;rkote@nvidia.com&gt;
Reviewed-on: http://git-master/r/1286760
(cherry picked from commit 5f3eb0a9e70b4a0b3c1f9957c3d3c0f095660f7c)
Reviewed-on: http://git-master/r/1323154
(cherry picked from commit a7cf92287b57ac51d3f3ed43c3f279a51cf98180)
Reviewed-on: http://git-master/r/1322054
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: Mudit Jain &lt;muditj@nvidia.com&gt;
Reviewed-by: Sandeep Trasi &lt;strasi@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Create a new message to set cpu rate which will
  be consumed by cpufreq server.

- Take different path for setting cpu rate in
  case of hypervisor.

- Move some common declarations to tegra-cpufreq.h

Bug 200237433
Bug 200275805

JIRA: VFND-3219

JIRA: ESSL-2393

Change-Id: Id38b3ca0557143eafffc4f429ea0f094629ce09a
Signed-off-by: Raveesh Kote &lt;rkote@nvidia.com&gt;
Reviewed-on: http://git-master/r/1286760
(cherry picked from commit 5f3eb0a9e70b4a0b3c1f9957c3d3c0f095660f7c)
Reviewed-on: http://git-master/r/1323154
(cherry picked from commit a7cf92287b57ac51d3f3ed43c3f279a51cf98180)
Reviewed-on: http://git-master/r/1322054
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: Mudit Jain &lt;muditj@nvidia.com&gt;
Reviewed-by: Sandeep Trasi &lt;strasi@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>t18x: cpufreq: Add virtualization support</title>
<updated>2017-04-13T06:47:08+00:00</updated>
<author>
<name>Raveesh Kote</name>
<email>rkote@nvidia.com</email>
</author>
<published>2017-01-17T10:26:21+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=ab212a5923f6f4c84b92c062aa71d59f09519b54'/>
<id>ab212a5923f6f4c84b92c062aa71d59f09519b54</id>
<content type='text'>
- Para virtualize cpufreq driver.

- To interact with cpufreq server move
  initialization of ivc message to cpufreq
  driver from tegra_throttle driver.

- Export tegra_cpufreq_tx_ivc_msg which can
  be used by different platform drivers to
  communicate with cpufreq server.

Bug 200237433
Bug 200275805

JIRA: VFND-3219

JIRA: ESSL-2393

Change-Id: Ia2cf32ca09f979c164d3147808dd38f4d94969c8
Signed-off-by: Raveesh Kote &lt;rkote@nvidia.com&gt;
Reviewed-on: http://git-master/r/1286660
(cherry picked from commit 98f7752118f9fcc262d7c3299627baac10eb69dc)
Reviewed-on: http://git-master/r/1323153
(cherry picked from commit 844d6311e37816d79ef2046e81259057d610dbc5)
Reviewed-on: http://git-master/r/1322053
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: Mudit Jain &lt;muditj@nvidia.com&gt;
Reviewed-by: Sandeep Trasi &lt;strasi@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Para virtualize cpufreq driver.

- To interact with cpufreq server move
  initialization of ivc message to cpufreq
  driver from tegra_throttle driver.

- Export tegra_cpufreq_tx_ivc_msg which can
  be used by different platform drivers to
  communicate with cpufreq server.

Bug 200237433
Bug 200275805

JIRA: VFND-3219

JIRA: ESSL-2393

Change-Id: Ia2cf32ca09f979c164d3147808dd38f4d94969c8
Signed-off-by: Raveesh Kote &lt;rkote@nvidia.com&gt;
Reviewed-on: http://git-master/r/1286660
(cherry picked from commit 98f7752118f9fcc262d7c3299627baac10eb69dc)
Reviewed-on: http://git-master/r/1323153
(cherry picked from commit 844d6311e37816d79ef2046e81259057d610dbc5)
Reviewed-on: http://git-master/r/1322053
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: Mudit Jain &lt;muditj@nvidia.com&gt;
Reviewed-by: Sandeep Trasi &lt;strasi@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
