<feed xmlns='http://www.w3.org/2005/Atom'>
<title>igt-gpu-tools.git/README, branch master</title>
<subtitle>DRM IGT GPU Tools</subtitle>
<id>https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/atom?h=master</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/'/>
<updated>2018-10-25T08:50:42+00:00</updated>
<entry>
<title>README|CONTRIBUTING: Move to .md</title>
<updated>2018-10-25T08:50:42+00:00</updated>
<author>
<name>Daniel Vetter</name>
<email>daniel.vetter@ffwll.ch</email>
</author>
<published>2018-10-24T13:34:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=f07bcbb4dc419ea6cffde28f1ace57c7c8f19cd8'/>
<id>urn:sha1:f07bcbb4dc419ea6cffde28f1ace57c7c8f19cd8</id>
<content type='text'>
Looks so much better in the gitlab UI. Maybe we want to split out some
of these README into subdirectories ...

v2: Polish layout a bit. Changes are only whitespace, but README is so
complicated reworked that git's rename detection doesn't spot the
similarities anymore.

Reviewed-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;
Signed-off-by: Daniel Vetter &lt;daniel.vetter@intel.com&gt;
</content>
</entry>
<entry>
<title>igt: Make pixman mandatory</title>
<updated>2018-10-08T13:54:06+00:00</updated>
<author>
<name>Maxime Ripard</name>
<email>maxime.ripard@bootlin.com</email>
</author>
<published>2018-10-04T12:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=ddb382855e25cd0fd81c56f75f380d4c4422fbad'/>
<id>urn:sha1:ddb382855e25cd0fd81c56f75f380d4c4422fbad</id>
<content type='text'>
So far, pixman was used exclusively when the Chamelium support was enabled.

However, since we're going to use it as one of the backend to do the
igt_fb conversions between formats, we'll need it all the time. Make
that explicit.

Signed-off-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;
Reviewed-by: Arkadiusz Hiler &lt;arkadiusz.hiler@intel.com&gt;
</content>
</entry>
<entry>
<title>lib/core: Use libdw to decode stack trace with debugging symbols, v2.</title>
<updated>2018-08-30T09:10:36+00:00</updated>
<author>
<name>Maarten Lankhorst</name>
<email>maarten.lankhorst@linux.intel.com</email>
</author>
<published>2018-08-28T12:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=e39e09910fc8e369e24f6a0cabaeb9356dbfae08'/>
<id>urn:sha1:e39e09910fc8e369e24f6a0cabaeb9356dbfae08</id>
<content type='text'>
libdw is a new dependency built from the elfutils package. It provides
us a way to generate line numbers and file names from the instruction
pointer.

elfutils is LGPLv3 or GPLv2, so it's ok to link against it.

Before:
IGT-Version: 1.23-g8ae86abd419d (x86_64) (Linux: 4.16.0-1-amd64 x86_64)
Starting subtest: fail-result
(meta_test:29661) CRITICAL: Test assertion failure function test_result, file ../tests/meta_test.c:94:
(meta_test:29661) CRITICAL: Failed assertion: result == 1
(meta_test:29661) CRITICAL: error: 0 != 1
Stack trace:
  #0 [__igt_fail_assert+0x20a]
  #1 [test_result+0x7a]
  #2 [__real_main120+0x240]
  #3 [main+0x4a]
  #4 (../csu/libc-start.c) __libc_start_main:344
  #5 [_start+0x2a]

After:
IGT-Version: 1.23-g8ae86abd419d (x86_64) (Linux: 4.16.0-1-amd64 x86_64)
Starting subtest: fail-result
(meta_test:1357) CRITICAL: Test assertion failure function test_result, file ../tests/meta_test.c:94:
(meta_test:1357) CRITICAL: Failed assertion: result == 1
(meta_test:1357) CRITICAL: error: 0 != 1
Stack trace:
  #0 ../lib/igt_core.c:1467 __igt_fail_assert()
  #1 ../tests/meta_test.c:95 test_result()
  #2 ../tests/meta_test.c:137 __real_main120()
  #3 ../tests/meta_test.c:120 main()
  #4 ../csu/libc-start.c:344 __libc_start_main()
  #5 [_start+0x2a]

Changes since v1:
- Add libdw dependency to readme.
- Change backtrace format slightly.

Cc: Petri Latvala &lt;petri.latvala@intel.com&gt;
Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;
[mlankhorst: Add description about libdw in commit msg, name -&gt; dwfl_name]
Reviewed-by: Petri Latvala &lt;petri.latvala@intel.com&gt;
</content>
</entry>
<entry>
<title>igt: Drop Intel from the name in docs and paths</title>
<updated>2018-05-16T12:44:16+00:00</updated>
<author>
<name>Arkadiusz Hiler</name>
<email>arkadiusz.hiler@intel.com</email>
</author>
<published>2018-05-15T11:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=eccae1360d6d01e73c6af2bd97122cef708207ef'/>
<id>urn:sha1:eccae1360d6d01e73c6af2bd97122cef708207ef</id>
<content type='text'>
This is just a simple change to reflect the actual state. No rewording
yet, just a simple substitution in most visible places - docs, README
and paths.

There are probably some leftovers here and there, but we can let them be
for now, this is already well overdue.

v2: fixed couple of obvious leftovers pointed out by Petri

