<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/video, 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>gpu-paging: Functions to support initial working version</title>
<updated>2022-05-25T01:16:30+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>jbakita@cs.unc.edu</email>
</author>
<published>2022-05-25T01:16:30+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=2c076a01e5bd0949032ef81cd0e2d37bdecafba5'/>
<id>2c076a01e5bd0949032ef81cd0e2d37bdecafba5</id>
<content type='text'>
- Buffer deallocation (+IOCTL)
- Buffer reallocation
- Private dmabuf user list and accessor
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Buffer deallocation (+IOCTL)
- Buffer reallocation
- Private dmabuf user list and accessor
</pre>
</div>
</content>
</entry>
<entry>
<title>video: tegra: nvmap: Fix race between write and free</title>
<updated>2022-01-11T11:39:22+00:00</updated>
<author>
<name>Ashish Mhetre</name>
<email>amhetre@nvidia.com</email>
</author>
<published>2022-01-10T11:31:01+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=06d8f135d0ec9d291ffb8a3049308a853edb4000'/>
<id>06d8f135d0ec9d291ffb8a3049308a853edb4000</id>
<content type='text'>
When NvRmMemWrite() and NvRmMemFree() are called simultaneously on same
handle then it could lead to race where dmabuf freed from NvRmMemFree()
call could get used by nvmap_get_cachebility() and cause kernel crash.
When dmabuf is freed, its exported functions such as get_drvdata() won't
be valid anymore and will give error value or NULL.
Fix this by checking if get_drvdata() returns error value or NULL and act
accordingly.

Bug 3457360

Change-Id: Ibcd238bfde8775347a9f8c6266ed3ab3825d945d
Signed-off-by: Ashish Mhetre &lt;amhetre@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2651952
Reviewed-by: Ketan Patil &lt;ketanp@nvidia.com&gt;
Reviewed-by: Puneet Saxena &lt;puneets@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When NvRmMemWrite() and NvRmMemFree() are called simultaneously on same
handle then it could lead to race where dmabuf freed from NvRmMemFree()
call could get used by nvmap_get_cachebility() and cause kernel crash.
When dmabuf is freed, its exported functions such as get_drvdata() won't
be valid anymore and will give error value or NULL.
Fix this by checking if get_drvdata() returns error value or NULL and act
accordingly.

Bug 3457360

Change-Id: Ibcd238bfde8775347a9f8c6266ed3ab3825d945d
Signed-off-by: Ashish Mhetre &lt;amhetre@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2651952
Reviewed-by: Ketan Patil &lt;ketanp@nvidia.com&gt;
Reviewed-by: Puneet Saxena &lt;puneets@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra: hdcp: update policy init value</title>
<updated>2022-01-07T14:10:37+00:00</updated>
<author>
<name>Ahung Cheng</name>
<email>ahcheng@nvidia.com</email>
</author>
<published>2021-11-26T11:17: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=aead036da110062df01a7a4f92592e95f3970a18'/>
<id>aead036da110062df01a7a4f92592e95f3970a18</id>
<content type='text'>
Update hdcp policy init value based on availability of HDCP TA for L4T

Bug 3167119

Change-Id: I81e4f02b20214fb23c94756804448fa0ae80246b
Signed-off-by: Ahung Cheng &lt;ahcheng@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2632879
Reviewed-by: Ilhan Gurel &lt;igurel@nvidia.com&gt;
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;
GVS: Gerrit_Virtual_Submit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update hdcp policy init value based on availability of HDCP TA for L4T

Bug 3167119

Change-Id: I81e4f02b20214fb23c94756804448fa0ae80246b
Signed-off-by: Ahung Cheng &lt;ahcheng@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2632879
Reviewed-by: Ilhan Gurel &lt;igurel@nvidia.com&gt;
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;
GVS: Gerrit_Virtual_Submit
</pre>
</div>
</content>
</entry>
<entry>
<title>video: tegra: fb: Set default fb state to RUNNING for DSI only</title>
<updated>2022-01-03T12:54:40+00:00</updated>
<author>
<name>Wayne Wang (SW-TEGRA)</name>
<email>waywang@nvidia.com</email>
</author>
<published>2021-12-22T05:45:59+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=14b4a6ed4d7b0aa1f3fb340be01a47241401d4c2'/>
<id>14b4a6ed4d7b0aa1f3fb340be01a47241401d4c2</id>
<content type='text'>
Since tegra dsi driver will not call tegra_fb_update_monspecs,
the default fb_info-&gt;info-&gt;state is always FBINFO_STATE_SUSPENDED.

Under such situation, fbconsole will not be enabled and affect some usecases.

Thus, set default fb state to FBINFO_STATE_RUNNING for DSI case only.

Bug 200515788

