<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/recipes-graphics, branch 2.8_M2</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=2.8_M2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=2.8_M2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2019-07-10T13:59:40+00:00</updated>
<entry>
<title>gmmlib: upgrade 19.1.2 -&gt; 19.2.3</title>
<updated>2019-07-10T13:59:40+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2019-07-09T03:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=69d3b2e7353d57a6c631ef6b034fbc69e5d39f98'/>
<id>urn:sha1:69d3b2e7353d57a6c631ef6b034fbc69e5d39f98</id>
<content type='text'>
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>hdcp: add recipe</title>
<updated>2019-07-04T09:39:29+00:00</updated>
<author>
<name>Naveen Saini</name>
<email>naveen.kumar.saini@intel.com</email>
</author>
<published>2019-07-04T07:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=5033081048aada0319e42e7cca40779c7941540a'/>
<id>urn:sha1:5033081048aada0319e42e7cca40779c7941540a</id>
<content type='text'>
Intel(R) unified HDCP (High-bandwidth Digital Content Protection)
is a user space implementation to prevent copying of digital
audio &amp; video content across digital display interfaces.

The Intel(R) unified HDCP is dependent on kernel space HDCP
implementation to provide a complete stack to enable the
HDCP1.4 and HDCP2.2 protection.

HDCP2.2 service support is available kernel 5.2-rc onward.
Currently 4.19 kernel and mainline-tracking (base branch) from Intel PKT
does not have HDCP2.2 support.

Signed-off-by: Naveen Saini &lt;naveen.kumar.saini@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>igt-gpu-tools: upgrade 1.23 -&gt; 1.24</title>
<updated>2019-07-01T13:15:39+00:00</updated>
<author>
<name>Naveen Saini</name>
<email>naveen.kumar.saini@intel.com</email>
</author>
<published>2019-07-01T04:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=569f396dc5ed6ae0a3657c1bdd9092870b5588e7'/>
<id>urn:sha1:569f396dc5ed6ae0a3657c1bdd9092870b5588e7</id>
<content type='text'>
GCC9 build failures already fixed, patch is not
required anymore.

Below Copyright information is appended to COPYING

Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
Copyright 2015 Philip Taylor &lt;philip@zaynar.co.uk&gt;
Copyright 2018 Advanced Micro Devices, Inc.

Shader debugger removed due to lack of use and accumulation of
bitrot. (Arkadiusz Hiler)

So removing --disable-shader-debugger configuration option.

Added support for testing DP/HDMI audio with the Chamelium device,
dropping the audio tests that required exotic custom hardware to
execute. (Simon Ser)

Removing audio configuration.

Stack traces now contain source file names and line numbers, using
libdw. (Maarten Lankhorst)
Due to this faced build failure:
| checking for libdw... no
| configure: error: Package requirements (libdw) were not met:
|
| No package 'libdw' found

To fix above added elfutils in DEPENDS.

Dropped gtkdoc support. So no need to inherit gtkdoc

More details can be found here:
https://gitlab.freedesktop.org/drm/igt-gpu-tools/commit/22850c1906550fb97b405c019275dcfb34be8cf7

Signed-off-by: Naveen Saini &lt;naveen.kumar.saini@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>igt-gpu-tools: fix build error with gcc9</title>
<updated>2019-06-01T06:52:55+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2019-06-01T01:47:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=40d6871a07408a13f8c400449af79f5f1a804fec'/>
<id>urn:sha1:40d6871a07408a13f8c400449af79f5f1a804fec</id>
<content type='text'>
Backport from master to fix build error when building with gcc 9:

