<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/input/input-cfboost.c, 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>input: input-cfboost: Include linux/sched/types.h</title>
<updated>2018-07-05T08:18:03+00:00</updated>
<author>
<name>Nicolin Chen</name>
<email>nicolinc@nvidia.com</email>
</author>
<published>2018-07-04T01:39: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=c2add31c9606c8a3e189354dc4f2f0e1e7063123'/>
<id>c2add31c9606c8a3e189354dc4f2f0e1e7063123</id>
<content type='text'>
There is a build error when compiling the driver with K4.14:
    drivers/input/input-cfboost.c: In function ‘cfboost_init’:
    drivers/input/input-cfboost.c:303:9: error:
    	variable ‘sparm’ has initializer but incomplete type
    struct sched_param sparm = {
    	   ^~~~~~~~~~~

So this patch adds the corresponding header file to fix it.

Bug 200425329

Change-Id: Idd3caabeb7c8ef3985a05ec5008f8605981c6900
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1770000
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
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>
There is a build error when compiling the driver with K4.14:
    drivers/input/input-cfboost.c: In function ‘cfboost_init’:
    drivers/input/input-cfboost.c:303:9: error:
    	variable ‘sparm’ has initializer but incomplete type
    struct sched_param sparm = {
    	   ^~~~~~~~~~~

So this patch adds the corresponding header file to fix it.

Bug 200425329

Change-Id: Idd3caabeb7c8ef3985a05ec5008f8605981c6900
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1770000
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
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>input: cfboost: use CPU constraints for PM QOS</title>
<updated>2017-10-15T05:21:45+00:00</updated>
<author>
<name>Bo Yan</name>
<email>byan@nvidia.com</email>
</author>
<published>2017-10-10T21:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=150a9e5d2bd67998e23804627ec7b14f901e1f90'/>
<id>150a9e5d2bd67998e23804627ec7b14f901e1f90</id>
<content type='text'>
The cluster specific PM QOS constraints are not being used currently,
so it's deprecated. The generic CPU constraints are used instead.

bug 2003851

Change-Id: I634cd549bdb3188d3a96233968766a85db460221
Signed-off-by: Bo Yan &lt;byan@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1576504
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The cluster specific PM QOS constraints are not being used currently,
so it's deprecated. The generic CPU constraints are used instead.

bug 2003851

Change-Id: I634cd549bdb3188d3a96233968766a85db460221
Signed-off-by: Bo Yan &lt;byan@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1576504
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</pre>
</div>
</content>
</entry>
<entry>
<title>cfboost: add</title>
<updated>2017-07-26T14:19:22+00:00</updated>
<author>
<name>Antti P Miettinen</name>
<email>amiettinen@nvidia.com</email>
</author>
<published>2017-07-11T08:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=6aa0336137676badd025a24d655a6c80dda48e44'/>
<id>6aa0336137676badd025a24d655a6c80dda48e44</id>
<content type='text'>
Moved from kernel-4.9 repo and fixed to compile for kernel-4.4.

Bug 200325768

Change-Id: I453138396faae915347fca0216039042540438ab
Signed-off-by: Antti P Miettinen &lt;amiettinen@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1516744
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moved from kernel-4.9 repo and fixed to compile for kernel-4.4.

Bug 200325768

Change-Id: I453138396faae915347fca0216039042540438ab
Signed-off-by: Antti P Miettinen &lt;amiettinen@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1516744
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</pre>
</div>
</content>
</entry>
</feed>
