<feed xmlns='http://www.w3.org/2005/Atom'>
<title>renesas/drm.git/tests/modetest, 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: modetest: Accept connector names in addition to connector IDs</title>
<updated>2015-07-20T16:56:36+00:00</updated>
<author>
<name>Thierry Reding</name>
<email>treding@nvidia.com</email>
</author>
<published>2015-01-23T16:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=995dd0e82cc3b397fb0872949ffdad56a49ebf10'/>
<id>995dd0e82cc3b397fb0872949ffdad56a49ebf10</id>
<content type='text'>
Allow connector names to be used in the specification of the -s option.
This requires storing the string passed on the command-line so that it
can later be resolved to a connector ID (after the DRM device has been
opened).

Connector names are constructed from the connector type name and
connector type ID using the same format as used internally in the
Linux kernel.

Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow connector names to be used in the specification of the -s option.
This requires storing the string passed on the command-line so that it
can later be resolved to a connector ID (after the DRM device has been
opened).

Connector names are constructed from the connector type name and
connector type ID using the same format as used internally in the
Linux kernel.

Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>modetest: add atmel-hlcdc driver support</title>
<updated>2015-05-28T15:03:57+00:00</updated>
<author>
<name>Boris BREZILLON</name>
<email>boris.brezillon@free-electrons.com</email>
</author>
<published>2015-05-28T08:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=e6a10649298312cf0e35284b76f1442886bc9db2'/>
<id>e6a10649298312cf0e35284b76f1442886bc9db2</id>
<content type='text'>
Signed-off-by: Boris BREZILLON &lt;boris.brezillon@free-electrons.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Boris BREZILLON &lt;boris.brezillon@free-electrons.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>modetest: only select plane with matching format</title>
<updated>2015-05-28T15:02:28+00:00</updated>
<author>
<name>Tobias Jakobi</name>
<email>tjakobi@math.uni-bielefeld.de</email>
</author>
<published>2015-05-06T12:29:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=360a7eacd4961ceab72554d36917f031a05ed030'/>
<id>360a7eacd4961ceab72554d36917f031a05ed030</id>
<content type='text'>
Don't assume that a plane supports any kind of pixelformat
but do a check first.

v2: Simplify the format check.
Signed-off-by: Tobias Jakobi &lt;tjakobi@math.uni-bielefeld.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>
Don't assume that a plane supports any kind of pixelformat
but do a check first.

v2: Simplify the format check.
Signed-off-by: Tobias Jakobi &lt;tjakobi@math.uni-bielefeld.de&gt;
Reviewed-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>modetest: make middle SMPTE colors transparent</title>
<updated>2015-05-28T15:01:33+00:00</updated>
<author>
<name>Tobias Jakobi</name>
<email>tjakobi@math.uni-bielefeld.de</email>
</author>
<published>2015-05-06T12:22:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=85ede61136d541038a941c1eee90379af33e987f'/>
<id>85ede61136d541038a941c1eee90379af33e987f</id>
<content type='text'>
This enables us to check for overlay planes which are located
'below' the primary plane.

Since the alpha value only has an effect when creating surfaces
with an alpha-pixelformat this doesn't affect the regular
XRGB8888 primary surface.

Signed-off-by: Tobias Jakobi &lt;tjakobi@math.uni-bielefeld.de&gt;
Acked-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enables us to check for overlay planes which are located
'below' the primary plane.

Since the alpha value only has an effect when creating surfaces
with an alpha-pixelformat this doesn't affect the regular
XRGB8888 primary surface.

Signed-off-by: Tobias Jakobi &lt;tjakobi@math.uni-bielefeld.de&gt;
Acked-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>modetest: replace malloc + memset with calloc</title>
<updated>2015-05-28T14:40:16+00:00</updated>
<author>
<name>Emil Velikov</name>
<email>emil.l.velikov@gmail.com</email>
</author>
<published>2015-04-28T12:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=128344c2cf22385dedece5a3d774d3a24527d2de'/>
<id>128344c2cf22385dedece5a3d774d3a24527d2de</id>
<content type='text'>
Signed-off-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>modetest: explicitly zero the newly allocated memory</title>
<updated>2015-05-28T14:40:13+00:00</updated>
<author>
<name>Emil Velikov</name>
<email>emil.l.velikov@gmail.com</email>
</author>
<published>2015-04-28T13:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=c78917ee4fe6c787a5de9aaccc5319fdffc9a354'/>
<id>c78917ee4fe6c787a5de9aaccc5319fdffc9a354</id>
<content type='text'>
Signed-off-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>modetest: fix allocation for yuv420/yvu420</title>
<updated>2015-05-05T15:16:23+00:00</updated>
<author>
<name>Rob Clark</name>
<email>robclark@freedesktop.org</email>
</author>
<published>2015-05-05T15:16:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=b4defea65fac690aefbe5348ff6ac2976e0ee090'/>
<id>b4defea65fac690aefbe5348ff6ac2976e0ee090</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>modetest: fix the arguments of the MAKE_RGB_INFO define</title>
<updated>2015-04-29T17:28:32+00:00</updated>
<author>
<name>Joonyoung Shim</name>
<email>jy0922.shim@samsung.com</email>
</author>
<published>2015-04-17T04:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=b091ecdbf93fca76521868863fb1f20e0bfe7268'/>
<id>b091ecdbf93fca76521868863fb1f20e0bfe7268</id>
<content type='text'>
The current order (rbg) seems wrong.

Signed-off-by: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;
[Emil Velikov: Tweak the commit message.]
Reviewed-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current order (rbg) seems wrong.

Signed-off-by: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;
[Emil Velikov: Tweak the commit message.]
Reviewed-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>modetest: destroy the cursor bo</title>
<updated>2015-04-28T12:06:37+00:00</updated>
<author>
<name>Joonyoung Shim</name>
<email>jy0922.shim@samsung.com</email>
</author>
<published>2015-04-13T08:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=9915e68b3b4d69101f3cb6609e796fb8f63320e2'/>
<id>9915e68b3b4d69101f3cb6609e796fb8f63320e2</id>
<content type='text'>
Currently we are missing the bo_destroy() when modetest terminates.

Signed-off-by: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;
[Emil Velikov: Tweak the commit message.]
Reviewed-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently we are missing the bo_destroy() when modetest terminates.

Signed-off-by: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;
[Emil Velikov: Tweak the commit message.]
Reviewed-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>modetest: clear buffer and framebuffer for planes</title>
<updated>2015-04-28T12:06:28+00:00</updated>
<author>
<name>Joonyoung Shim</name>
<email>jy0922.shim@samsung.com</email>
</author>
<published>2015-04-28T10:41:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=4d760d7f46b96a88a2e5f21fa983c4806ece1219'/>
<id>4d760d7f46b96a88a2e5f21fa983c4806ece1219</id>
<content type='text'>
Currently we don't destroy buffer and remove framebuffer for
planes when closing modetest.

Signed-off-by: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;
[Emil Velikov: Tweak the commit message. fb_id = 0 is unused]
Reviewed-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently we don't destroy buffer and remove framebuffer for
planes when closing modetest.

Signed-off-by: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;
[Emil Velikov: Tweak the commit message. fb_id = 0 is unused]
Reviewed-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
