Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1594808 > unrolled thread
| Started by | Chris Zhong <zyw@rock-chips.com> |
|---|---|
| First post | 2017-03-08 03:40 +0100 |
| Last post | 2017-03-13 21:10 +0100 |
| Articles | 4 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 0/3] RK3399 cdd-dp patches Chris Zhong <zyw@rock-chips.com> - 2017-03-08 03:40 +0100
[PATCH 2/3] drm/rockchip: cdn-dp: Correct PHY register address Chris Zhong <zyw@rock-chips.com> - 2017-03-08 04:00 +0100
Re: [PATCH 0/3] RK3399 cdd-dp patches Chris Zhong <zyw@rock-chips.com> - 2017-03-08 04:00 +0100
Re: [PATCH 0/3] RK3399 cdd-dp patches Sean Paul <seanpaul@chromium.org> - 2017-03-13 21:10 +0100
| From | Chris Zhong <zyw@rock-chips.com> |
|---|---|
| Date | 2017-03-08 03:40 +0100 |
| Subject | [PATCH 0/3] RK3399 cdd-dp patches |
| Message-ID | <tizG9-8kP-3@gated-at.bofh.it> |
Hi all This series is to correct some mistakes in clk_get_rate and the register address. And in order to better develop, adding more prints. Chris Zhong (3): drm/rockchip: cdn-dp: return error code when clk_get_rate failed drm/rockchip: cdn-dp: Correct PHY register address drm/rockchip: cdn-dp: add more log for video config drivers/gpu/drm/rockchip/cdn-dp-core.c | 5 +++-- drivers/gpu/drm/rockchip/cdn-dp-reg.c | 6 +++++- drivers/gpu/drm/rockchip/cdn-dp-reg.h | 13 ++++++------- 3 files changed, 14 insertions(+), 10 deletions(-) -- 2.6.3
[toc] | [next] | [standalone]
| From | Chris Zhong <zyw@rock-chips.com> |
|---|---|
| Date | 2017-03-08 04:00 +0100 |
| Subject | [PATCH 2/3] drm/rockchip: cdn-dp: Correct PHY register address |
| Message-ID | <tizZw-8uy-5@gated-at.bofh.it> |
| In reply to | #1594808 |
Correct some DP register address for PHY Configuration according to latest datasheet. Signed-off-by: Chris Zhong <zyw@rock-chips.com> --- drivers/gpu/drm/rockchip/cdn-dp-reg.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/rockchip/cdn-dp-reg.h b/drivers/gpu/drm/rockchip/cdn-dp-reg.h index 3507be3..c4bbb4a83 100644 --- a/drivers/gpu/drm/rockchip/cdn-dp-reg.h +++ b/drivers/gpu/drm/rockchip/cdn-dp-reg.h @@ -121,12 +121,11 @@ /* dptx phy addr */ #define DP_TX_PHY_CONFIG_REG 0x2000 -#define DP_TX_PHY_STATUS_REG 0x2004 -#define DP_TX_PHY_SW_RESET 0x2008 -#define DP_TX_PHY_SCRAMBLER_SEED 0x200c -#define DP_TX_PHY_TRAINING_01_04 0x2010 -#define DP_TX_PHY_TRAINING_05_08 0x2014 -#define DP_TX_PHY_TRAINING_09_10 0x2018 +#define DP_TX_PHY_SW_RESET 0x2004 +#define DP_TX_PHY_SCRAMBLER_SEED 0x2008 +#define DP_TX_PHY_TRAINING_01_04 0x200c +#define DP_TX_PHY_TRAINING_05_08 0x2010 +#define DP_TX_PHY_TRAINING_09_10 0x2014 #define TEST_COR 0x23fc /* dptx hpd addr */ -- 2.6.3
[toc] | [prev] | [next] | [standalone]
| From | Chris Zhong <zyw@rock-chips.com> |
|---|---|
| Date | 2017-03-08 04:00 +0100 |
| Message-ID | <tizZv-8uy-1@gated-at.bofh.it> |
| In reply to | #1594808 |
Oh, a slip of the finger :(, the headline should be "RK3399 cdn-dp patches" On 03/08/2017 10:27 AM, Chris Zhong wrote: > Hi all > This series is to correct some mistakes in clk_get_rate and the register > address. And in order to better develop, adding more prints. > > > Chris Zhong (3): > drm/rockchip: cdn-dp: return error code when clk_get_rate failed > drm/rockchip: cdn-dp: Correct PHY register address > drm/rockchip: cdn-dp: add more log for video config > > drivers/gpu/drm/rockchip/cdn-dp-core.c | 5 +++-- > drivers/gpu/drm/rockchip/cdn-dp-reg.c | 6 +++++- > drivers/gpu/drm/rockchip/cdn-dp-reg.h | 13 ++++++------- > 3 files changed, 14 insertions(+), 10 deletions(-) > -- Chris Zhong
[toc] | [prev] | [next] | [standalone]
| From | Sean Paul <seanpaul@chromium.org> |
|---|---|
| Date | 2017-03-13 21:10 +0100 |
| Message-ID | <tkEs3-5H9-43@gated-at.bofh.it> |
| In reply to | #1594808 |
On Wed, Mar 08, 2017 at 10:27:54AM +0800, Chris Zhong wrote: > Hi all > This series is to correct some mistakes in clk_get_rate and the register > address. And in order to better develop, adding more prints. > > > Chris Zhong (3): > drm/rockchip: cdn-dp: return error code when clk_get_rate failed > drm/rockchip: cdn-dp: Correct PHY register address > drm/rockchip: cdn-dp: add more log for video config Hi Chris, Thanks for sending these up, I've applied the entire series to drm-misc Sean > > drivers/gpu/drm/rockchip/cdn-dp-core.c | 5 +++-- > drivers/gpu/drm/rockchip/cdn-dp-reg.c | 6 +++++- > drivers/gpu/drm/rockchip/cdn-dp-reg.h | 13 ++++++------- > 3 files changed, 14 insertions(+), 10 deletions(-) > > -- > 2.6.3 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web