Change-Id: Ie6336b54aa804f7cf42d3b3dcf209d8e28dcb36c
Signed-off-by: Wayne Wang(SW-TEGRA) &lt;waywang@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2645581
GVS: Gerrit_Virtual_Submit
Reviewed-by: Naveen Kumar S &lt;nkumars@nvidia.com&gt;
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>
Since tegra dsi driver will not call tegra_fb_update_monspecs,
the default fb_info-&gt;info-&gt;state is always FBINFO_STATE_SUSPENDED.

Under such situation, fbconsole will not be enabled and affect some usecases.

Thus, set default fb state to FBINFO_STATE_RUNNING for DSI case only.

Bug 200515788

Change-Id: Ie6336b54aa804f7cf42d3b3dcf209d8e28dcb36c
Signed-off-by: Wayne Wang(SW-TEGRA) &lt;waywang@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2645581
GVS: Gerrit_Virtual_Submit
Reviewed-by: Naveen Kumar S &lt;nkumars@nvidia.com&gt;
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>video: tegra: host: fix tsec_hdcp syncpoint stuck</title>
<updated>2021-11-29T13:39:14+00:00</updated>
<author>
<name>Ahung Cheng</name>
<email>ahcheng@nvidia.com</email>
</author>
<published>2021-11-19T10:31:05+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=b4c216976e3d5a843114fd4495416ea01a9ef944'/>
<id>b4c216976e3d5a843114fd4495416ea01a9ef944</id>
<content type='text'>
Add lock to prevent channel being freed while executing method

Bug 200692849

Change-Id: Ic567b1c43d924234a962e662df954593ee14659b
Signed-off-by: Ahung Cheng &lt;ahcheng@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2628743
Reviewed-by: svcacv &lt;svcacv@nvidia.com&gt;
Reviewed-by: Mikko Perttunen &lt;mperttunen@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add lock to prevent channel being freed while executing method

Bug 200692849

Change-Id: Ic567b1c43d924234a962e662df954593ee14659b
Signed-off-by: Ahung Cheng &lt;ahcheng@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2628743
Reviewed-by: svcacv &lt;svcacv@nvidia.com&gt;
Reviewed-by: Mikko Perttunen &lt;mperttunen@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra-vic: Make pdata-&gt;falcon_data NULL.</title>
<updated>2021-10-06T15:56:11+00:00</updated>
<author>
<name>Achal Verma</name>
<email>achalv@nvidia.com</email>
</author>
<published>2021-09-22T08:39:04+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=867763ab335e8a7fb4dd838830a3f17ca67196db'/>
<id>867763ab335e8a7fb4dd838830a3f17ca67196db</id>
<content type='text'>
In case firmware load failed 15340000.vic
for whatever reason, we need to reassign
pdata-&gt;falcon_data NULL else based on check
if (pdata-&gt;falcon_data), non NULL , code will
assume that firmware is loaded properly last time
and will go ahead submitting the job, which may result
in SMMU-fault. We need that when it tries next time
it sees pdata-&gt;falcon_data is NULL and does allocation
and firmware loading before job submission,

Bug 200764796

Change-Id: Ia949ceb19b6b07db94b8a310a6c00363f8e58a6d
Signed-off-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2598619
Reviewed-by: svcacv &lt;svcacv@nvidia.com&gt;
Reviewed-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-by: Amrita Deshmukh &lt;amritad@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2606002
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Reviewed-by: Phoenix Jung &lt;pjung@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case firmware load failed 15340000.vic
for whatever reason, we need to reassign
pdata-&gt;falcon_data NULL else based on check
if (pdata-&gt;falcon_data), non NULL , code will
assume that firmware is loaded properly last time
and will go ahead submitting the job, which may result
in SMMU-fault. We need that when it tries next time
it sees pdata-&gt;falcon_data is NULL and does allocation
and firmware loading before job submission,

Bug 200764796

Change-Id: Ia949ceb19b6b07db94b8a310a6c00363f8e58a6d
Signed-off-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2598619
Reviewed-by: svcacv &lt;svcacv@nvidia.com&gt;
Reviewed-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-by: Amrita Deshmukh &lt;amritad@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2606002
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Reviewed-by: Phoenix Jung &lt;pjung@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>video: tegra: dc: Register AUX channels as i2c bus</title>
<updated>2021-10-05T00:39:19+00:00</updated>
<author>
<name>Wayne Wang (SW-TEGRA)</name>
<email>waywang@nvidia.com</email>
</author>
<published>2021-09-22T10:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=5c76bc33f8bdfc345b78d84e2e7f12025b59ec42'/>
<id>5c76bc33f8bdfc345b78d84e2e7f12025b59ec42</id>
<content type='text'>
Add an i2c-over-AUX i2c adapter to tegra_dc_dp.

With this i2c adapter,
end-user shall be able to send MCCS commands to monitor with ddc/ci tool.

Also,since it needs to use I2CWR for i2c-dpaux transactions but not MOTWR,
add below changes:

* Add two wrapper functions:
tegra_dc_dp_edid_i2c_xfer and tegra_dc_dp_ddc_i2c_xfer

* Make tegra_dc_dp_i2c_xfer as a helper function:
Take different write cmd coming from above 2 wrapper functions.

Bug 200740788

Change-Id: Ibaca75a239d76c2356c9f95241e38aa0af0e070f
Signed-off-by: Wayne Wang(SW-TEGRA) &lt;waywang@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2601080
Reviewed-by: Shu Zhong &lt;shuz@nvidia.com&gt;
Reviewed-by: Ujwal Patel &lt;ujwalp@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an i2c-over-AUX i2c adapter to tegra_dc_dp.

With this i2c adapter,
end-user shall be able to send MCCS commands to monitor with ddc/ci tool.

Also,since it needs to use I2CWR for i2c-dpaux transactions but not MOTWR,
add below changes:

* Add two wrapper functions:
tegra_dc_dp_edid_i2c_xfer and tegra_dc_dp_ddc_i2c_xfer

* Make tegra_dc_dp_i2c_xfer as a helper function:
Take different write cmd coming from above 2 wrapper functions.

Bug 200740788

Change-Id: Ibaca75a239d76c2356c9f95241e38aa0af0e070f
Signed-off-by: Wayne Wang(SW-TEGRA) &lt;waywang@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2601080
Reviewed-by: Shu Zhong &lt;shuz@nvidia.com&gt;
Reviewed-by: Ujwal Patel &lt;ujwalp@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dc: check user-supplied arguments before use</title>
<updated>2021-09-23T17:25:33+00:00</updated>
<author>
<name>dmitry pervushin</name>
<email>dpervushin@nvidia.com</email>
</author>
<published>2021-09-09T14:05: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=bacf198b8676adcb49b7b1e7fc98ceb0e7e33830'/>
<id>bacf198b8676adcb49b7b1e7fc98ceb0e7e33830</id>
<content type='text'>
CID 27937
Bug 200741055

Change-Id: I3aaf094bf616f9cc56accece0f1818b9b6ba7c8a
Signed-off-by: dmitry pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2592115
Reviewed-by: Rahul Jain (SW-TEGRA) &lt;rahuljain@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2592167
Tested-by: Achal Verma &lt;achalv@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Reviewed-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-by: Phoenix Jung &lt;pjung@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CID 27937
Bug 200741055

Change-Id: I3aaf094bf616f9cc56accece0f1818b9b6ba7c8a
Signed-off-by: dmitry pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2592115
Reviewed-by: Rahul Jain (SW-TEGRA) &lt;rahuljain@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2592167
Tested-by: Achal Verma &lt;achalv@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Reviewed-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-by: Phoenix Jung &lt;pjung@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra-vhost: Check ptr for NULL before accessing.</title>
<updated>2021-09-14T16:24:33+00:00</updated>
<author>
<name>Achal Verma</name>
<email>achalv@nvidia.com</email>
</author>
<published>2021-09-13T05:27:02+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=a7cb3b7e85c1343e31dec1b946a84c270db138a5'/>
<id>a7cb3b7e85c1343e31dec1b946a84c270db138a5</id>
<content type='text'>
This fix coverity issue: 18628

Bug 200741055

Change-Id: Icbf2a7ad85dd055ac1904a7e9a82b60557c8d447
Signed-off-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2593221
Reviewed-by: svcacv &lt;svcacv@nvidia.com&gt;
Reviewed-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-by: Rahul Jain (SW-TEGRA) &lt;rahuljain@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fix coverity issue: 18628

Bug 200741055

Change-Id: Icbf2a7ad85dd055ac1904a7e9a82b60557c8d447
Signed-off-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2593221
Reviewed-by: svcacv &lt;svcacv@nvidia.com&gt;
Reviewed-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-by: Rahul Jain (SW-TEGRA) &lt;rahuljain@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nvhost: Fix comparison of unsigned against &gt;= 0.</title>
<updated>2021-08-24T04:40:39+00:00</updated>
<author>
<name>Achal Verma</name>
<email>achalv@nvidia.com</email>
</author>
<published>2021-05-12T09:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=70896c585b95d84344d8c5ab9640b6abff015573'/>
<id>70896c585b95d84344d8c5ab9640b6abff015573</id>
<content type='text'>
This fixes coverity issue: 3116774

Bug 200741055

Change-Id: I512d3cadc5c4312cf8885acd7b3c9d9b9a00d8b8
Signed-off-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2528357
Reviewed-by: svcacv &lt;svcacv@nvidia.com&gt;
Reviewed-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-by: Rahul Jain (SW-TEGRA) &lt;rahuljain@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2575306
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@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;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes coverity issue: 3116774

Bug 200741055

Change-Id: I512d3cadc5c4312cf8885acd7b3c9d9b9a00d8b8
Signed-off-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2528357
Reviewed-by: svcacv &lt;svcacv@nvidia.com&gt;
Reviewed-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-by: Rahul Jain (SW-TEGRA) &lt;rahuljain@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2575306
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@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;
</pre>
</div>
</content>
</entry>
</feed>
