<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/block, 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>vblk: ignore invalid requests</title>
<updated>2021-08-27T19:26:13+00:00</updated>
<author>
<name>dmitry pervushin</name>
<email>dpervushin@nvidia.com</email>
</author>
<published>2021-08-24T10:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=665f24abc4bdffb8e153d3383f0cdc856c79cb5e'/>
<id>665f24abc4bdffb8e153d3383f0cdc856c79cb5e</id>
<content type='text'>
The virtual block device driver knows about capabilities of the device
Based on this, we can early reject (complete with -ENOTSUPP) invalid
requests.

Bug 200511281

Change-Id: I54d457e7ccab293e48df7283e53236ec628a159b
Signed-off-by: dmitry pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2582114
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Reviewed-by: svcacv &lt;svcacv@nvidia.com&gt;
Reviewed-by: Vikram Kanigiri &lt;vkanigiri@nvidia.com&gt;
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;
GVS: Gerrit_Virtual_Submit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The virtual block device driver knows about capabilities of the device
Based on this, we can early reject (complete with -ENOTSUPP) invalid
requests.

Bug 200511281

Change-Id: I54d457e7ccab293e48df7283e53236ec628a159b
Signed-off-by: dmitry pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2582114
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Reviewed-by: svcacv &lt;svcacv@nvidia.com&gt;
Reviewed-by: Vikram Kanigiri &lt;vkanigiri@nvidia.com&gt;
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;
GVS: Gerrit_Virtual_Submit
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra_vblk: Remove macro SECTOR_SIZE.</title>
<updated>2021-05-13T01:44:10+00:00</updated>
<author>
<name>Achal Verma</name>
<email>achalv@nvidia.com</email>
</author>
<published>2021-02-12T14:47:25+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=859bb7d2b53a6277ab3c8ba5fac6c4b7eb4e09ca'/>
<id>859bb7d2b53a6277ab3c8ba5fac6c4b7eb4e09ca</id>
<content type='text'>
Macro SECTOR_SIZE in tegra_vblk.h leads to double definition of this macro as
it is already defined in "kernel-4.9/include/linux/blkdev.h" inherited by this file.

Bug 2969628

Change-Id: I69a7a08cc15185a368208d9acbbbf8d2e55186bb
Signed-off-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2484130
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;
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>
Macro SECTOR_SIZE in tegra_vblk.h leads to double definition of this macro as
it is already defined in "kernel-4.9/include/linux/blkdev.h" inherited by this file.

Bug 2969628

Change-Id: I69a7a08cc15185a368208d9acbbbf8d2e55186bb
Signed-off-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2484130
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;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>scsi: Untrusted value as argument</title>
<updated>2021-03-30T20:41:36+00:00</updated>
<author>
<name>Smriti Sharma</name>
<email>smritis@nvidia.com</email>
</author>
<published>2021-02-12T07:09:19+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=f2fd2108e8dca69fa53409aaa69830b24bafb568'/>
<id>f2fd2108e8dca69fa53409aaa69830b24bafb568</id>
<content type='text'>
checking permissible range of dxfer_len

This fix coverity issue : 10055789

Bug 200689436

Change-Id: Idf3666187a316fc93fe8f401b63af14a2cdc265b
Signed-off-by: Smriti Sharma &lt;smritis@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2484025
Reviewed-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-by: Rahul Jain (SW-TEGRA) &lt;rahuljain@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
(cherry picked from commit b6b45a760bfe2bc4c34da67b89e5ec85d00373dd)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2499886
Reviewed-by: svcacv &lt;svcacv@nvidia.com&gt;
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>
checking permissible range of dxfer_len

This fix coverity issue : 10055789

Bug 200689436

Change-Id: Idf3666187a316fc93fe8f401b63af14a2cdc265b
Signed-off-by: Smriti Sharma &lt;smritis@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2484025
Reviewed-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-by: Rahul Jain (SW-TEGRA) &lt;rahuljain@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
(cherry picked from commit b6b45a760bfe2bc4c34da67b89e5ec85d00373dd)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2499886
Reviewed-by: svcacv &lt;svcacv@nvidia.com&gt;
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>
<entry>
<title>Virtual Storage: Add support for UFS ioctls</title>
<updated>2020-02-28T15:39:59+00:00</updated>
<author>
<name>Hardik Tushar Shah</name>
<email>hardikts@nvidia.com</email>
</author>
<published>2020-02-18T10:17: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=be559ba30e34ab1f2f9ca764bac44cc336caea48'/>
<id>be559ba30e34ab1f2f9ca764bac44cc336caea48</id>
<content type='text'>
Add support for UFS device management IOCTLs for the virtual storage
driver.

