From: Mark yao <mark.yao@rock-chips.com>
To: airlied@linux.ie, linux-rockchip@lists.infradead.org,
dri-devel <dri-devel@lists.freedesktop.org>
Cc: 钟勇汪 <chris.zhong@rock-chips.com>
Subject: [GIT PULL] drm/rockchip: add cdn-dp support and some fixes
Date: Sun, 5 Feb 2017 16:40:21 +0800 [thread overview]
Message-ID: <5896E4F5.5040708@rock-chips.com> (raw)
Hi Dave
drm/rockchip cdn-dp driver is v17 now, I think it's ready to land it.
Thanks.
The following changes since commit 99743ae4c5f52f8f8ceb17783056fcc9b4f8b64c:
Merge branch 'drm-etnaviv-next' of
https://git.pengutronix.de/git/lst/linux into drm-next (2017-02-03
05:41:58 +1000)
are available in the git repository at:
https://github.com/markyzq/kernel-drm-rockchip.git
drm-rockchip-next-2017-02-05
for you to fetch changes up to ef1844b7ed847430955a95d20242f0d1b9f5fa64:
drm/rockchip: cdn-dp: don't configure hardware in mode_set
(2017-02-05 16:30:11 +0800)
----------------------------------------------------------------
Chris Zhong (5):
drm/rockchip: vop: make vop register setting take effect
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
Julia Lawall (1):
drm/rockchip: return ERR_PTR instead of NULL
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_fb.c | 2 +-
drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 17 +-
drivers/gpu/drm/rockchip/rockchip_drm_vop.h | 9 +
drivers/gpu/drm/rockchip/rockchip_vop_reg.c | 2 +
10 files changed, 2872 insertions(+), 4 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
-- Mark Yao
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2017-02-05 8:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-05 8:40 Mark yao [this message]
2017-02-07 1:05 ` [GIT PULL] drm/rockchip: add cdn-dp support and some fixes Dave Airlie
2017-02-07 3:17 ` Mark yao
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=5896E4F5.5040708@rock-chips.com \
--to=mark.yao@rock-chips.com \
--cc=airlied@linux.ie \
--cc=chris.zhong@rock-chips.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-rockchip@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.