<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/gpu/drm/sti, branch v4.2-rc2</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v4.2-rc2</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v4.2-rc2'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2015-06-08T13:28:28+00:00</updated>
<entry>
<title>drm/sti: vtg fix CEA-861E video format timing error</title>
<updated>2015-06-08T13:28:28+00:00</updated>
<author>
<name>Vincent Abriou</name>
<email>vincent.abriou@st.com</email>
</author>
<published>2015-06-04T11:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c58d6d1b6652b0a8db4aef7e93fb21ee869b5387'/>
<id>urn:sha1:c58d6d1b6652b0a8db4aef7e93fb21ee869b5387</id>
<content type='text'>
HDMI analyzer tests showed that Vsync and Hsync signal were not
compliant with the HDMI protocol.

HDMI_DELAY should be taken into account in the VTG Vsync
programming to reflect the 6 pixels shift introduced in the VTG
Hsync programming.

Signed-off-by: Vincent Abriou &lt;vincent.abriou@st.com&gt;
</content>
</entry>
<entry>
<title>drm/sti: hdmi fix CEA-861E video format timing error</title>
<updated>2015-06-08T13:28:26+00:00</updated>
<author>
<name>Vincent Abriou</name>
<email>vincent.abriou@st.com</email>
</author>
<published>2015-06-05T08:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8661532a6cf841fdab20d7e1868e6fd99a226d32'/>
<id>urn:sha1:8661532a6cf841fdab20d7e1868e6fd99a226d32</id>
<content type='text'>
HDMI analyzer tests showed that Vsync and Hsync signal were not
compliant with the HDMI protocol.

The first active pixel of a line is defined by HDMI_ACTIVE_VID_XMIN.
The last active pixel of a line is defined by HDMI_ACTIVE_VID_XMAX.

Signed-off-by: Vincent Abriou &lt;vincent.abriou@st.com&gt;
</content>
</entry>
<entry>
<title>drm/sti: VTG interrupt names are badly displayed</title>
<updated>2015-06-08T13:28:23+00:00</updated>
<author>
<name>Vincent Abriou</name>
<email>vincent.abriou@st.com</email>
</author>
<published>2015-06-04T08:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8b0a99ce9a12a49c96dd06d13141277220bf800c'/>
<id>urn:sha1:8b0a99ce9a12a49c96dd06d13141277220bf800c</id>
<content type='text'>
VTG interrupt names are badly displayed using "cat /proc/interrupts".
Simply use the VTG device name while registering the VTG interrupts
to fix it.

Signed-off-by: Vincent Abriou &lt;vincent.abriou@st.com&gt;
</content>
</entry>
<entry>
<title>drm/sti: missing first pixel column on HDMI display</title>
<updated>2015-06-08T13:28:20+00:00</updated>
<author>
<name>Vincent Abriou</name>
<email>vincent.abriou@st.com</email>
</author>
<published>2015-06-05T09:47:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8eba270311dd752bde7326dcf9f89e46feb3faa8'/>
<id>urn:sha1:8eba270311dd752bde7326dcf9f89e46feb3faa8</id>
<content type='text'>
VTG programing updated to fix the shift of one column observed
on HDMI display.

Signed-off-by: Vincent Abriou &lt;vincent.abriou@st.com&gt;
</content>
</entry>
<entry>
<title>drm/sti: correctly test devm_ioremap() return</title>
<updated>2015-06-08T13:28:10+00:00</updated>
<author>
<name>Wei Yongjun</name>
<email>yongjun_wei@trendmicro.com.cn</email>
</author>
<published>2015-06-08T13:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=d3c8a0b2becf1015f502bf4b0f50fe18e0ed8a93'/>
<id>urn:sha1:d3c8a0b2becf1015f502bf4b0f50fe18e0ed8a93</id>
<content type='text'>
In case of error, the function devm_ioremap_nocache() returns NULL
not ERR_PTR(). The IS_ERR() test in the return value check should
be replaced with NULL test.

Signed-off-by: Wei Yongjun &lt;yongjun_wei@trendmicro.com.cn&gt;
</content>
</entry>
<entry>
<title>drm: sti: convert driver to atomic modeset</title>
<updated>2015-03-19T12:35:16+00:00</updated>
<author>
<name>Benjamin Gaignard</name>
<email>benjamin.gaignard@linaro.org</email>
</author>
<published>2015-03-19T12:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=de4b00b0937aba99b7099afc6ed17a81163faab3'/>
<id>urn:sha1:de4b00b0937aba99b7099afc6ed17a81163faab3</id>
<content type='text'>
v1: This patch does the minimum to make sti driver use atomic helpers.
No big bang, only adapt some functions to new call order.

v2: Use dpms and page flip atomic helpers

Signed-off-by: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;
</content>
</entry>
<entry>
<title>drm: sti: HDMI add audio infoframe</title>
<updated>2015-02-05T15:21:19+00:00</updated>
<author>
<name>Arnaud Pouliquen</name>
<email>arnaud.pouliquen@st.com</email>
</author>
<published>2015-02-05T10:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=cffe1e89dc9bf541a39d9287ced7c5addff07084'/>
<id>urn:sha1:cffe1e89dc9bf541a39d9287ced7c5addff07084</id>
<content type='text'>
Add a default audio infoframe for HDMI compliance

Signed-off-by: Arnaud Pouliquen &lt;arnaud.pouliquen@st.com&gt;
</content>
</entry>
<entry>
<title>drm: sti: add support of XBGR8888 for gdp plane</title>
<updated>2015-02-05T09:27:32+00:00</updated>
<author>
<name>Fabien Dessenne</name>
<email>fabien.dessenne@st.com</email>
</author>
<published>2015-02-04T17:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8adb57763e8b4f85607b000a0295747d0a338c32'/>
<id>urn:sha1:8adb57763e8b4f85607b000a0295747d0a338c32</id>
<content type='text'>
Use GDP capabilities to support DRM_FORMAT_XBGR8888 (XB24)

Signed-off-by: Fabien Dessenne &lt;fabien.dessenne@st.com&gt;
</content>
</entry>
<entry>
<title>drm: sti: add support of ABGR8888 for gdp plane</title>
<updated>2015-02-04T16:58:11+00:00</updated>
<author>
<name>Benjamin Gaignard</name>
<email>benjamin.gaignard@linaro.org</email>
</author>
<published>2015-02-02T14:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=4af6b12ad57aae1e9798df499e81e309c7f0bc26'/>
<id>urn:sha1:4af6b12ad57aae1e9798df499e81e309c7f0bc26</id>
<content type='text'>
Use GDP capabilities to support DRM_FORMAT_ABGR8888 (AB24)

Signed-off-by: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;
</content>
</entry>
<entry>
<title>drm: sti: fix static checker warning in sti_awg_utils</title>
<updated>2015-02-04T16:52:28+00:00</updated>
<author>
<name>Vincent Abriou</name>
<email>vincent.abriou@st.com</email>
</author>
<published>2015-02-04T15:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=17ba9810ec4c8f95bfde516653e81d435809eb6b'/>
<id>urn:sha1:17ba9810ec4c8f95bfde516653e81d435809eb6b</id>
<content type='text'>
The shift and the mask done on arg value is useless
since arg is null.

Signed-off-by: Vincent Abriou &lt;vincent.abriou@st.com&gt;
</content>
</entry>
</feed>
