<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/video, branch tegra</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>video: tegra: make tegra_fb_find_mode check default modes</title>
<updated>2017-09-20T14:54:28+00:00</updated>
<author>
<name>Dominik Sliwa</name>
<email>dominik.sliwa@toradex.com</email>
</author>
<published>2017-07-26T14:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=21d8618e0c29274e5c15b5efb2c8b37de9f5db34'/>
<id>21d8618e0c29274e5c15b5efb2c8b37de9f5db34</id>
<content type='text'>
We were only looking in tegra, VESA and CEA tables.
Let's also check standard video mode definitions table

Signed-off-by: Dominik Sliwa &lt;dominik.sliwa@toradex.com&gt;
Acked-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were only looking in tegra, VESA and CEA tables.
Let's also check standard video mode definitions table

Signed-off-by: Dominik Sliwa &lt;dominik.sliwa@toradex.com&gt;
Acked-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_t20: hack: prevent boot lock-up if hdmi is not connected</title>
<updated>2017-03-31T08:17:47+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2017-02-13T07:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=943dd8a82f13c2e31a7f243bb15ae64edf45b7fa'/>
<id>943dd8a82f13c2e31a7f243bb15ae64edf45b7fa</id>
<content type='text'>
Hack to prevent boot lock-up if HDMI is not connected.

This has been observed on recent T20 SoC production lots produced some
when after mid 2015.

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Acked-by: Dominik Sliwa &lt;dominik.sliwa@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hack to prevent boot lock-up if HDMI is not connected.

This has been observed on recent T20 SoC production lots produced some
when after mid 2015.

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Acked-by: Dominik Sliwa &lt;dominik.sliwa@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>video: tegra: dsi: fix gcc-6 compilation</title>
<updated>2016-09-29T12:40:25+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2016-08-18T06:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=5f4a116fedade6369ac4835b388318720a43da36'/>
<id>5f4a116fedade6369ac4835b388318720a43da36</id>
<content type='text'>
drivers/video/tegra/dc/dsi.c: In function 'tegra_dsi_read_fifo':
drivers/video/tegra/dc/dsi.c:2515:3: error: this 'if' clause does not
guard... [-Werror=misleading-indentation]
   if (rd_fifo_cnt &lt;&lt; 2 &gt; DSI_READ_FIFO_DEPTH)
   ^~
drivers/video/tegra/dc/dsi.c:2518:4: note: ...this statement, but the
latter is misleadingly indented as if it is guarded by the 'if'
    break;
    ^~~~~

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Acked-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
drivers/video/tegra/dc/dsi.c: In function 'tegra_dsi_read_fifo':
drivers/video/tegra/dc/dsi.c:2515:3: error: this 'if' clause does not
guard... [-Werror=misleading-indentation]
   if (rd_fifo_cnt &lt;&lt; 2 &gt; DSI_READ_FIFO_DEPTH)
   ^~
drivers/video/tegra/dc/dsi.c:2518:4: note: ...this statement, but the
latter is misleadingly indented as if it is guarded by the 'if'
    break;
    ^~~~~

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Acked-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra: HDMI allow more aspect ratios</title>
<updated>2016-09-29T04:48:56+00:00</updated>
<author>
<name>Dominik Sliwa</name>
<email>dominik.sliwa@toradex.com</email>
</author>
<published>2016-07-22T12:57:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=9effb3ad5fbbf94ba10cc7d509c93f9fdb236236'/>
<id>9effb3ad5fbbf94ba10cc7d509c93f9fdb236236</id>
<content type='text'>
When connected display EDID presents
aspect ratio that is in valid range,
but it's not in a table of valid ratios
accept it with a warning message.

Signed-off-by: Dominik Sliwa &lt;dominik.sliwa@toradex.com&gt;
Acked-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When connected display EDID presents
aspect ratio that is in valid range,
but it's not in a table of valid ratios
accept it with a warning message.

Signed-off-by: Dominik Sliwa &lt;dominik.sliwa@toradex.com&gt;
Acked-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra: Fix unsupported HDMI screen crash</title>
<updated>2016-09-29T04:48:40+00:00</updated>
<author>
<name>Dominik Sliwa</name>
<email>dominik.sliwa@toradex.com</email>
</author>
<published>2016-07-15T09:44:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=d20d9941202fa728df9260d2c812a6444afa4821'/>
<id>d20d9941202fa728df9260d2c812a6444afa4821</id>
<content type='text'>
Connecting unsuported screen to HDMI
resulted in kernel panic.