Cc: Petri Latvala &lt;petri.latvala@intel.com&gt;
Cc: Daniel Vetter &lt;daniel.vetter@intel.com&gt;
Signed-off-by: Arkadiusz Hiler &lt;arkadiusz.hiler@intel.com&gt;
Acked-by: Harry Wentland &lt;harry.wentland@amd.com&gt;
Reviewed-by: Petri Latvala &lt;petri.latvala@intel.com&gt;
</content>
</entry>
<entry>
<title>README: clarify comment about tests</title>
<updated>2018-03-21T11:12:28+00:00</updated>
<author>
<name>Lucas De Marchi</name>
<email>lucas.demarchi@intel.com</email>
</author>
<published>2018-03-15T00:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=28594986b2909f9c9f362de7fb1ee0ebea1f96a1'/>
<id>urn:sha1:28594986b2909f9c9f362de7fb1ee0ebea1f96a1</id>
<content type='text'>
Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;
Reviewed-by: Petri Latvala &lt;petri.latvala@intel.com&gt;
</content>
</entry>
<entry>
<title>doc: Correct sentence in README</title>
<updated>2018-01-23T09:15:08+00:00</updated>
<author>
<name>Rhys Kidd</name>
<email>rhyskidd@gmail.com</email>
</author>
<published>2018-01-23T04:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=cd9b86f504a77d7a4fab4844d09ffedb679af8c7'/>
<id>urn:sha1:cd9b86f504a77d7a4fab4844d09ffedb679af8c7</id>
<content type='text'>
Usage of 'save for/safe for' here could be confusing for non-native
English speakers. Rather than fix the typo, let's use the more commonly
understand 'except'.

Signed-off-by: Rhys Kidd &lt;rhyskidd@gmail.com&gt;
Reviewed-by: Petri Latvala &lt;petri.latvala@intel.com&gt;
</content>
</entry>
<entry>
<title>build: make meson more official</title>
<updated>2018-01-11T10:23:21+00:00</updated>
<author>
<name>Daniel Vetter</name>
<email>daniel.vetter@ffwll.ch</email>
</author>
<published>2018-01-11T08:47:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=07c331773dd3bc4dadb164bcd9bc06dbd01de3b6'/>
<id>urn:sha1:07c331773dd3bc4dadb164bcd9bc06dbd01de3b6</id>
<content type='text'>
I also noticed that meson.sh doesn't set the prefix for patch
submission. Fix that (even thought hopefully real soon igt will move
to its own list).

v2: Review from Petri.

Cc: Petri Latvala &lt;petri.latvala@intel.com&gt;
Cc: Arkadiusz Hiler &lt;arkadiusz.hiler@intel.com&gt;
Reviewed-by: Petri Latvala &lt;petri.latvala@intel.com&gt;
Signed-off-by: Daniel Vetter &lt;daniel.vetter@intel.com&gt;
</content>
</entry>
<entry>
<title>headers: Import drm-next uapi headers.</title>
<updated>2017-11-21T17:52:19+00:00</updated>
<author>
<name>Eric Anholt</name>
<email>eric@anholt.net</email>
</author>
<published>2017-11-10T20:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=1c0582866fb459c829538e4a7a7fcf177fc56aa7'/>
<id>urn:sha1:1c0582866fb459c829538e4a7a7fcf177fc56aa7</id>
<content type='text'>
These will be used for tests that want to use a local copy of the
headers instead of depending on libdrm releases.  Taken from drm-next
d65d31388a23 ("Merge tag 'drm-misc-next-fixes-2017-11-07' of
git://anongit.freedesktop.org/drm/drm-misc into drm-next")

See README for rules on updating these headers.

Signed-off-by: Eric Anholt &lt;eric@anholt.net&gt;
Reviewed-by: Lionel Landwerlin &lt;lionel.g.landwerlin@intel.com&gt;
Acked-by: Petri Latvala &lt;petri.latvala@intel.com&gt;
Acked-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;
Reviewed-by: Arkadiusz Hiler &lt;arkadiusz.hiler@intel.com&gt;
</content>
</entry>
<entry>
<title>meson: Minimal README update</title>
<updated>2017-09-08T15:07:20+00:00</updated>
<author>
<name>Daniel Vetter</name>
<email>daniel.vetter@ffwll.ch</email>
</author>
<published>2017-09-05T12:36:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=2e0b57dcd49f0b7a5ab2cd4818ee72513430c9c5'/>
<id>urn:sha1:2e0b57dcd49f0b7a5ab2cd4818ee72513430c9c5</id>
<content type='text'>
Acked-by: Jani Nikula &lt;jani.nikula@intel.com&gt;
Acked-by: Arkadiusz Hiler &lt;arkadiusz.hiler@intel.com&gt;
Acked-by: Petri Latvala &lt;petri.latvala@intel.com&gt;
Acked-by: Daniel Stone &lt;daniels@collabora.com&gt;
Acked-by: Radoslaw Szwichtenberg &lt;radoslaw.szwichtenberg@intel.com&gt;
Signed-off-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;
</content>
</entry>
<entry>
<title>tests: Introduce audio tests, starting with HDMI signal integrity</title>
<updated>2017-08-21T17:54:01+00:00</updated>
<author>
<name>Paul Kocialkowski</name>
<email>paul.kocialkowski@linux.intel.com</email>
</author>
<published>2017-08-21T15:27:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=4524a8951348a31ae5dabfc4c69f2a835034ec3e'/>
<id>urn:sha1:4524a8951348a31ae5dabfc4c69f2a835034ec3e</id>
<content type='text'>
This introduces a new test for audio going through display connectors.
It currently contains a single subtest for HDMI signal integrity, but
other test cases will be added later on.

The test setup consists in using an HDMI-VGA bridge that separates the
audio out (via a 3.5 mm jack) and feeding this back to the DUT's line-in
where it can be recorded by ALSA with controls correctly configured.

The audio test makes use of the audio and ALSA igt libraries helpers.

Signed-off-by: Paul Kocialkowski &lt;paul.kocialkowski@linux.intel.com&gt;
Reviewed-by: Lyude Paul &lt;lyude@redhat.com&gt;
</content>
</entry>
</feed>
