<feed xmlns='http://www.w3.org/2005/Atom'>
<title>renesas/drm.git/tests/vbltest, branch master</title>
<subtitle>libdrm, cloned from git://anongit.freedesktop.org/mesa/drm</subtitle>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/'/>
<entry>
<title>tests: add rockchip to modetest, kmstest, vbltest and proptest</title>
<updated>2015-03-20T17:18:01+00:00</updated>
<author>
<name>Daniel Kurtz</name>
<email>djkurtz@chromium.org</email>
</author>
<published>2015-03-20T17:16:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=9588e66dbd695dce24e0aba54eaf94f573ab5363'/>
<id>9588e66dbd695dce24e0aba54eaf94f573ab5363</id>
<content type='text'>
There is a rockchip drm kms driver.
Add "rockchip" to the static lists of driver names in the the standard
set of tests.

Signed-off-by: Daniel Kurtz &lt;djkurtz@chromium.org&gt;
Reviewed-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
[Emil Velikov: Resolve trivial conflicts.]
Signed-off-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a rockchip drm kms driver.
Add "rockchip" to the static lists of driver names in the the standard
set of tests.

Signed-off-by: Daniel Kurtz &lt;djkurtz@chromium.org&gt;
Reviewed-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
[Emil Velikov: Resolve trivial conflicts.]
Signed-off-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: String literals are const char *</title>
<updated>2015-03-14T21:02:05+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2015-02-27T16:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=f11b8c955c270dc4030de58529f2016daa4b91f7'/>
<id>f11b8c955c270dc4030de58529f2016daa4b91f7</id>
<content type='text'>
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
Reviewed-by: Emil Velikov &lt;eil.l.velikov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
Reviewed-by: Emil Velikov &lt;eil.l.velikov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>autotools: add WARN_CFLAGS to all targets</title>
<updated>2015-02-27T15:51:24+00:00</updated>
<author>
<name>Emil Velikov</name>
<email>emil.l.velikov@gmail.com</email>
</author>
<published>2015-02-23T12:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=4c6b1b1a825a01cb64451306bbebd61927442bb0'/>
<id>4c6b1b1a825a01cb64451306bbebd61927442bb0</id>
<content type='text'>
... minus test/ttmtest. The latter is not really hooked up with the
actual build.

This will give us 66 warnings on a distribution build of which
 - 12 -Wunused-variable
 - 11 -Wunused-function
 - 19 -Wmissing-prototypes
and a few -Wswitch-enum, -Wtype-limits etc.

Adding the CFLAGS gives some exposure to these so that we can fix them.

Signed-off-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
Reviewed-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... minus test/ttmtest. The latter is not really hooked up with the
actual build.

This will give us 66 warnings on a distribution build of which
 - 12 -Wunused-variable
 - 11 -Wunused-function
 - 19 -Wmissing-prototypes
and a few -Wswitch-enum, -Wtype-limits etc.

Adding the CFLAGS gives some exposure to these so that we can fix them.

Signed-off-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
Reviewed-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add support for imx-drm</title>
<updated>2015-02-25T16:51:22+00:00</updated>
<author>
<name>Philipp Zabel</name>
<email>p.zabel@pengutronix.de</email>
</author>
<published>2014-12-12T13:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=77703f61cb51350c12bb85db1a7296fa50839edb'/>
<id>77703f61cb51350c12bb85db1a7296fa50839edb</id>
<content type='text'>
Since imx-drm has graduated from staging it seems to be a good idea to
recognize it by default in the libdrm tests.

Signed-off-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;
Signed-off-by: Lucas Stach &lt;l.stach@pengutronix.de&gt;
Reviewed-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since imx-drm has graduated from staging it seems to be a good idea to
recognize it by default in the libdrm tests.

