<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-graphics, branch topic/add-initial-uuu-scripts</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Fadd-initial-uuu-scripts</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Fadd-initial-uuu-scripts'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2023-03-13T19:06:54+00:00</updated>
<entry>
<title>piglit: Fix build with clang when using NXP BSP</title>
<updated>2023-03-13T19:06:54+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-03-13T19:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=16cdba4e343a0091a5f8b38c581867d1c6c0f54d'/>
<id>urn:sha1:16cdba4e343a0091a5f8b38c581867d1c6c0f54d</id>
<content type='text'>
Fixes build errors e.g.
tests/egl/egl-util.c:89:9: error: incompatible integer to pointer conversion returning 'Pixmap' (aka 'unsigned long') from a function with result type 'EGLNativePixmapType' (aka 'struct wl_egl_pixmap *') [-Wint-conversion]
        return XCreatePixmap(state-&gt;dpy, state-&gt;win,
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>wayland-protocols: Add i.MX 9 series compatibility for NXP BSP</title>
<updated>2023-02-17T20:46:50+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2023-02-17T19:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=6a5b0e2e17bccd3521234355d526d56a1ba51a5b'/>
<id>urn:sha1:6a5b0e2e17bccd3521234355d526d56a1ba51a5b</id>
<content type='text'>
Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>wayland-protocols: Simplify compatibility logic</title>
<updated>2023-02-17T20:46:50+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2023-02-17T19:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=c54c8ad851f78f7b183e2175d1c9ba0179ddfc48'/>
<id>urn:sha1:c54c8ad851f78f7b183e2175d1c9ba0179ddfc48</id>
<content type='text'>
The recipe is for all i.MX 6-8 SOCs using NXP BSP, but it confusingly
uses an indirect override imxfbdev|imxgpu. The override used does
happen to cover all 6-8, but it is simpler to just use i.MX series
overrides.

Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx-pxp-g2d: Add PXP implementation of G2D</title>
<updated>2023-02-16T23:21:30+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2023-02-16T23:01:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=bb2d96bd16a868bc4ae8ea91c1f89b6b07a3c082'/>
<id>urn:sha1:bb2d96bd16a868bc4ae8ea91c1f89b6b07a3c082</id>
<content type='text'>
Used by i.MX 93.

Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>layer: Use github for i.MX source</title>
<updated>2023-02-08T21:32:39+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2023-02-08T21:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=8ba7a58122ebbbdfd57f39b3c99be51a0022c3e9'/>
<id>urn:sha1:8ba7a58122ebbbdfd57f39b3c99be51a0022c3e9</id>
<content type='text'>
The NXP repos are moving to github.

Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>libdrm: Update to 5.15.71_2.2.0</title>
<updated>2023-02-08T21:32:29+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2023-02-07T21:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=9d93337bb9cd419b0ec627f4bb51cac4472ef5cf'/>
<id>urn:sha1:9d93337bb9cd419b0ec627f4bb51cac4472ef5cf</id>
<content type='text'>
Includes:
063bd699 MGS-6873 tests/util: add imx-dcnano driver
c6cf6625 MA-20797 Update imx_drm header to enable fence support in DRM blitter API

Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx-gpu-apitrace: Sync options with recipe from meta-oe</title>
<updated>2023-01-11T19:37:25+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-01-11T06:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=093a7bbce0db2dc263790ceedef9febec402a750'/>
<id>urn:sha1:093a7bbce0db2dc263790ceedef9febec402a750</id>
<content type='text'>
Reset SECURITY_CFLAGS when using clang to fix build

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>piglit: Remove gl tests as well</title>
<updated>2023-01-11T19:37:25+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-01-11T05:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=4634ab890c536348dd0ee26f1eb3b6bc626a03dd'/>
<id>urn:sha1:4634ab890c536348dd0ee26f1eb3b6bc626a03dd</id>
<content type='text'>
They do not build for imx8 on master

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libva: Remove glx packageconfig for imxgpu</title>
<updated>2023-01-11T19:37:19+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-01-11T03:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=a8b3161a08579c126d7828af6da76edf1924bb77'/>
<id>urn:sha1:a8b3161a08579c126d7828af6da76edf1924bb77</id>
<content type='text'>
glx is not available in imx gpu GL implementation

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>imx-g2d-samples: bump revision to 3efd75a</title>
<updated>2023-01-06T16:15:40+00:00</updated>
<author>
<name>Gary Bisson</name>
<email>gary.bisson@boundarydevices.com</email>
</author>
<published>2023-01-05T10:23:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=c74f0f55a68528f8159ca14436d1f7fac8b37a80'/>
<id>urn:sha1:c74f0f55a68528f8159ca14436d1f7fac8b37a80</id>
<content type='text'>
Update to the version used in NXP Yocto branch kirkstone-5.15.71-2.2.0.
Updated the repo location to new Github account.

Commit history:
3efd75a MGS-6902 Add SCR for g2d-samples
0094ed8 LF-6616 g2d-samples intermittent build break
80d5888 MGS-3854 Fix global alpha on iMX8QM/QXP
0c36b18 MGS-6862-2 warp_dewarp_test: Fix misuse of &amp;ctx-&gt;handle
b4443cb MGS-6862-1 warp_dewarp_test: Add g2d_open check

Signed-off-by: Gary Bisson &lt;gary.bisson@boundarydevices.com&gt;
</content>
</entry>
</feed>