Bug 2776093

Change-Id: Iaa9f720743a4cc83f96b33de923675e0ade1da5c
Signed-off-by: Hardik Tushar Shah &lt;hardikts@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2299240
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>
Add support for UFS device management IOCTLs for the virtual storage
driver.

Bug 2776093

Change-Id: Iaa9f720743a4cc83f96b33de923675e0ade1da5c
Signed-off-by: Hardik Tushar Shah &lt;hardikts@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2299240
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>SCSI: Fix SCSI ioctls for virtual storage driver</title>
<updated>2020-02-28T15:39:49+00:00</updated>
<author>
<name>Hardik Tushar Shah</name>
<email>hardikts@nvidia.com</email>
</author>
<published>2020-02-18T09:59:11+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=9a434d524e4512e009fd4c4ec502e34c525cb29b'/>
<id>9a434d524e4512e009fd4c4ec502e34c525cb29b</id>
<content type='text'>
Virtualized Storage driver expects data buffer to be cache aligned as its
used by DMA engine for transfer. Driver allocates cache aligned buffer but
data len is not cache aligned since data_len depends on ioctl.  So add
field to pass data_buf_len separately which is cache aligned.  Change VSC
server to use this field for cache operations for IOCTLs.

Bug 200588819

Change-Id: Ib6b40a06582bd7fe6f60dee854096a42db4d08b2
Signed-off-by: Hardik Tushar Shah &lt;hardikts@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2299239
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;
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>
Virtualized Storage driver expects data buffer to be cache aligned as its
used by DMA engine for transfer. Driver allocates cache aligned buffer but
data len is not cache aligned since data_len depends on ioctl.  So add
field to pass data_buf_len separately which is cache aligned.  Change VSC
server to use this field for cache operations for IOCTLs.

Bug 200588819

Change-Id: Ib6b40a06582bd7fe6f60dee854096a42db4d08b2
Signed-off-by: Hardik Tushar Shah &lt;hardikts@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2299239
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;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vblk: Use vmalloc instead of kmalloc</title>
<updated>2020-01-17T14:09:16+00:00</updated>
<author>
<name>Vikram Kanigiri</name>
<email>vkanigiri@nvidia.com</email>
</author>
<published>2019-12-13T06:01:50+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=9e01aec55cacfc2a53bcc1eef3fcf6ec826e8b99'/>
<id>9e01aec55cacfc2a53bcc1eef3fcf6ec826e8b99</id>
<content type='text'>
As mempool is already contiguous, we can use vmalloc.

Bug 2763492

Change-Id: I49b6cbc03300e0f96e26df4723a11ace6bae52ac
Signed-off-by: Vikram Kanigiri &lt;vkanigiri@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2260184
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Yong Goo Yi &lt;yyi@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Hardik T Shah &lt;hardikts@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>
As mempool is already contiguous, we can use vmalloc.

Bug 2763492

Change-Id: I49b6cbc03300e0f96e26df4723a11ace6bae52ac
Signed-off-by: Vikram Kanigiri &lt;vkanigiri@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2260184
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Yong Goo Yi &lt;yyi@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Hardik T Shah &lt;hardikts@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>
<entry>
<title>virt: mmc: Pass response flags to storage server</title>
<updated>2019-07-04T14:19:57+00:00</updated>
<author>
<name>Seshagiri Holi</name>
<email>sholi@nvidia.com</email>
</author>
<published>2019-06-18T13:31:53+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=a300bfaa3c3b480e3613094f82ec19fe53b94928'/>
<id>a300bfaa3c3b480e3613094f82ec19fe53b94928</id>
<content type='text'>
Pass the response flags from storage client to storage server, so that every
command can have response type assigned from userspace and further same can be
used by storage server when the command is issued to the actual device.

bug 2598746
bug 2585819
bug 200521787

Change-Id: I728546c43e647a0c53e3e30752a31468932b81c5
Signed-off-by: Seshagiri Holi &lt;sholi@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2138170
GVS: Gerrit_Virtual_Submit
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>
Pass the response flags from storage client to storage server, so that every
command can have response type assigned from userspace and further same can be
used by storage server when the command is issued to the actual device.