Signed-off-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;
Signed-off-by: Lucas Stach &lt;l.stach@pengutronix.de&gt;
Reviewed-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gcc -Wextra warnings</title>
<updated>2015-02-10T20:25:28+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2014-11-30T17:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=de8532dd8359dfdaba839ff61fc9e2f05eaf57d3'/>
<id>de8532dd8359dfdaba839ff61fc9e2f05eaf57d3</id>
<content type='text'>
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
Reviewed-by: Ian Romanick &lt;idr@freedesktop.org&gt;
Reviewed-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
Reviewed-by: Ian Romanick &lt;idr@freedesktop.org&gt;
Reviewed-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libdrm: Add NVIDIA Tegra support</title>
<updated>2014-11-27T16:05:35+00:00</updated>
<author>
<name>Thierry Reding</name>
<email>thierry.reding@avionic-design.de</email>
</author>
<published>2012-12-01T09:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=d6a4c2cbd11e357a9123f6d41f6d40d38e82e7f2'/>
<id>d6a4c2cbd11e357a9123f6d41f6d40d38e82e7f2</id>
<content type='text'>
Add the libdrm_tegra helper library to encapsulate Tegra-specific
interfaces to the DRM.

Furthermore, Tegra is added to the list of supported chips in the
modetest and vbltest programs.

Signed-off-by: Thierry Reding &lt;thierry.reding@avionic-design.de&gt;
Signed-off-by: Erik Faye-Lund &lt;kusmabite@gmail.com&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the libdrm_tegra helper library to encapsulate Tegra-specific
interfaces to the DRM.

Furthermore, Tegra is added to the list of supported chips in the
modetest and vbltest programs.

Signed-off-by: Thierry Reding &lt;thierry.reding@avionic-design.de&gt;
Signed-off-by: Erik Faye-Lund &lt;kusmabite@gmail.com&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>all: include config.h only when available and use its defines</title>
<updated>2014-09-01T15:06:01+00:00</updated>
<author>
<name>Emil Velikov</name>
<email>emil.l.velikov@gmail.com</email>
</author>
<published>2014-07-27T13:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=8e93afc9765f1de613c65a76e9a86e17db96e653'/>
<id>8e93afc9765f1de613c65a76e9a86e17db96e653</id>
<content type='text'>
... rather than explicitly redefining HAVE_STDINT_H and _GNU_SOURCE.

Signed-off-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... rather than explicitly redefining HAVE_STDINT_H and _GNU_SOURCE.

Signed-off-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add msm</title>
<updated>2013-08-30T15:36:20+00:00</updated>
<author>
<name>Rob Clark</name>
<email>robclark@freedesktop.org</email>
</author>
<published>2013-08-30T15:15:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=dba6bec3ab5ba966a6ee3527e711c51e47229f32'/>
<id>dba6bec3ab5ba966a6ee3527e711c51e47229f32</id>
<content type='text'>
Signed-off-by: Rob Clark &lt;robclark@freedesktop.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rob Clark &lt;robclark@freedesktop.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add tilcdc to modetest/vbltest</title>
<updated>2013-08-01T21:52:13+00:00</updated>
<author>
<name>Rob Clark</name>
<email>robclark@freedesktop.org</email>
</author>
<published>2013-08-01T21:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=6e8f868e034531b66a215e4e6d978b43b58b92d0'/>
<id>6e8f868e034531b66a215e4e6d978b43b58b92d0</id>
<content type='text'>
Signed-off-by: Rob Clark &lt;robclark@freedesktop.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rob Clark &lt;robclark@freedesktop.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: allow tests programs to be installed (cumulative patch)</title>
<updated>2013-03-26T10:55:31+00:00</updated>
<author>
<name>Benjamin Gaignard</name>
<email>benjamin.gaignard@st.com</email>
</author>
<published>2013-03-26T10:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=9b0c7f23a261d9bfa857a7e0efd2c5f97d404485'/>
<id>9b0c7f23a261d9bfa857a7e0efd2c5f97d404485</id>
<content type='text'>
fix error in previous patch

Signed-off-by: Benjamin Gaignard &lt;benjamin.gaignard@linaro.com&gt;
Signed-off-by: Andreas Boll &lt;andreas.boll.dev@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix error in previous patch

Signed-off-by: Benjamin Gaignard &lt;benjamin.gaignard@linaro.com&gt;
Signed-off-by: Andreas Boll &lt;andreas.boll.dev@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
