<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/include/uapi/drm/habanalabs_accel.h, branch linux-6.14.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.14.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.14.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2023-12-19T09:09:43Z</updated>
<entry>
<title>accel/habanalabs/gaudi2: add signed dev info uAPI</title>
<updated>2023-12-19T09:09:43Z</updated>
<author>
<name>Moti Haimovski</name>
<email>mhaimovski@habana.ai</email>
</author>
<published>2023-11-12T16:07:10Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=7259eb7b534735b9c1153654c0bb4c5f059c0dd3'/>
<id>urn:sha1:7259eb7b534735b9c1153654c0bb4c5f059c0dd3</id>
<content type='text'>
User will provide a nonce via the INFO ioctl, and will retrieve
the signed device info generated using given nonce.

Signed-off-by: Moti Haimovski &lt;mhaimovski@habana.ai&gt;
Reviewed-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
</content>
</entry>
<entry>
<title>accel/habanalabs: change Greco to Gaudi2</title>
<updated>2023-10-09T09:37:23Z</updated>
<author>
<name>Oded Gabbay</name>
<email>ogabbay@kernel.org</email>
</author>
<published>2023-09-21T11:54:01Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=26f5b6c364382803e4c29743bf8e9fd0de161190'/>
<id>urn:sha1:26f5b6c364382803e4c29743bf8e9fd0de161190</id>
<content type='text'>
Greco was not upstreamed so no point of mentioning it here.

Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
Reviewed-by: Ofir Bitton &lt;obitton@habana.ai&gt;
</content>
</entry>
<entry>
<title>accel/habanalabs: add tsc clock sampling to clock sync info</title>
<updated>2023-10-09T09:37:21Z</updated>
<author>
<name>Hen Alon</name>
<email>halon@habana.ai</email>
</author>
<published>2023-08-09T14:29:41Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0648c4d0806fe167fe699299573100507ae99502'/>
<id>urn:sha1:0648c4d0806fe167fe699299573100507ae99502</id>
<content type='text'>
Add tsc clock to clock sync info, to enable using this clock for
sampling and sync it with device time.

Signed-off-by: Hen Alon &lt;halon@habana.ai&gt;
Reviewed-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
</content>
</entry>
<entry>
<title>accel/habanalabs: Move ioctls to the device specific ioctls range</title>
<updated>2023-10-09T09:37:20Z</updated>
<author>
<name>Tomer Tayar</name>
<email>ttayar@habana.ai</email>
</author>
<published>2023-04-17T14:05:34Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=57963ff8adfee6f2a777bc44c372a390af535300'/>
<id>urn:sha1:57963ff8adfee6f2a777bc44c372a390af535300</id>
<content type='text'>
To use drm_ioctl(), move the ioctls to the device specific ioctls
range at [DRM_COMMAND_BASE, DRM_COMMAND_END).

Signed-off-by: Tomer Tayar &lt;ttayar@habana.ai&gt;
Reviewed-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
</content>
</entry>
<entry>
<title>accel/habanalabs: add info ioctl for engine error reports</title>
<updated>2023-10-09T09:37:19Z</updated>
<author>
<name>Ofir Bitton</name>
<email>obitton@habana.ai</email>
</author>
<published>2023-05-23T07:42:19Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a8ab1a81ccc2c68a4fa3d0631ce17529e208c8c2'/>
<id>urn:sha1:a8ab1a81ccc2c68a4fa3d0631ce17529e208c8c2</id>
<content type='text'>
User gets notification for every engine error report, but he still
lacks the exact engine information. Hence, we allow user to query
for the exact engine reported an error.

Signed-off-by: Ofir Bitton &lt;obitton@habana.ai&gt;
Reviewed-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
</content>
</entry>
<entry>
<title>accel/habanalabs: add description to several info ioctls</title>
<updated>2023-06-08T09:35:56Z</updated>
<author>
<name>Dani Liberman</name>
<email>dliberman@habana.ai</email>
</author>
<published>2023-04-20T16:33:34Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=92a3a9b1a3997cf67aca7874e7f61b102ea2f27c'/>
<id>urn:sha1:92a3a9b1a3997cf67aca7874e7f61b102ea2f27c</id>
<content type='text'>
Several info ioctls may return success although no data retrieved.

Signed-off-by: Dani Liberman &lt;dliberman@habana.ai&gt;
Reviewed-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
</content>
</entry>
<entry>
<title>accel/habanalabs/uapi: new Gaudi2 server type</title>
<updated>2023-04-08T07:39:34Z</updated>
<author>
<name>Oded Gabbay</name>
<email>ogabbay@kernel.org</email>
</author>
<published>2023-03-30T09:30:56Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a25c2f7a467265fa24d63fb6dd46fa7ba4e3b108'/>
<id>urn:sha1:a25c2f7a467265fa24d63fb6dd46fa7ba4e3b108</id>
<content type='text'>
Add definition of a new Gaudi2 server type. This represents
the connectivity between the cards in that server type.

Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
Reviewed-by: Stanislaw Gruszka &lt;stanislaw.gruszka@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>accel/habanalabs: expose rotator mask to userspace</title>
<updated>2023-03-20T15:35:34Z</updated>
<author>
<name>Ofir Bitton</name>
<email>obitton@habana.ai</email>
</author>
<published>2023-03-13T20:30:23Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=958e47977bd12e06752a559541867028b120de76'/>
<id>urn:sha1:958e47977bd12e06752a559541867028b120de76</id>
<content type='text'>
All engine masks are exposed to user, make sure user gets the
correct rotator enabled mask in gaudi2.

Signed-off-by: Ofir Bitton &lt;obitton@habana.ai&gt;
Reviewed-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
</content>
</entry>
<entry>
<title>accel/habanalabs: expose dram reserved size by kmd</title>
<updated>2023-03-20T15:35:33Z</updated>
<author>
<name>Ofir Bitton</name>
<email>obitton@habana.ai</email>
</author>
<published>2023-03-13T15:10:28Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=76e1ff37b6872c9f2d11660258fc8c88b2f97b06'/>
<id>urn:sha1:76e1ff37b6872c9f2d11660258fc8c88b2f97b06</id>
<content type='text'>
We expose this in order for user applications to know how much dram
is reserved for internal use.

Signed-off-by: Ofir Bitton &lt;obitton@habana.ai&gt;
Reviewed-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
</content>
</entry>
<entry>
<title>accel/habanalabs: fix field names in hl_info_hw_ip_info</title>
<updated>2023-03-20T15:35:30Z</updated>
<author>
<name>Oded Gabbay</name>
<email>ogabbay@kernel.org</email>
</author>
<published>2023-03-16T10:13:34Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=60d7bbb5b4b875d613a43e3be797ddd4ff92cb7b'/>
<id>urn:sha1:60d7bbb5b4b875d613a43e3be797ddd4ff92cb7b</id>
<content type='text'>
Don't use padX for actual reservedX fields.

Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
Reviewed-by: Ofir Bitton &lt;obitton@habana.ai&gt;
</content>
</entry>
</feed>