bug 2598746
bug 2585819
bug 200521787

Change-Id: I728546c43e647a0c53e3e30752a31468932b81c5
Signed-off-by: Seshagiri Holi &lt;sholi@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2138170
GVS: Gerrit_Virtual_Submit
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>
<entry>
<title>virt: mmc: Pass write_flag to storage server</title>
<updated>2018-12-04T16:52:35+00:00</updated>
<author>
<name>Yong Goo Yi</name>
<email>yyi@nvidia.com</email>
</author>
<published>2018-11-26T02:26:46+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=63509102708fcde7b1b9ecbb80ed226007a47bf5'/>
<id>63509102708fcde7b1b9ecbb80ed226007a47bf5</id>
<content type='text'>
Pass the write_flag from storageproxyd to storage server
so that it can enable the reliable write only for
write request to RPMB according to the JESD84 6.6.22 .

Bug 200422713

Change-Id: Ie354647fedaae65c9e46169f5e8164e7ac4545b2
Signed-off-by: Yong Goo Yi &lt;yyi@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1958246
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vishal Annapurve &lt;vannapurve@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>
Pass the write_flag from storageproxyd to storage server
so that it can enable the reliable write only for
write request to RPMB according to the JESD84 6.6.22 .

Bug 200422713

Change-Id: Ie354647fedaae65c9e46169f5e8164e7ac4545b2
Signed-off-by: Yong Goo Yi &lt;yyi@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1958246
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vishal Annapurve &lt;vannapurve@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>
<entry>
<title>K4.14: L+EBP : Fix compilation error</title>
<updated>2018-09-20T10:31:12+00:00</updated>
<author>
<name>Vishal Annapurve</name>
<email>vannapurve@nvidia.com</email>
</author>
<published>2018-09-12T12:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=affcfb8277b28a607cf3cd1749be1ca8b8a42d43'/>
<id>affcfb8277b28a607cf3cd1749be1ca8b8a42d43</id>
<content type='text'>
Tegra HV k4.14 build error fix in ioctl and vblk sources

bug 200386262

Change-Id: I0fc9842e72403a8ab8674e689bdad47568dc2df6
Signed-off-by: Vishal Annapurve &lt;vannapurve@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1813899
Reviewed-by: Manish Bhardwaj &lt;mbhardwaj@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: Manish Bhardwaj &lt;mbhardwaj@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@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>
Tegra HV k4.14 build error fix in ioctl and vblk sources

bug 200386262

Change-Id: I0fc9842e72403a8ab8674e689bdad47568dc2df6
Signed-off-by: Vishal Annapurve &lt;vannapurve@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1813899
Reviewed-by: Manish Bhardwaj &lt;mbhardwaj@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: Manish Bhardwaj &lt;mbhardwaj@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@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>virt_st: check IVC config only if r/w is supported</title>
<updated>2018-08-07T00:36:01+00:00</updated>
<author>
<name>Vishal Annapurve</name>
<email>vannapurve@nvidia.com</email>
</author>
<published>2018-07-27T09:18: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=75facbc8bca9a72296720030338c024ca1563c03'/>
<id>75facbc8bca9a72296720030338c024ca1563c03</id>
<content type='text'>
This change ensures that warnings about IVC configuration
are given only in case normal read/write operations are
supported.

Since devices like RPMB can work with minimal configuration
of 1 frame.

Bug 200416848

Change-Id: I2ebd8a756289dacbd5959ad9852ec0730fd85cfb
Signed-off-by: Vishal Annapurve &lt;vannapurve@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1787438
Tested-by: Rohit Sapra &lt;rsapra@nvidia.com&gt;
Reviewed-by: Vipin Kumar &lt;vipink@nvidia.com&gt;
Reviewed-by: Sandeep Trasi &lt;strasi@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>
This change ensures that warnings about IVC configuration
are given only in case normal read/write operations are
supported.

Since devices like RPMB can work with minimal configuration
of 1 frame.

Bug 200416848

Change-Id: I2ebd8a756289dacbd5959ad9852ec0730fd85cfb
Signed-off-by: Vishal Annapurve &lt;vannapurve@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1787438
Tested-by: Rohit Sapra &lt;rsapra@nvidia.com&gt;
Reviewed-by: Vipin Kumar &lt;vipink@nvidia.com&gt;
Reviewed-by: Sandeep Trasi &lt;strasi@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>
</feed>
