<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/include/uapi/media, 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>include: uapi: correct the include path for headers</title>
<updated>2020-02-10T19:54:18+00:00</updated>
<author>
<name>Ankit Patel</name>
<email>anpatel@nvidia.com</email>
</author>
<published>2020-02-04T10:05: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=f8c05a422c4f14114c762906e24f4221a7343469'/>
<id>f8c05a422c4f14114c762906e24f4221a7343469</id>
<content type='text'>
Modified the commit e4163dbef1719b52b2d04782778767d313f37cdc

After installing the user space headers using make headers_install,
We do not have an uapi as a top level directory. Hence we must
include from the regular path linux|media|misc|video within the user
space header files.

Bug 2806057

Change-Id: I2f32a32814ac5347769177428717da7e7098147d
Signed-off-by: Ankit Patel &lt;anpatel@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2289667
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: Bibek Basu &lt;bbasu@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>
Modified the commit e4163dbef1719b52b2d04782778767d313f37cdc

After installing the user space headers using make headers_install,
We do not have an uapi as a top level directory. Hence we must
include from the regular path linux|media|misc|video within the user
space header files.

Bug 2806057

Change-Id: I2f32a32814ac5347769177428717da7e7098147d
Signed-off-by: Ankit Patel &lt;anpatel@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2289667
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>include: uapi: move media camera_device header</title>
<updated>2019-05-13T13:29:41+00:00</updated>
<author>
<name>Anuj Gangwar</name>
<email>anujg@nvidia.com</email>
</author>
<published>2019-05-10T09:50: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=5caefea9853270c5885606d5d34f53b14e202d9b'/>
<id>5caefea9853270c5885606d5d34f53b14e202d9b</id>
<content type='text'>
File camera_device.h have IOCTL definitions, so move the file from
include/media/ to include/uapi/media/.

According to kernel ABI proposal, user-space headers should have
data type like __u8, __u16, __u32 instead of u8, u16, u32.

Change the path for header in dependent file.

Bug 2062672

Change-Id: Ib9f547d05f4927780fe20eb1a244c8d602c6d2f0
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2115283
(cherry picked from commit cc04ef1a7481278c3c77312c45c87832d58e7c1c)
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2116400
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>
File camera_device.h have IOCTL definitions, so move the file from
include/media/ to include/uapi/media/.

According to kernel ABI proposal, user-space headers should have
data type like __u8, __u16, __u32 instead of u8, u16, u32.

Change the path for header in dependent file.

Bug 2062672

Change-Id: Ib9f547d05f4927780fe20eb1a244c8d602c6d2f0
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2115283
(cherry picked from commit cc04ef1a7481278c3c77312c45c87832d58e7c1c)
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2116400
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>include: uapi: change the data type in headers</title>
<updated>2019-05-10T13:44:00+00:00</updated>
<author>
<name>Anuj Gangwar</name>
<email>anujg@nvidia.com</email>
</author>
<published>2019-05-10T03:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=6f8da2ca9d5db9c4989859a4f8578eb9e24b1f4f'/>
<id>6f8da2ca9d5db9c4989859a4f8578eb9e24b1f4f</id>
<content type='text'>
According kernel ABI proposal, user-space headers should have data
type like __u8, __u16, __u32, __u64 instead of u8, u16, u32, u64.

Bug 2062672

Change-Id: I3b5d09584efb0738f87f03c9d746bffec3d2a209
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2116124
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>
According kernel ABI proposal, user-space headers should have data
type like __u8, __u16, __u32, __u64 instead of u8, u16, u32, u64.

Bug 2062672

Change-Id: I3b5d09584efb0738f87f03c9d746bffec3d2a209
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2116124
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>include: uapi: move media ov headers with IOCTL</title>
<updated>2019-05-09T21:57:57+00:00</updated>
<author>
<name>Anuj Gangwar</name>
<email>anujg@nvidia.com</email>
</author>
<published>2019-03-14T07:03: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=f53216e57a81d6df41521dfa408f4be35b0b6fde'/>
<id>f53216e57a81d6df41521dfa408f4be35b0b6fde</id>
<content type='text'>
Create new header files ov5693, ov10823, ov23850 in include/uapi/media/.
The files have IOCTL definitions which is moved from include/media/.

Bug 2062672

Change-Id: I33e31983d05a00bf77b6a16b390267d8de733e8a
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2072469
(cherry picked from commit 1c28847f23edb53026f9b8e3c1585567553900d8)
Reviewed-on: https://git-master.nvidia.com/r/2114269
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>
Create new header files ov5693, ov10823, ov23850 in include/uapi/media/.
The files have IOCTL definitions which is moved from include/media/.

