<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/include/video/samsung_fimd.h, branch v3.9.3</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: s3c-fb: fix typo in definition of VIDCON1_VSTATUS_FRONTPORCH value</title>
<updated>2013-02-22T01:22:18+00:00</updated>
<author>
<name>Tomasz Figa</name>
<email>t.figa@samsung.com</email>
</author>
<published>2013-02-22T00:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=678268e534553546508ae5bf066c8a491047a6f6'/>
<id>678268e534553546508ae5bf066c8a491047a6f6</id>
<content type='text'>
The correct value for VIDCON1_VSTATUS_FRONTPORCH is 3, not 0.

Signed-off-by: Tomasz Figa &lt;t.figa@samsung.com&gt;
Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Cc: Florian Tobias Schandinat &lt;FlorianSchandinat@gmx.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The correct value for VIDCON1_VSTATUS_FRONTPORCH is 3, not 0.

Signed-off-by: Tomasz Figa &lt;t.figa@samsung.com&gt;
Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Cc: Florian Tobias Schandinat &lt;FlorianSchandinat@gmx.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>video: s3c-fb: add the bit definitions for CSC EQ709 and EQ601</title>
<updated>2013-02-22T01:22:18+00:00</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2013-02-22T00:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=90dd0b07257cee77878851434754cb4cb76149e8'/>
<id>90dd0b07257cee77878851434754cb4cb76149e8</id>
<content type='text'>
Add the bit definitions for CSC EQ709 and EQ601.  These definitons are
used to control the CSC parameter such as equation 709 and equation 601.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Cc: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Cc: Tomasz Figa &lt;t.figa@samsung.com&gt;
Cc: Florian Tobias Schandinat &lt;FlorianSchandinat@gmx.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the bit definitions for CSC EQ709 and EQ601.  These definitons are
used to control the CSC parameter such as equation 709 and equation 601.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Cc: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Cc: Tomasz Figa &lt;t.figa@samsung.com&gt;
Cc: Florian Tobias Schandinat &lt;FlorianSchandinat@gmx.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>video: s3c-fb: remove unnecessary brackets</title>
<updated>2013-02-22T01:22:18+00:00</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2013-02-22T00:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=fe6863cc5b8e8b9b0e0b998e6de9be4e441f5b98'/>
<id>fe6863cc5b8e8b9b0e0b998e6de9be4e441f5b98</id>
<content type='text'>
Remove unnecessary brackets and the duplicated VIDTCON2 definition.

Also, header comment is modified, because EXYNOS series is supported and
&lt;mach/regs-fb.h&gt; is not available.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Cc: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Cc: Tomasz Figa &lt;t.figa@samsung.com&gt;
Cc: Florian Tobias Schandinat &lt;FlorianSchandinat@gmx.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unnecessary brackets and the duplicated VIDTCON2 definition.

Also, header comment is modified, because EXYNOS series is supported and
&lt;mach/regs-fb.h&gt; is not available.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Cc: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Cc: Tomasz Figa &lt;t.figa@samsung.com&gt;
Cc: Florian Tobias Schandinat &lt;FlorianSchandinat@gmx.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>video: s3c-fb: remove duplicated S3C_FB_MAX_WIN</title>
<updated>2013-02-22T01:22:18+00:00</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2013-02-22T00:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=151b5c469905fe30efad3a3d0ddffdb6c6ac1851'/>
<id>151b5c469905fe30efad3a3d0ddffdb6c6ac1851</id>
<content type='text'>
S3C_FB_MAX_WIN is already defined in 'plat-samsung/include/plat/fb.h'.
So, this definition in 'include/video/samsung_fimd.h' should be removed to
avoid the duplication.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Cc: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Cc: Tomasz Figa &lt;t.figa@samsung.com&gt;
Cc: Florian Tobias Schandinat &lt;FlorianSchandinat@gmx.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
S3C_FB_MAX_WIN is already defined in 'plat-samsung/include/plat/fb.h'.
So, this definition in 'include/video/samsung_fimd.h' should be removed to
avoid the duplication.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Cc: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Cc: Tomasz Figa &lt;t.figa@samsung.com&gt;
Cc: Florian Tobias Schandinat &lt;FlorianSchandinat@gmx.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>video: s3c-fb: add the bit definitions for VIDCON0_VIDOUT_WB</title>
<updated>2012-11-26T04:35:35+00:00</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2012-09-25T07:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=b4da9c9addcf9ba7bed6314884b904ee646aa171'/>
<id>b4da9c9addcf9ba7bed6314884b904ee646aa171</id>
<content type='text'>
This patch adds the bit definitions for VIDCON0_VIDOUT_WB.
These definitions are used to support writeback for RGB and
i80 interface. Also, output format of writeback is YUV444.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds the bit definitions for VIDCON0_VIDOUT_WB.
These definitions are used to support writeback for RGB and
i80 interface. Also, output format of writeback is YUV444.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>video: s3c-fb: move the bit definitions for DITHMODE register</title>
<updated>2012-11-26T04:35:35+00:00</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2012-09-25T08:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=31dd94f9591b5c4c8773468b9592e96dbb5a5a5f'/>
<id>31dd94f9591b5c4c8773468b9592e96dbb5a5a5f</id>
<content type='text'>
The bit definitions for DITHMODE registers are moved according to
address order. Also, the bit definition of VIDCON1_FSTATUS_EVEN
is moved.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bit definitions for DITHMODE registers are moved according to
address order. Also, the bit definition of VIDCON1_FSTATUS_EVEN
is moved.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>video: s3c-fb: move the bit definitions for WINxMAP and WPALCON register</title>
<updated>2012-11-26T04:35:35+00:00</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2012-09-25T08:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=22254540d4b1b22861c4afaeac13c6a43b56de44'/>
<id>22254540d4b1b22861c4afaeac13c6a43b56de44</id>
<content type='text'>
The bit definitions for WINxMAP and WPALCON register are moved to
right place.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bit definitions for WINxMAP and WPALCON register are moved to
right place.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>video: s3c-fb: move the bit definitions for VIDINTCON0 register</title>
<updated>2012-11-26T04:35:35+00:00</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2012-09-25T07:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=60eb8d83f0f70ddf023eb781d7eafffe54f9c5c5'/>
<id>60eb8d83f0f70ddf023eb781d7eafffe54f9c5c5</id>
<content type='text'>
The bit definitions for VIDINTCON0 registers are moved to right
place.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bit definitions for VIDINTCON0 registers are moved to right
place.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>video: s3c-fb: move the address definition for VIDOSD register</title>
<updated>2012-11-26T04:35:35+00:00</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2012-09-25T07:43:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=99a2c61e639063803348c71c760c2fc272e83ec6'/>
<id>99a2c61e639063803348c71c760c2fc272e83ec6</id>
<content type='text'>
The address definition for VIDTCON VIDOSD is moved to right
place.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The address definition for VIDTCON VIDOSD is moved to right
place.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>video: s3c-fb: move the address definitions for VIDTCON registers</title>
<updated>2012-11-26T04:35:34+00:00</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2012-09-25T06:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=9d07a0bf444c7bafc940ea8f3ba1b1bbbed09793'/>
<id>9d07a0bf444c7bafc940ea8f3ba1b1bbbed09793</id>
<content type='text'>
The address definitions for VIDTCON registers are moved to right
place.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The address definitions for VIDTCON registers are moved to right
place.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