| ../../igt-gpu-tools-1.23/lib/igt_fb.c: In function 'create_bo_for_fb':
| ../../igt-gpu-tools-1.23/lib/igt_fb.c:413:16: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
|   413 |     memset(ptr + offsets[0], full_range ? 0x00 : 0x10,
|       |                ^
| ../../igt-gpu-tools-1.23/lib/igt_fb.c:415:16: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
|   415 |     memset(ptr + offsets[1], 0x80,
|       |                ^
| ../../igt-gpu-tools-1.23/lib/igt_fb.c: In function 'convert_rgb24_to_nv12':
| ../../igt-gpu-tools-1.23/lib/igt_fb.c:1382:12: error: array subscript 2 is outside array bounds of 'struct igt_vec4[2]' [-Werror=array-bounds]
|  1382 |  rgb-&gt;d[0] = rgb24[2];
|       |  ~~~~~~~~~~^~~~~~~~~~
| ../../igt-gpu-tools-1.23/lib/igt_fb.c:1549:20: note: while referencing 'rgb'
|  1549 |    struct igt_vec4 rgb[2];
|       |                    ^~~
| ../../igt-gpu-tools-1.23/lib/igt_fb.c:1383:12: error: array subscript 2 is outside array bounds of 'struct igt_vec4[2]' [-Werror=array-bounds]
|  1383 |  rgb-&gt;d[1] = rgb24[1];
|       |  ~~~~~~~~~~^~~~~~~~~~
| ../../igt-gpu-tools-1.23/lib/igt_fb.c:1549:20: note: while referencing 'rgb'
|  1549 |    struct igt_vec4 rgb[2];
|       |                    ^~~
| ../../igt-gpu-tools-1.23/lib/igt_fb.c:1384:12: error: array subscript 2 is outside array bounds of 'struct igt_vec4[2]' [-Werror=array-bounds]

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>gmmlib: upgrade 18.4.1 -&gt; 19.1.2</title>
<updated>2019-05-06T04:52:00+00:00</updated>
<author>
<name>Naveen Saini</name>
<email>naveen.kumar.saini@intel.com</email>
</author>
<published>2019-05-06T01:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=65e1ce563cf7bbae56c01524a0bac18884b6dd95'/>
<id>urn:sha1:65e1ce563cf7bbae56c01524a0bac18884b6dd95</id>
<content type='text'>
For more details, please check:
https://github.com/intel/gmmlib/tree/intel-gmmlib-19.1.2

Signed-off-by: Naveen Saini &lt;naveen.kumar.saini@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>metrics-discovery: Updates mesa util files</title>
<updated>2019-04-04T03:06:15+00:00</updated>
<author>
<name>Ankit Navik</name>
<email>ankit.tarot@gmail.com</email>
</author>
<published>2019-03-31T07:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=1e488b5a94582a2c3c47dddb42640eda054bdcc9'/>
<id>urn:sha1:1e488b5a94582a2c3c47dddb42640eda054bdcc9</id>
<content type='text'>
Updates mesa util files, includes additional KBL and CFL chipsets
and updates metrics-discovery to v1.5.102.

Signed-off-by: Ankit Navik &lt;ankit.tarot@gmail.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>gmmlib: upgrade 18.3.0 -&gt; 18.4.1</title>
<updated>2019-02-14T20:08:08+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2019-02-04T06:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=81f6b722035400afd7639a63130c51bf5cd757c5'/>
<id>urn:sha1:81f6b722035400afd7639a63130c51bf5cd757c5</id>
<content type='text'>
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>gmmlib: fix upstream release checking</title>
<updated>2019-02-04T05:17:50+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2019-02-01T17:04:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=828ff7d8ff186c01f4dc482573c14d5887c4fb6b'/>
<id>urn:sha1:828ff7d8ff186c01f4dc482573c14d5887c4fb6b</id>
<content type='text'>
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>metrics-discovery: Initial recipe for Metrics Discovery API</title>
<updated>2019-01-13T06:22:07+00:00</updated>
<author>
<name>Ankit Navik</name>
<email>ankit.tarot@gmail.com</email>
</author>
<published>2019-01-02T02:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=dbbeea08711010cb775777d284959128387862d6'/>
<id>urn:sha1:dbbeea08711010cb775777d284959128387862d6</id>
<content type='text'>
Add generic recipe for Metrics Discovery API.
Its a user mode library that provides access to GPU performance data.

Signed-off-by: Ankit Navik &lt;ankit.tarot@gmail.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>gmmlib: add recipe</title>
<updated>2018-11-28T03:29:39+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2018-11-15T02:07:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=80d9481197496e6a8e107bf6ce235f42b6238d46'/>
<id>urn:sha1:80d9481197496e6a8e107bf6ce235f42b6238d46</id>
<content type='text'>
It provides buffer management for Intel(R) Graphics Compute Runtime
for OpenCL(TM) and the Intel(R) Media Driver for VAAPI.

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
</feed>
