<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snowball/igloo-kernel.git, branch 2.6.39-2011-06</title>
<subtitle>Igloo kernel</subtitle>
<id>https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=2.6.39-2011-06</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=2.6.39-2011-06'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/'/>
<updated>2011-06-22T19:40:31+00:00</updated>
<entry>
<title>Subject: [PATCH 19/19] panda: select HDMI as default video output</title>
<updated>2011-06-22T19:40:31+00:00</updated>
<author>
<name>Sebastien Jan</name>
<email>s-jan@ti.com</email>
</author>
<published>2011-06-22T19:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=6bd63c9cd1a09dfbb3299a00353921097b1fcc64'/>
<id>urn:sha1:6bd63c9cd1a09dfbb3299a00353921097b1fcc64</id>
<content type='text'>
Tested with following kernel command line arguments:
vram=32M omapfb.vram=0:8M,1:8M

The omapfb.vram is necessary to properly size the FB, else FB are
sized for a 640x480 screen, and cannot be properly re-sized afterwards.

Signed-off-by: Sebastien Jan &lt;s-jan@ti.com&gt;
</content>
</entry>
<entry>
<title>Subject: [PATCH 18/19] OMAP2: DSS2: Adding i2c_bus_num to panel_generic_dpi_data to probe the eeprom</title>
<updated>2011-06-22T19:40:30+00:00</updated>
<author>
<name>Jassi Brar</name>
<email>jaswinder.singh@linaro.org</email>
</author>
<published>2011-06-22T19:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=67a0195593241fb0b835065ae0d74602890daad9'/>
<id>urn:sha1:67a0195593241fb0b835065ae0d74602890daad9</id>
<content type='text'>
The i2c_bus_num can be used to probe needed information from the eeprom,
like EDID from DVI monitors.

Signed-off-by: Ricardo Salveti de Araujo &lt;ricardo.salveti@canonical.com&gt;
</content>
</entry>
<entry>
<title>Subject: [PATCH 17/19] OMAPFB: re-allocate FB if needed on resize notification</title>
<updated>2011-06-22T19:40:28+00:00</updated>
<author>
<name>Sebastien Jan</name>
<email>s-jan@ti.com</email>
</author>
<published>2011-06-22T19:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=4697f515974c5ab07ec9f5b5641e65e8b83e4372'/>
<id>urn:sha1:4697f515974c5ab07ec9f5b5641e65e8b83e4372</id>
<content type='text'>
Note that re-allocating can fragment vram, so to avoid re-allocation,
pre-assign FB size with kernel bootargs like:
omapfb.vram=0:8M,1:8M

Note: prevent the console accessing the FB while re-allocation is running.
Other early FB users would be an issue as well.

Signed-off-by: Sebastien Jan &lt;s-jan@ti.com&gt;
</content>
</entry>
<entry>
<title>Subject: [PATCH 16/19] OMAP4: OMAPFB: register callback to get notified of resolution change</title>
<updated>2011-06-22T19:40:27+00:00</updated>
<author>
<name>Sebastien Jan</name>
<email>s-jan@ti.com</email>
</author>
<published>2011-06-22T19:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=1f476b5dd902edcd7c8997d5aa89af952734b341'/>
<id>urn:sha1:1f476b5dd902edcd7c8997d5aa89af952734b341</id>
<content type='text'>
Protect fb_set_var() with console-sem to avoid making console
driver unhappy. Supports more than one framebuffer.

This is a port from Rob Clark &lt;rob@ti.com&gt; patch.