Signed-off-by: Dominik Sliwa &lt;dominik.sliwa@toradex.com&gt;
Acked-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Connecting unsuported screen to HDMI
resulted in kernel panic.

Signed-off-by: Dominik Sliwa &lt;dominik.sliwa@toradex.com&gt;
Acked-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent null pointer dereference</title>
<updated>2015-02-10T13:45:35+00:00</updated>
<author>
<name>Mariusz Glebocki</name>
<email>mglb@arccos-1.net</email>
</author>
<published>2015-02-10T09:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0c9ebea187895c1a9f059c7f9dc01aa30e846296'/>
<id>0c9ebea187895c1a9f059c7f9dc01aa30e846296</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'remotes/nvidia/l4t/l4t-r16-r2' into tegra-next</title>
<updated>2015-01-16T09:42:08+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2015-01-16T02:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=4e87f2dd9bc258c85b2f3bb1a100b49927fbe6f3'/>
<id>4e87f2dd9bc258c85b2f3bb1a100b49927fbe6f3</id>
<content type='text'>
(tegra-l4t-r16-16.5)

Conflicts:
	drivers/media/video/tegra_v4l2_camera.c
	drivers/mmc/host/sdhci.c
	drivers/watchdog/tegra_wdt.c
	include/media/tegra_v4l2_camera.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(tegra-l4t-r16-16.5)

Conflicts:
	drivers/media/video/tegra_v4l2_camera.c
	drivers/mmc/host/sdhci.c
	drivers/watchdog/tegra_wdt.c
	include/media/tegra_v4l2_camera.h
</pre>
</div>
</content>
</entry>
<entry>
<title>video: tegra: fb: fix pixel clock polarity</title>
<updated>2014-12-18T04:32:28+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2014-12-18T04:32:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=18d5f4a85d71d7921e9b121aeefb9c12c888d781'/>
<id>18d5f4a85d71d7921e9b121aeefb9c12c888d781</id>
<content type='text'>
The pixel clock polarity setting was wrong: The kernel display flags
are rather somewhat confusing: The flags specify the edge where the
data should be driven by the controller (and hence not sampled by the
display!).
Please note that we don't change the default pixel clock polarity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pixel clock polarity setting was wrong: The kernel display flags
are rather somewhat confusing: The flags specify the edge where the
data should be driven by the controller (and hence not sampled by the
display!).
Please note that we don't change the default pixel clock polarity.
</pre>
</div>
</content>
</entry>
<entry>
<title>apalis/colibri_t20/t30: hdmi: fix dc disable state</title>
<updated>2014-12-18T03:28:12+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2014-12-18T03:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=45c163d2da4d3fae3f555bd91d68d6043d2c1f7b'/>
<id>45c163d2da4d3fae3f555bd91d68d6043d2c1f7b</id>
<content type='text'>
Our move to modedb lead to the HDMI display controller always being
enabled (unless forced off by vidargs). This patch makes sure it gets
disabled upon boot disconnected as well as upon later disconnect.

Note: This also fixes DVFS on Colibri T30 in the sense that it will
again stay at 400 MHz EMC as long as no DVI-D aka HDMI display is
connected during boot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our move to modedb lead to the HDMI display controller always being
enabled (unless forced off by vidargs). This patch makes sure it gets
disabled upon boot disconnected as well as upon later disconnect.

Note: This also fixes DVFS on Colibri T30 in the sense that it will
again stay at 400 MHz EMC as long as no DVI-D aka HDMI display is
connected during boot.
</pre>
</div>
</content>
</entry>
<entry>
<title>video: tegra: nvmap: prevent null pointer dereference</title>
<updated>2014-10-28T13:42:56+00:00</updated>
<author>
<name>Mariusz Glebocki</name>
<email>mglebocki@antmicro.com</email>
</author>
<published>2014-10-09T14:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=169a233f4779a7617179f825723d38f9832238f8'/>
<id>169a233f4779a7617179f825723d38f9832238f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