Bug 2062672

Change-Id: I33e31983d05a00bf77b6a16b390267d8de733e8a
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2072469
(cherry picked from commit 1c28847f23edb53026f9b8e3c1585567553900d8)
Reviewed-on: https://git-master.nvidia.com/r/2114269
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>include: uapi: move media imx headers with IOCTL</title>
<updated>2019-05-08T14:00:26+00:00</updated>
<author>
<name>Anuj Gangwar</name>
<email>anujg@nvidia.com</email>
</author>
<published>2019-03-15T11:43: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=8280d4bbbfceb9612615d0a6dd9ea7874ca4b390'/>
<id>8280d4bbbfceb9612615d0a6dd9ea7874ca4b390</id>
<content type='text'>
Create new header files imx219, imx274, imx318 in include/uapi/media/.
The files have IOCTL definitions which is moved from include/media/.

Bug 2062672

Change-Id: Idd6633d5b9222e13ac27ec3d429184166e0fd4b4
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2110009
(cherry picked from commit 21d478e9a75c3cf7008b291b291517f8fb976efe)
Reviewed-on: https://git-master.nvidia.com/r/2113721
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>
Create new header files imx219, imx274, imx318 in include/uapi/media/.
The files have IOCTL definitions which is moved from include/media/.

Bug 2062672

Change-Id: Idd6633d5b9222e13ac27ec3d429184166e0fd4b4
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2110009
(cherry picked from commit 21d478e9a75c3cf7008b291b291517f8fb976efe)
Reviewed-on: https://git-master.nvidia.com/r/2113721
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>include: uapi: move media user-interface header</title>
<updated>2019-05-03T20:42:59+00:00</updated>
<author>
<name>Anuj Gangwar</name>
<email>anujg@nvidia.com</email>
</author>
<published>2018-11-29T06:22: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=10cf022aa922c95b917949f019ee74efdf961a97'/>
<id>10cf022aa922c95b917949f019ee74efdf961a97</id>
<content type='text'>
Move the media user-interface headers nvc_image from include/media/
to include/uapi/media/.
Created new headers nvc_ioctl and tegra_camera_platform_ioctl in
include/uapi/media/ with uapi definitions. Modify headers nvc and
tegra_camera_platform in include/media/ with non-uapi definitions.

Change the path for above headers in the dependent files.

Bug 2062672

Change-Id: I073ea722b6b44f1be4b37297ced2fc6d7eb35250
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1961518
(cherry picked from commit 4d9b3703c0b71ac28322db7a92e1a5a1fb6d2b10)
Reviewed-on: https://git-master.nvidia.com/r/2110004
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>
Move the media user-interface headers nvc_image from include/media/
to include/uapi/media/.
Created new headers nvc_ioctl and tegra_camera_platform_ioctl in
include/uapi/media/ with uapi definitions. Modify headers nvc and
tegra_camera_platform in include/media/ with non-uapi definitions.

Change the path for above headers in the dependent files.

Bug 2062672

Change-Id: I073ea722b6b44f1be4b37297ced2fc6d7eb35250
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1961518
(cherry picked from commit 4d9b3703c0b71ac28322db7a92e1a5a1fb6d2b10)
Reviewed-on: https://git-master.nvidia.com/r/2110004
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>include: uapi: move isc-dev.h and isc-mgr.h files</title>
<updated>2019-05-03T14:12:58+00:00</updated>
<author>
<name>Anuj Gangwar</name>
<email>anujg@nvidia.com</email>
</author>
<published>2019-05-02T10:52: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=3627a211fd93f9884cef960113f41e6eb652c1ad'/>
<id>3627a211fd93f9884cef960113f41e6eb652c1ad</id>
<content type='text'>
Create new headers isc-dev and isc-mgr with uapi definitions in
include/uapi/media/. Modify headers isc-dev and isc-mgr with non-uapi
definitions.

Bug 2062672

Change-Id: I3fda6161459a1d8aa6ef76d0b57584379da5cf45
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2031556
(cherry picked from commit 07b6890814d9aecdc128c67a93ff33f67baa870b)
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2110214
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>
Create new headers isc-dev and isc-mgr with uapi definitions in
include/uapi/media/. Modify headers isc-dev and isc-mgr with non-uapi
definitions.

Bug 2062672

Change-Id: I3fda6161459a1d8aa6ef76d0b57584379da5cf45
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2031556
(cherry picked from commit 07b6890814d9aecdc128c67a93ff33f67baa870b)
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2110214
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>
</feed>
