<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/include/video/omapdss.h, branch linux-3.17.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-3.17.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-3.17.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2014-07-04T08:17:58Z</updated>
<entry>
<title>OMAPDSS: add hdmi ops to hdmi_ops and omap_dss_driver</title>
<updated>2014-07-04T08:17:58Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2014-06-18T09:04:29Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8c071caa7e9c584a97ca3cd33015b1d97d4f2250'/>
<id>urn:sha1:8c071caa7e9c584a97ca3cd33015b1d97d4f2250</id>
<content type='text'>
Add two new ops for HDMI: set_infoframe() and set_hdmi_mode(). The first
one can be used to specify the infoframe that should be sent to the HDMI
monitor, and the second one is used to enable HDMI mode (versus DVI
mode).

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAPDSS: Add DSS features for AM43xx</title>
<updated>2014-05-09T12:11:26Z</updated>
<author>
<name>Sathya Prakash M R</name>
<email>sathyap@ti.com</email>
</author>
<published>2014-03-24T11:01:51Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d6279d4ae18d4248c90dfcf02fa8c579b81ce43b'/>
<id>urn:sha1:d6279d4ae18d4248c90dfcf02fa8c579b81ce43b</id>
<content type='text'>
Add DSS features for AM43xx.

Signed-off-by: Sathya Prakash M R &lt;sathyap@ti.com&gt;
Acked-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAPDSS: remove unused macros</title>
<updated>2014-05-09T10:25:41Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2014-05-09T10:25:41Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=80823ca1ba243d145c963212734e359e099051d8'/>
<id>urn:sha1:80823ca1ba243d145c963212734e359e099051d8</id>
<content type='text'>
Macros to_dss_driver() and to_dss_device() are no longer used, and the
latter doesn't even work. Remove them.

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
</content>
</entry>
<entry>
<title>video: omap2dss: fix LPAE warnings</title>
<updated>2014-05-09T09:55:18Z</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2014-04-24T12:28:18Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=24f13a6679c9b75687f3ae48994e42071d4e9fce'/>
<id>urn:sha1:24f13a6679c9b75687f3ae48994e42071d4e9fce</id>
<content type='text'>
If LPAE is enabled, dma_addr_t is 64 bit, so we have to
change a few type for everything in this driver to match
again.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Signed-off-by: Peter Griffin &lt;peter.griffin@linaro.org&gt;
Cc: Jean-Christophe Plagniol-Villard &lt;plagnioj@jcrosoft.com&gt;
Cc: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
Cc: linux-fbdev@vger.kernel.org
Cc: linux-omap@vger.kernel.org
Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
</content>
</entry>
<entry>
<title>Merge branch '3.15/dss-dt' into 3.15/fbdev</title>
<updated>2014-03-20T06:13:50Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2014-03-20T06:09:19Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=17d5ca91cfc59ae91da5ff9da74ab09a9a2a17d9'/>
<id>urn:sha1:17d5ca91cfc59ae91da5ff9da74ab09a9a2a17d9</id>
<content type='text'>
Merge OMAP DSS DT support
</content>
</entry>
<entry>
<title>OMAPDSS: add of helpers</title>
<updated>2014-03-19T09:03:06Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2013-12-03T14:57:40Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4e7470ddca671aee2f5d11ba68573c94feddc5c2'/>
<id>urn:sha1:4e7470ddca671aee2f5d11ba68573c94feddc5c2</id>
<content type='text'>
Add helpers to get ports and endpoints from DT data.

These helpers parse v4l2 style ports and endpoints, but compared to the
v4l2 helpers, these allow iterating ports and endpoints separately.

This is a temporary solution until we get generic code to parse the
ports and endpoints.

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
Reviewed-by: Archit Taneja &lt;archit@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAPDSS: convert pixel clock to common videomode style</title>
<updated>2014-03-05T06:33:30Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2013-04-10T11:12:14Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d8d789416aa71253c6532c9adc7469cb947031f6'/>
<id>urn:sha1:d8d789416aa71253c6532c9adc7469cb947031f6</id>
<content type='text'>
omapdss has its own video-timings struct, but we want to move the common
videomode.

The first step is to change the omapdss's pixelclock unit from kHz to
Hz. Also, omapdss uses "pixel_clock" field name, whereas the common
videomode uses "pixelclock" field name. This patch changes the field
name also, as that makes it easy to spot any non-converted pixel_clock
uses.

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAPDSS: Remove unused get_context_loss_count support</title>
<updated>2014-02-28T10:35:43Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2014-02-14T07:44:56Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=eba358435b21520a93180ec3021754c0e387b1f7'/>
<id>urn:sha1:eba358435b21520a93180ec3021754c0e387b1f7</id>
<content type='text'>
The omapdss driver no longer uses get_context_loss_count call, so we can
remove it.

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
Reviewed-by: Archit Taneja &lt;archit@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAPDSS: rename omap_dss_device's 'device' field to 'dst'</title>
<updated>2013-08-30T05:51:11Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2013-07-24T10:06:54Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9560dc1059222d059d494a64e5da4c54d23838da'/>
<id>urn:sha1:9560dc1059222d059d494a64e5da4c54d23838da</id>
<content type='text'>
In the old panel device model we had omap_dss_output entities,
representing the encoders in the DSS block. This entity had "device"
field, which pointed to the panel that was using the omap_dss_output.

With the new panel device model, the omap_dss_output is integrated into
omap_dss_device, which now represents a "display entity". Thus the "device"
field, now in omap_dss_device, points to the next entity in the display
entity-chain.

This patch renames the "device" field to "dst", which much better tells
what the field points to.

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
Reviewed-by: Archit Taneja &lt;archit@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAPDSS: rename omap_dss_device's 'output' to 'src'</title>
<updated>2013-08-30T05:51:10Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2013-07-24T10:01:34Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a73fdc647417699833f22d0f239affe22e062827'/>
<id>urn:sha1:a73fdc647417699833f22d0f239affe22e062827</id>
<content type='text'>
In the old panel device model we had "outputs", which were the encoders
inside OMAP DSS block, and panel devices (omap_dss_device). The panel
devices had a reference to the source of the video data, i.e. reference
to an "output", in a field named "output".

That was somewhat confusing even in the old panel device model, but even
more so with the panel device model where we can have longer chains of
display entities.

This patch renames the "output" field to "src", which much better tells
what the field points to.

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
Reviewed-by: Archit Taneja &lt;archit@ti.com&gt;
</content>
</entry>
</feed>
