<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/nvpps, branch gpu-paging</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>nvpps: Fix 'free resource in error'</title>
<updated>2020-04-02T21:24:51+00:00</updated>
<author>
<name>Achal Verma</name>
<email>achalv@nvidia.com</email>
</author>
<published>2020-03-20T09:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=a2c1b4cf66e283c22f38edc1b6b6c7dbe2380b8b'/>
<id>a2c1b4cf66e283c22f38edc1b6b6c7dbe2380b8b</id>
<content type='text'>
added correct order freeing of resources
in case error happens.

This fix coverity issue: 9625665

Bug 2028892

Change-Id: If69414a39131ae5e7613eb8a42e1849696910e3d
Signed-off-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2315925
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-by: Phoenix Jung &lt;pjung@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added correct order freeing of resources
in case error happens.

This fix coverity issue: 9625665

Bug 2028892

Change-Id: If69414a39131ae5e7613eb8a42e1849696910e3d
Signed-off-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2315925
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-by: Phoenix Jung &lt;pjung@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</pre>
</div>
</content>
</entry>
<entry>
<title>nvpps: windows to unix format</title>
<updated>2020-04-01T17:09:06+00:00</updated>
<author>
<name>Achal Verma</name>
<email>achalv@nvidia.com</email>
</author>
<published>2020-03-20T09:12:36+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=6bd40e00193c8e712b5fcf643464fc8a74a55f69'/>
<id>6bd40e00193c8e712b5fcf643464fc8a74a55f69</id>
<content type='text'>
drivers/nvpps/nvpps_main.c is in
windows format, converted to unix
format now.

Bug 2028892

Change-Id: I9ed89d0d83e5b9472cfd5320d273dc726eddc47f
Signed-off-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2315907
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-by: Phoenix Jung &lt;pjung@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
drivers/nvpps/nvpps_main.c is in
windows format, converted to unix
format now.

Bug 2028892

Change-Id: I9ed89d0d83e5b9472cfd5320d273dc726eddc47f
Signed-off-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2315907
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-by: Phoenix Jung &lt;pjung@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</pre>
</div>
</content>
</entry>
<entry>
<title>include: uapi: move nvpps_ioctl header file</title>
<updated>2019-05-03T20:43:50+00:00</updated>
<author>
<name>Anuj Gangwar</name>
<email>anujg@nvidia.com</email>
</author>
<published>2019-05-02T09:55:13+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=33c5afbd77f7d05caa8ad05112e414c74f4c9e04'/>
<id>33c5afbd77f7d05caa8ad05112e414c74f4c9e04</id>
<content type='text'>
Header file nvpps_ioctl have IOCTL definitions, so move the headers files
from include/linux/ to include/uapi/linux.

Change the path for header in dependent c files.

Bug 2062672

Change-Id: I50a3d27978926db0088cb49a30c33eeac46bf83b
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2110163
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu &lt;bbasu@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>
Header file nvpps_ioctl have IOCTL definitions, so move the headers files
from include/linux/ to include/uapi/linux.

Change the path for header in dependent c files.

Bug 2062672

Change-Id: I50a3d27978926db0088cb49a30c33eeac46bf83b
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2110163
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu &lt;bbasu@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>nvpps : gnu 7.3 tool chain compatibility</title>
<updated>2019-04-25T20:12:03+00:00</updated>
<author>
<name>Priyanshu Sharma</name>
<email>priyanshus@nvidia.com</email>
</author>
<published>2019-04-15T11:32:57+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=b61e451a3c3b20270df6ec721e8eb988447c7967'/>
<id>b61e451a3c3b20270df6ec721e8eb988447c7967</id>
<content type='text'>
Remove compiler directive that is not
compatible with the 7.3 toolchain.

Bug 200460362
EFL-428

Change-Id: I5e1273dbbe4ea2ebb46bde18e14cc0fa9bd384d6

Signed-off-by: Priyanshu Sharma &lt;priyanshus@nvidia.com&gt;
Change-Id: I5e1273dbbe4ea2ebb46bde18e14cc0fa9bd384d6
Reviewed-on: https://git-master.nvidia.com/r/2097765
Reviewed-by: Harshraj Rao &lt;hmrao@nvidia.com&gt;
Reviewed-by: Rahul Jain (SW-TEGRA) &lt;rahuljain@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
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>
Remove compiler directive that is not
compatible with the 7.3 toolchain.

Bug 200460362
EFL-428

Change-Id: I5e1273dbbe4ea2ebb46bde18e14cc0fa9bd384d6

Signed-off-by: Priyanshu Sharma &lt;priyanshus@nvidia.com&gt;
Change-Id: I5e1273dbbe4ea2ebb46bde18e14cc0fa9bd384d6
Reviewed-on: https://git-master.nvidia.com/r/2097765
Reviewed-by: Harshraj Rao &lt;hmrao@nvidia.com&gt;
Reviewed-by: Rahul Jain (SW-TEGRA) &lt;rahuljain@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
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>nvpps : new kernel module for time sync</title>
<updated>2018-07-06T20:25:09+00:00</updated>
<author>
<name>David Tao</name>
<email>tehyut@nvidia.com</email>
</author>
<published>2018-06-13T23:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=f6cd6e17236b137038bb36f7cb5c7d0bb9c6f460'/>
<id>f6cd6e17236b137038bb36f7cb5c7d0bb9c6f460</id>
<content type='text'>
Enable 1PPS time source to correlate GPS/TSC/PTP time domains
fixed trailing white space

Bug 2136350

Change-Id: I5fd83ca53d590dfcad0b0e67e73414c6436d5378
Signed-off-by: David Tao &lt;tehyut@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1749126
Reviewed-by: Greg Lo &lt;glo@nvidia.com&gt;
Reviewed-by: Sumeet Gupta &lt;sumeetg@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Suresh Venkatachalam &lt;skathirampat@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>
Enable 1PPS time source to correlate GPS/TSC/PTP time domains
fixed trailing white space

Bug 2136350

Change-Id: I5fd83ca53d590dfcad0b0e67e73414c6436d5378
Signed-off-by: David Tao &lt;tehyut@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1749126
Reviewed-by: Greg Lo &lt;glo@nvidia.com&gt;
Reviewed-by: Sumeet Gupta &lt;sumeetg@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Suresh Venkatachalam &lt;skathirampat@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>
</feed>
