From: mark.yao@rock-chips.com (Mark yao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v17 0/7] drm/rockchip: Add CDN DP driver
Date: Sun, 5 Feb 2017 16:42:23 +0800 [thread overview]
Message-ID: <5896E56F.6020500@rock-chips.com> (raw)
In-Reply-To: <1486281302-28200-1-git-send-email-zyw@rock-chips.com>
Hi Chris
Applied to my drm-next and already sent pull request to Dave.
Thanks.
On 2017?02?05? 15:54, Chris Zhong wrote:
> This series adds support for the CDN DP controller to the rockchip drm
> driver. This version fixes some coding style error in v16, it post by
> Sean Paul, you can find it here:
> https://patchwork.kernel.org/patch/9442135/
>
> And I sorted out a few patches to fix the following problems:
> - suspend/resume crash cause by drm_helper_hpd_irq_event
> - crash during shutdown when cdn-dp failed to bind
> - check sink count failed after reconnection
> - suspend/reusme crash in mode_set function
>
> I also added these 2 patches to this series, although nothing changed:
> https://patchwork.kernel.org/patch/9442141/
> https://patchwork.kernel.org/patch/9442151/
>
>
> Changes in v17:
> - Correct the clock check condition
> - Correct the coding style
> - change LANE_REF_CYC to 0x8000
>
> Chris Zhong (4):
> drm/rockchip: cdn-dp: add cdn DP support for rk3399
> drm/rockchip: cdn-dp: do not use drm_helper_hpd_irq_event
> drm/rockchip: cdn-dp: retry to check sink count
> drm/rockchip: cdn-dp: don't configure hardware in mode_set
>
> Guenter Roeck (2):
> drm/rockchip: cdn-dp: Load firmware if no monitor connected
> drm/rockchip: cdn-dp: Do not run worker while suspended
>
> Jeffy Chen (1):
> drm/rockchip: cdn-dp: Move mutex_init to probe
>
> drivers/gpu/drm/rockchip/Kconfig | 10 +
> drivers/gpu/drm/rockchip/Makefile | 2 +
> drivers/gpu/drm/rockchip/cdn-dp-core.c | 1260 +++++++++++++++++++++++++++
> drivers/gpu/drm/rockchip/cdn-dp-core.h | 112 +++
> drivers/gpu/drm/rockchip/cdn-dp-reg.c | 979 +++++++++++++++++++++
> drivers/gpu/drm/rockchip/cdn-dp-reg.h | 483 ++++++++++
> drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 13 +-
> drivers/gpu/drm/rockchip/rockchip_drm_vop.h | 9 +
> drivers/gpu/drm/rockchip/rockchip_vop_reg.c | 2 +
> 9 files changed, 2867 insertions(+), 3 deletions(-)
> create mode 100644 drivers/gpu/drm/rockchip/cdn-dp-core.c
> create mode 100644 drivers/gpu/drm/rockchip/cdn-dp-core.h
> create mode 100644 drivers/gpu/drm/rockchip/cdn-dp-reg.c
> create mode 100644 drivers/gpu/drm/rockchip/cdn-dp-reg.h
>
--
?ark Yao
prev parent reply other threads:[~2017-02-05 8:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-05 7:54 [PATCH v17 0/7] drm/rockchip: Add CDN DP driver Chris Zhong
2017-02-05 7:54 ` [PATCH v17 1/7] drm/rockchip: cdn-dp: add cdn DP support for rk3399 Chris Zhong
2017-02-05 7:54 ` [PATCH v17 2/7] drm/rockchip: cdn-dp: Load firmware if no monitor connected Chris Zhong
2017-02-05 7:54 ` [PATCH v17 3/7] drm/rockchip: cdn-dp: Do not run worker while suspended Chris Zhong
2017-02-05 7:54 ` [PATCH v17 4/7] drm/rockchip: cdn-dp: do not use drm_helper_hpd_irq_event Chris Zhong
2017-02-05 7:55 ` [PATCH v17 5/7] drm/rockchip: cdn-dp: Move mutex_init to probe Chris Zhong
2017-02-05 7:55 ` [PATCH v17 6/7] drm/rockchip: cdn-dp: retry to check sink count Chris Zhong
2017-02-05 7:55 ` [PATCH v17 7/7] drm/rockchip: cdn-dp: don't configure hardware in mode_set Chris Zhong
2017-02-05 8:42 ` Mark yao [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5896E56F.6020500@rock-chips.com \
--to=mark.yao@rock-chips.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox