<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/include/video/vi4.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>camera: kernel cleanup</title>
<updated>2018-05-17T22:23:27+00:00</updated>
<author>
<name>Bhushan Rayrikar</name>
<email>brayrikar@nvidia.com</email>
</author>
<published>2018-05-04T22:24:48+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=bd96812cdd6d9e290e9d7507cf40f6c6db539034'/>
<id>bd96812cdd6d9e290e9d7507cf40f6c6db539034</id>
<content type='text'>
* Cleanup unneeded ioctls and related code.
* Add a call to set latency allowance for VI.
* Allow ISO cleints to set their own platform specific
  memory latency allowance.
* Split a long number in two to fix issues flagged by static
  code analysis.

Bug 2069761
Bug 1815173
Bug 200408168

Change-Id: If66ab6f604c2bfa369d7466d2cb1f5e42a6c6a41
Signed-off-by: Bhushan Rayrikar &lt;brayrikar@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1708678
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>
* Cleanup unneeded ioctls and related code.
* Add a call to set latency allowance for VI.
* Allow ISO cleints to set their own platform specific
  memory latency allowance.
* Split a long number in two to fix issues flagged by static
  code analysis.

Bug 2069761
Bug 1815173
Bug 200408168

Change-Id: If66ab6f604c2bfa369d7466d2cb1f5e42a6c6a41
Signed-off-by: Bhushan Rayrikar &lt;brayrikar@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1708678
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>drivers: media: camera: Add sync op support</title>
<updated>2017-07-07T23:05:08+00:00</updated>
<author>
<name>Bhanu Murthy V</name>
<email>bmurthyv@nvidia.com</email>
</author>
<published>2016-06-10T23:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=da44f7dfbdd068b696a98ddf8fdad52d833a9d1b'/>
<id>da44f7dfbdd068b696a98ddf8fdad52d833a9d1b</id>
<content type='text'>
Add sync file op support in VI driver.
Sub devices will be synchronized when the MFI interrupt
arrives to VI driver. At present this interrupt is
configured when the ROI of focus area ends during the
current frame capture.

Fix vi2 and vi4 differences using fops in addition to
the original commit.
Cleanup MFI code in the active isr flow.
Cleanup get_mc_vi specific to vi4 driver.

Bug 1754305

Change-Id: I7e96d413e79dbab17c7c4349cef9ef6b78ab983d
Signed-off-by: Bhanu Murthy V &lt;bmurthyv@nvidia.com&gt;
Reviewed-on: http://git-master/r/1162764
(cherry picked from commit 8c7c212927f1b1703fe0bf95086605fef48ff89d)
Reviewed-on: https://git-master/r/1514204
GVS: Gerrit_Virtual_Submit
Reviewed-by: Jihoon Bang &lt;jbang@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add sync file op support in VI driver.
Sub devices will be synchronized when the MFI interrupt
arrives to VI driver. At present this interrupt is
configured when the ROI of focus area ends during the
current frame capture.

Fix vi2 and vi4 differences using fops in addition to
the original commit.
Cleanup MFI code in the active isr flow.
Cleanup get_mc_vi specific to vi4 driver.

Bug 1754305

Change-Id: I7e96d413e79dbab17c7c4349cef9ef6b78ab983d
Signed-off-by: Bhanu Murthy V &lt;bmurthyv@nvidia.com&gt;
Reviewed-on: http://git-master/r/1162764
(cherry picked from commit 8c7c212927f1b1703fe0bf95086605fef48ff89d)
Reviewed-on: https://git-master/r/1514204
GVS: Gerrit_Virtual_Submit
Reviewed-by: Jihoon Bang &lt;jbang@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers: Fix build erros across different repos</title>
<updated>2017-04-08T09:07:24+00:00</updated>
<author>
<name>Bhanu Murthy V</name>
<email>bmurthyv@nvidia.com</email>
</author>
<published>2017-04-04T18:01: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=0ed5abfa07a49640484ee079632ed5e880c477cd'/>
<id>0ed5abfa07a49640484ee079632ed5e880c477cd</id>
<content type='text'>
Move headers to kernel/include from respective folders
to resolve build issues with different kernel versions
and multiple repos.

Bug 1856401

Change-Id: I429f576d196245b0f44121c07f8b31daa4eab00e
Signed-off-by: Bhanu Murthy V &lt;bmurthyv@nvidia.com&gt;
Reviewed-on: http://git-master/r/1455029
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
Reviewed-by: Frank Chen &lt;frankc@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Jihoon Bang &lt;jbang@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move headers to kernel/include from respective folders
to resolve build issues with different kernel versions
and multiple repos.

Bug 1856401

Change-Id: I429f576d196245b0f44121c07f8b31daa4eab00e
Signed-off-by: Bhanu Murthy V &lt;bmurthyv@nvidia.com&gt;
Reviewed-on: http://git-master/r/1455029
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
Reviewed-by: Frank Chen &lt;frankc@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Jihoon Bang &lt;jbang@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