Signed-off-by: Sebastien Jan &lt;s-jan@ti.com&gt;
</content>
</entry>
<entry>
<title>Subject: [PATCH 15/19] OMAP2: HDMI: Assume EDID read success as detection</title>
<updated>2011-06-22T19:40:25+00:00</updated>
<author>
<name>Jassi Brar</name>
<email>jaswinder.singh@linaro.org</email>
</author>
<published>2011-06-22T19:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=b393466b014fa5e40ca95ac687bfb0260462db19'/>
<id>urn:sha1:b393466b014fa5e40ca95ac687bfb0260462db19</id>
<content type='text'>
Some class of hdmi displays never make the bit(2) of
HDMI_CORE_SYS_SYS_STAT set. EDID is read before calls to
is_detected callback, so if reading EDID succeeded that implies
we do have HDMI connected. In that case skip reading/waiting on
the second bit.

Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;
</content>
</entry>
<entry>
<title>Subject: [PATCH 14/19] OMAP2: DSS: HDMI: removing error msg from check_timing</title>
<updated>2011-06-22T19:40:23+00:00</updated>
<author>
<name>Ricardo Salveti de Araujo</name>
<email>ricardo.salveti@canonical.com</email>
</author>
<published>2011-06-22T19:40:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=bf7999aeaff7b5a67a6e2ea065f55d19b8607fa6'/>
<id>urn:sha1:bf7999aeaff7b5a67a6e2ea065f55d19b8607fa6</id>
<content type='text'>
The check_timing call is used to validate the timing before actually
appling it, so it's expected to treat unsupported timings. It makes no
sense to print an error message for the user saying that the timing
could not be applied (it's not even being applied by this function).

Signed-off-by: Ricardo Salveti de Araujo &lt;ricardo.salveti@canonical.com&gt;
</content>
</entry>
<entry>
<title>Subject: [PATCH 13/19] OMAP4: DSS2: HDMI: adding a workaround for LG monitors</title>
<updated>2011-06-22T19:40:21+00:00</updated>
<author>
<name>Ricardo Salveti de Araujo</name>
<email>ricardo.salveti@canonical.com</email>
</author>
<published>2011-06-22T19:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=07fc4d282312bb9dfdb71b47ddafbeb3d8de365f'/>
<id>urn:sha1:07fc4d282312bb9dfdb71b47ddafbeb3d8de365f</id>
<content type='text'>
Some monitors report a disconnect just after a connect, so if force is enabled,
give some time and check at least one more time. This is a needed workaround
to make the driver work with LG monitors.

Signed-off-by: Ricardo Salveti de Araujo &lt;ricardo.salveti@canonical.com&gt;
</content>
</entry>
<entry>
<title>Subject: [PATCH 12/19] hdmi add notification</title>
<updated>2011-06-22T19:40:20+00:00</updated>
<author>
<name>Andy Green</name>
<email>andy.green@linaro.org</email>
</author>
<published>2011-06-22T19:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=220f67caa9dd27ac85608e3c38621a9180982000'/>
<id>urn:sha1:220f67caa9dd27ac85608e3c38621a9180982000</id>
<content type='text'>
Signed-off-by: Andy Green &lt;andy.green@linaro.org&gt;
</content>
</entry>
<entry>
<title>Subject: [PATCH 11/19] OMAP4: DSS: add generic notifier mechanism</title>
<updated>2011-06-22T19:40:18+00:00</updated>
<author>
<name>Sebastien Jan</name>
<email>s-jan@ti.com</email>
</author>
<published>2011-06-22T19:40:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=e5b4b5646cf90ab81af9ee8cb2b4a4c0dc451b66'/>
<id>urn:sha1:e5b4b5646cf90ab81af9ee8cb2b4a4c0dc451b66</id>
<content type='text'>
A callback can be registered by the dssdev client in order to be
notified of resolution changes, for example an external monitor
that is hot-plugged.

Multiple clients can now register for notification from one
dssdev, and the notification mechanism can be extended in the
future to add other events.

This is a port of Rob Clark's &lt;rob@ti.com&gt; original patch.

Signed-off-by: Sebastien Jan &lt;s-jan@ti.com&gt;
</content>
</entry>
<entry>
<title>Subject: [PATCH 10/19] OMAP: DSS2: handle null pointer for no attached panel</title>
<updated>2011-06-22T19:40:17+00:00</updated>
<author>
<name>Andy Doan</name>
<email>andy.doan@linaro.org</email>
</author>
<published>2011-06-22T19:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=7210016019b63a36c867551dbf7724e8dcacde00'/>
<id>urn:sha1:7210016019b63a36c867551dbf7724e8dcacde00</id>
<content type='text'>
A null pointer error occurs when a board file configures
a panel (LCD in my case) but doesn't have one attached
</content>
</entry>
</feed>
