<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/gpu/drm/mediatek, branch v4.19-rc2</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>drm/mediatek: fix connection from RDMA2 to DSI1</title>
<updated>2018-08-27T03:24:37+00:00</updated>
<author>
<name>Stu Hsieh</name>
<email>stu.hsieh@mediatek.com</email>
</author>
<published>2018-08-09T02:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=08bcbed747eb87f00d2e2590b49607af1a9f4fe9'/>
<id>08bcbed747eb87f00d2e2590b49607af1a9f4fe9</id>
<content type='text'>
This patch fix connection from RDMA2 to DSI1

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fix connection from RDMA2 to DSI1

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drm/mediatek: update some variable name from ovl to comp</title>
<updated>2018-08-27T03:24:37+00:00</updated>
<author>
<name>Stu Hsieh</name>
<email>stu.hsieh@mediatek.com</email>
</author>
<published>2018-08-09T02:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f265905c939e21a0c9e83540d4c2776c3e43c310'/>
<id>f265905c939e21a0c9e83540d4c2776c3e43c310</id>
<content type='text'>
This patch update some variable name from ovl to comp

Because RDMA would be first HW in ddp, the naming ovl
should be change to comp.

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch update some variable name from ovl to comp

Because RDMA would be first HW in ddp, the naming ovl
should be change to comp.

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drm/mediatek: use layer_nr function to get layer number to init plane</title>
<updated>2018-08-27T03:24:37+00:00</updated>
<author>
<name>Stu Hsieh</name>
<email>stu.hsieh@mediatek.com</email>
</author>
<published>2018-08-09T02:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=66b2cf9623facfad790b335fcfd717258a00896b'/>
<id>66b2cf9623facfad790b335fcfd717258a00896b</id>
<content type='text'>
This patch use layer_nr function to get layer number to init plane

When plane init in crtc create,
it use the number of OVL layer to init plane.
That's OVL can read 4 memory address.

For mt2712 third ddp, it use RDMA to read memory.
RDMA can read 1 memory address, so it just init one plane.

For compatibility, this patch use mtk_ddp_comp_layer_nr function
to get layer number from their HW component in ddp for plane init.

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch use layer_nr function to get layer number to init plane

When plane init in crtc create,
it use the number of OVL layer to init plane.
That's OVL can read 4 memory address.

For mt2712 third ddp, it use RDMA to read memory.
RDMA can read 1 memory address, so it just init one plane.

For compatibility, this patch use mtk_ddp_comp_layer_nr function
to get layer number from their HW component in ddp for plane init.

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drm/mediatek: add function to return RDMA layer number</title>
<updated>2018-08-27T03:24:37+00:00</updated>
<author>
<name>Stu Hsieh</name>
<email>stu.hsieh@mediatek.com</email>
</author>
<published>2018-08-09T02:15:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=98b6d76f957ba80017a3118fe0e33030b4bc017b'/>
<id>98b6d76f957ba80017a3118fe0e33030b4bc017b</id>
<content type='text'>
This patch add function to return RDMA layer number

RDMA always has one layer.

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch add function to return RDMA layer number

RDMA always has one layer.

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drm/mediatek: add function to return OVL layer number</title>
<updated>2018-08-27T03:24:36+00:00</updated>
<author>
<name>Stu Hsieh</name>
<email>stu.hsieh@mediatek.com</email>
</author>
<published>2018-08-09T02:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=1cbcb763ea5035e7ef01010ea68eb3b5143ad7cb'/>
<id>1cbcb763ea5035e7ef01010ea68eb3b5143ad7cb</id>
<content type='text'>
This patch add function to return OVL layer number

For now, MT8173, MT2712, MT2701 OVL all has 4 layer.

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch add function to return OVL layer number

For now, MT8173, MT2712, MT2701 OVL all has 4 layer.

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drm/mediatek: add function to get layer number for component</title>
<updated>2018-08-27T03:24:36+00:00</updated>
<author>
<name>Stu Hsieh</name>
<email>stu.hsieh@mediatek.com</email>
</author>
<published>2018-08-09T02:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=650afd49572b56a5c58134d4acfeb77acc69d622'/>
<id>650afd49572b56a5c58134d4acfeb77acc69d622</id>
<content type='text'>
This patch add function to get layer number for component

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch add function to get layer number for component

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drm/mediatek: add YUYV/UYVY color format support for RDMA</title>
<updated>2018-08-27T03:24:36+00:00</updated>
<author>
<name>Stu Hsieh</name>
<email>stu.hsieh@mediatek.com</email>
</author>
<published>2018-08-09T02:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=94420a63cf784945061b7b5f38511b7a48f034eb'/>
<id>94420a63cf784945061b7b5f38511b7a48f034eb</id>
<content type='text'>
This patch add YUYV/UYVY color format support for RDMA
and transform matrix for YUYV/UYVY.

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch add YUYV/UYVY color format support for RDMA
and transform matrix for YUYV/UYVY.

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drm/mediatek: add the comment about color format setting for OVL</title>
<updated>2018-08-27T03:24:36+00:00</updated>
<author>
<name>Stu Hsieh</name>
<email>stu.hsieh@mediatek.com</email>
</author>
<published>2018-08-09T02:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=55b53f6f7ccf0990ad83acf4fdb0436ff79fdfb6'/>
<id>55b53f6f7ccf0990ad83acf4fdb0436ff79fdfb6</id>
<content type='text'>
This patch add the comment about color format setting for OVL

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch add the comment about color format setting for OVL

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drm/mediatek: add RGB color format support for RDMA</title>
<updated>2018-08-27T03:24:36+00:00</updated>
<author>
<name>Stu Hsieh</name>
<email>stu.hsieh@mediatek.com</email>
</author>
<published>2018-08-09T02:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=b428391ed6bd5e3cb8ea9d1738ef4bd16af6cdb2'/>
<id>b428391ed6bd5e3cb8ea9d1738ef4bd16af6cdb2</id>
<content type='text'>
This patch add RGB color format support for RDMA,
including RGB565, RGB888, RGBA8888 and ARGB8888.

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch add RGB color format support for RDMA,
including RGB565, RGB888, RGBA8888 and ARGB8888.

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drm/mediatek: add memory mode and layer_config for RDMA</title>
<updated>2018-08-27T03:24:35+00:00</updated>
<author>
<name>Stu Hsieh</name>
<email>stu.hsieh@mediatek.com</email>
</author>
<published>2018-08-09T02:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=182add0b1b9170a1f8f2a049fe2e298222cf405a'/>
<id>182add0b1b9170a1f8f2a049fe2e298222cf405a</id>
<content type='text'>
This patch add memory mode for RDMA and layer_config for RDMA

If use RDMA to read data from memory, it should set memory mode to RDMA

Layer config set the data address and pitch to RDMA from plane setting.

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch add memory mode for RDMA and layer_config for RDMA

If use RDMA to read data from memory, it should set memory mode to RDMA

Layer config set the data address and pitch to RDMA from plane setting.

Signed-off-by: Stu Hsieh &lt;stu.hsieh@mediatek.com&gt;
Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
