<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/gpu/drm/rockchip/cdn-dp-reg.h, branch linux-4.17.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.17.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.17.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2017-03-13T19:59:26Z</updated>
<entry>
<title>drm/rockchip: cdn-dp: Correct PHY register address</title>
<updated>2017-03-13T19:59:26Z</updated>
<author>
<name>Chris Zhong</name>
<email>zyw@rock-chips.com</email>
</author>
<published>2017-03-08T02:27:56Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=05c00c2f196757cd59d5738ec4d02e365cf9e7a0'/>
<id>urn:sha1:05c00c2f196757cd59d5738ec4d02e365cf9e7a0</id>
<content type='text'>
Correct some DP register address for PHY Configuration according to
latest datasheet.

Signed-off-by: Chris Zhong &lt;zyw@rock-chips.com&gt;
Signed-off-by: Sean Paul &lt;seanpaul@chromium.org&gt;
Link: http://patchwork.freedesktop.org/patch/msgid/1488940077-22297-3-git-send-email-zyw@rock-chips.com
</content>
</entry>
<entry>
<title>drm/rockchip: cdn-dp: return error code when clk_get_rate failed</title>
<updated>2017-03-13T19:59:10Z</updated>
<author>
<name>Chris Zhong</name>
<email>zyw@rock-chips.com</email>
</author>
<published>2017-03-08T02:27:55Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a68b5bb6708e73d58b30680421df8166898e5cfc'/>
<id>urn:sha1:a68b5bb6708e73d58b30680421df8166898e5cfc</id>
<content type='text'>
The clk_get_rate return 0 if something goes wrong, so it can never be
less then zero, the ret should be set a error code, otherwise the
cdn_dp_clk_enable will return 0 when it failed at clk_get_rate.
In addition, clk_get_rate() returns an "unsigned long", so use
"unsigned long" instead of "u32" is better.

Signed-off-by: Chris Zhong &lt;zyw@rock-chips.com&gt;
Signed-off-by: Sean Paul &lt;seanpaul@chromium.org&gt;
Link: http://patchwork.freedesktop.org/patch/msgid/1488940077-22297-2-git-send-email-zyw@rock-chips.com
</content>
</entry>
<entry>
<title>drm/rockchip: cdn-dp: add cdn DP support for rk3399</title>
<updated>2017-02-05T08:29:29Z</updated>
<author>
<name>Chris Zhong</name>
<email>zyw@rock-chips.com</email>
</author>
<published>2017-02-05T07:54:56Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=1a0f7ed3abe29cff8e652c69a8ad89aec2c40f00'/>
<id>urn:sha1:1a0f7ed3abe29cff8e652c69a8ad89aec2c40f00</id>
<content type='text'>
Add support for cdn DP controller which is embedded in the rk3399
SoCs. The DP is compliant with DisplayPort Specification,
Version 1.3, This IP is compatible with the rockchip type-c PHY IP.
There is a uCPU in DP controller, it need a firmware to work,
please put the firmware file to /lib/firmware/rockchip/dptx.bin. The
uCPU in charge of aux communication and link training, the host use
mailbox to communicate with the ucpu.
The dclk pin_pol of vop must not be invert for DP.

Signed-off-by: Chris Zhong &lt;zyw@rock-chips.com&gt;
[seanpaul fixed up some races between the worker and modeset]
[seanpaul squashed ~15 commits from chromium.org gerrit]
Signed-off-by: Sean Paul &lt;seanpaul@chromium.org&gt;
[groeck fixed compilation errors when building as module]
Signed-off-by: Guenter Roeck &lt;groeck@chromium.org&gt;
</content>
</entry>
</feed>
