<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-ti.git/recipes-graphics, branch ti2016.09</title>
<subtitle>Mirror of git.yoctoproject.org/meta-ti.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-ti.git/atom?h=ti2016.09</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-ti.git/atom?h=ti2016.09'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/'/>
<updated>2017-02-27T23:19:58+00:00</updated>
<entry>
<title>1/1] ti-sgx-ddk-um: add support for GBM pixmap surface</title>
<updated>2017-02-27T23:19:58+00:00</updated>
<author>
<name>Anand Balagopalakrishnan</name>
<email>anandb@ti.com</email>
</author>
<published>2017-02-27T20:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=7314bb6ac3c4380d6e53719b33646f8eaa1bbcb7'/>
<id>urn:sha1:7314bb6ac3c4380d6e53719b33646f8eaa1bbcb7</id>
<content type='text'>
Signed-off-by: Anand Balagopalakrishnan &lt;anandb@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-sgx-ddk-um: add support for dmabuf import in GBM WSEGL</title>
<updated>2017-02-27T23:19:41+00:00</updated>
<author>
<name>Anand Balagopalakrishnan</name>
<email>anandb@ti.com</email>
</author>
<published>2017-02-24T17:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=ed06c3bb58493a40b6fe584251a94f067fc9bdf7'/>
<id>urn:sha1:ed06c3bb58493a40b6fe584251a94f067fc9bdf7</id>
<content type='text'>
Signed-off-by: Anand Balagopalakrishnan &lt;anandb@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>PATCH 1/1] ti-sgx-ddk-um: fix memory leak with EGL Image DMABuf import</title>
<updated>2017-02-27T23:19:36+00:00</updated>
<author>
<name>Anand Balagopalakrishnan</name>
<email>anandb@ti.com</email>
</author>
<published>2017-02-23T11:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=de642714328cd85b3983779770ef724a975384e6'/>
<id>urn:sha1:de642714328cd85b3983779770ef724a975384e6</id>
<content type='text'>
Signed-off-by: Anand Balagopalakrishnan &lt;anandb@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-sgx-ddk-um: enhance wl_display validation criterion</title>
<updated>2017-02-15T19:36:46+00:00</updated>
<author>
<name>Karthik Ramanan</name>
<email>a0393906@ti.com</email>
</author>
<published>2017-02-13T17:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=55ef80db5e7be84cd638669535ea11542d0888b1'/>
<id>urn:sha1:55ef80db5e7be84cd638669535ea11542d0888b1</id>
<content type='text'>
Signed-off-by: Karthik Ramanan &lt;a0393906@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-sgx-ddk-um: Add support for YUYV EGLImage</title>
<updated>2016-12-22T18:19:22+00:00</updated>
<author>
<name>Karthik Ramanan</name>
<email>a0393906@ti.com</email>
</author>
<published>2016-12-22T11:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=3a601d6bf3afd49c806f0c70ed3a781b8dc59315'/>
<id>urn:sha1:3a601d6bf3afd49c806f0c70ed3a781b8dc59315</id>
<content type='text'>
Signed-off-by: Karthik Ramanan &lt;a0393906@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-sgx-ddk-um: fix a bug at the drmModeAddFB() call at null_drm_ws.c</title>
<updated>2016-12-07T19:50:14+00:00</updated>
<author>
<name>e-ruei1@ti.com</name>
<email>e-ruei1@ti.com</email>
</author>
<published>2016-12-07T21:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=ca02a57aa96a8a5a816c027a8ee494820b22749e'/>
<id>urn:sha1:ca02a57aa96a8a5a816c027a8ee494820b22749e</id>
<content type='text'>
Both parameter depth and bpp are set to uiPixelWidthInBits at the current
implementation, however, the depth may not be the same as bpp for certain
pixel format such as XRGB8888. This bug was exposed by the recent DRM
driver change introducing strict error checking. To fix this problem,
add utility function uiPixelDepthInBits to derive and use depth based on
the pixel format.

Signed-off-by: Eric Ruei &lt;e-ruei1@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-sgx-ddk-um: add apphint to control number of GBM WSEGL surface buffers</title>
<updated>2016-11-23T18:07:11+00:00</updated>
<author>
<name>Anand Balagopalakrishnan</name>
<email>anandb@ti.com</email>
</author>
<published>2016-11-21T20:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=f7719a0e1dbb0c3f6ad226338ecd3ccbc876cdd9'/>
<id>urn:sha1:f7719a0e1dbb0c3f6ad226338ecd3ccbc876cdd9</id>
<content type='text'>
Signed-off-by: Anand Balagopalakrishnan &lt;anandb@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-sgx-ddk-um: add support for importing DMABUF as EGLImage</title>
<updated>2016-10-25T22:52:43+00:00</updated>
<author>
<name>Anand Balagopalakrishnan</name>
<email>anandb@ti.com</email>
</author>
<published>2016-10-25T21:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=ed280351e9a4e69093bd50286db5eb90d86f9761'/>
<id>urn:sha1:ed280351e9a4e69093bd50286db5eb90d86f9761</id>
<content type='text'>
This patch adds support for importing DMABUFs as EGLImages.
This work is based on the Spec defined in
https://www.khronos.org/registry/egl/extensions/EXT/EGL_EXT_image_dma_buf_import.txt

The feature currently supports YUYV and NV12 formats
In addition, the following are supported:
* YUV full range and narrow range
* YUV color space BT709 and BT601
* YUV color space BT2020 is not supported
* Chroma siting parameters are ignored

For YUYV buffers, user needs to pass the width, height, and a 3-tuple
consisting of the dmabuf fd, pitch, and offset=0.

For YUV buffers, user needs to pass the width, height and two 3-tuples
consisting of the dmabuf fds, pitches, and offsets=0.
Please note that multiple dmabuf fds are not supported, and therefore,
for NV12,
* fd[0] must be equal to fd[1] and
* pitch[0] must be equal to pitch[1]

Signed-off-by: Anand Balagopalakrishnan &lt;anandb@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-sgx-ddk-um: remove invalid tests for sgx</title>
<updated>2016-10-25T02:28:03+00:00</updated>
<author>
<name>Anand Balagopalakrishnan</name>
<email>anandb@ti.com</email>
</author>
<published>2016-10-13T18:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=0597d47676396f083635c05d2cea0260144075d3'/>
<id>urn:sha1:0597d47676396f083635c05d2cea0260144075d3</id>
<content type='text'>
Signed-off-by: Anand Balagopalakrishnan &lt;anandb@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-gc320-libs: add recipe for gc320 user lib</title>
<updated>2016-08-23T18:40:05+00:00</updated>
<author>
<name>Gowtham Tammana</name>
<email>g-tammana@ti.com</email>
</author>
<published>2016-08-23T00:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=f807c7185321fb407e82c529ddff310dc037f727'/>
<id>urn:sha1:f807c7185321fb407e82c529ddff310dc037f727</id>
<content type='text'>
Userspace libraries for GC320 chipset on TI SoCs

Signed-off-by: Gowtham Tammana &lt;g-tammana@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
</feed>
