All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark yao <mark.yao@rock-chips.com>
To: Chris Zhong <zyw@rock-chips.com>,
	heiko@sntech.de, linux-rockchip@lists.infradead.org,
	treding@nvidia.com
Cc: airlied@linux.ie, linux-kernel@vger.kernel.org,
	dri-devel@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v6.3 4/6] drm: rockchip: Support Synopsys DW MIPI DSI
Date: Thu, 24 Dec 2015 08:55:36 +0800	[thread overview]
Message-ID: <567B4288.40207@rock-chips.com> (raw)
In-Reply-To: <1450842215-10883-1-git-send-email-zyw@rock-chips.com>

On 2015年12月23日 11:43, Chris Zhong wrote:
> Add support for Synopsys DesignWare MIPI DSI controller which is
> embedded in the rk3288 SoCs.
>
> Signed-off-by: Chris Zhong<zyw@rock-chips.com>
> ---
>
> Changes in v6.3:
> - move the mipi_en gate to ockchip_drm_crtc_mode_config
>
> Changes in v6.2:
> - Remove the atomic feature check (Mark Yao)
>
> Changes in v6.1:
> - Add atomic API support (Heiko Stübne)
>
> Changes in v6:
> - Do not use bridge driver (Thierry Reding)
> - Optimization the phy init sequence
>
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
>
>   drivers/gpu/drm/rockchip/Kconfig            |   10 +
>   drivers/gpu/drm/rockchip/Makefile           |    1 +
>   drivers/gpu/drm/rockchip/dw-mipi-dsi.c      | 1196 +++++++++++++++++++++++++++
>   drivers/gpu/drm/rockchip/rockchip_drm_vop.c |    3 +
>   4 files changed, 1210 insertions(+)
>   create mode 100644 drivers/gpu/drm/rockchip/dw-mipi-dsi.c

looks good for me, and it support atomic API, So
Acked-by: Mark Yao <mark.yao@rock-chips.com>

-- 
Mark Yao



WARNING: multiple messages have this Message-ID (diff)
From: Mark yao <mark.yao@rock-chips.com>
To: Chris Zhong <zyw@rock-chips.com>,
	heiko@sntech.de, linux-rockchip@lists.infradead.org,
	treding@nvidia.com
Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v6.3 4/6] drm: rockchip: Support Synopsys DW MIPI DSI
Date: Thu, 24 Dec 2015 08:55:36 +0800	[thread overview]
Message-ID: <567B4288.40207@rock-chips.com> (raw)
In-Reply-To: <1450842215-10883-1-git-send-email-zyw@rock-chips.com>

On 2015年12月23日 11:43, Chris Zhong wrote:
> Add support for Synopsys DesignWare MIPI DSI controller which is
> embedded in the rk3288 SoCs.
>
> Signed-off-by: Chris Zhong<zyw@rock-chips.com>
> ---
>
> Changes in v6.3:
> - move the mipi_en gate to ockchip_drm_crtc_mode_config
>
> Changes in v6.2:
> - Remove the atomic feature check (Mark Yao)
>
> Changes in v6.1:
> - Add atomic API support (Heiko Stübne)
>
> Changes in v6:
> - Do not use bridge driver (Thierry Reding)
> - Optimization the phy init sequence
>
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
>
>   drivers/gpu/drm/rockchip/Kconfig            |   10 +
>   drivers/gpu/drm/rockchip/Makefile           |    1 +
>   drivers/gpu/drm/rockchip/dw-mipi-dsi.c      | 1196 +++++++++++++++++++++++++++
>   drivers/gpu/drm/rockchip/rockchip_drm_vop.c |    3 +
>   4 files changed, 1210 insertions(+)
>   create mode 100644 drivers/gpu/drm/rockchip/dw-mipi-dsi.c

looks good for me, and it support atomic API, So
Acked-by: Mark Yao <mark.yao@rock-chips.com>

-- 
Mark Yao


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: mark.yao@rock-chips.com (Mark yao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6.3 4/6] drm: rockchip: Support Synopsys DW MIPI DSI
Date: Thu, 24 Dec 2015 08:55:36 +0800	[thread overview]
Message-ID: <567B4288.40207@rock-chips.com> (raw)
In-Reply-To: <1450842215-10883-1-git-send-email-zyw@rock-chips.com>

On 2015?12?23? 11:43, Chris Zhong wrote:
> Add support for Synopsys DesignWare MIPI DSI controller which is
> embedded in the rk3288 SoCs.
>
> Signed-off-by: Chris Zhong<zyw@rock-chips.com>
> ---
>
> Changes in v6.3:
> - move the mipi_en gate to ockchip_drm_crtc_mode_config
>
> Changes in v6.2:
> - Remove the atomic feature check (Mark Yao)
>
> Changes in v6.1:
> - Add atomic API support (Heiko St?bne)
>
> Changes in v6:
> - Do not use bridge driver (Thierry Reding)
> - Optimization the phy init sequence
>
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
>
>   drivers/gpu/drm/rockchip/Kconfig            |   10 +
>   drivers/gpu/drm/rockchip/Makefile           |    1 +
>   drivers/gpu/drm/rockchip/dw-mipi-dsi.c      | 1196 +++++++++++++++++++++++++++
>   drivers/gpu/drm/rockchip/rockchip_drm_vop.c |    3 +
>   4 files changed, 1210 insertions(+)
>   create mode 100644 drivers/gpu/drm/rockchip/dw-mipi-dsi.c

looks good for me, and it support atomic API, So
Acked-by: Mark Yao <mark.yao@rock-chips.com>

-- 
?ark Yao

  reply	other threads:[~2015-12-24  0:55 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-16 10:10 [PATCH v6 0/6] Add mipi dsi support for rk3288 Chris Zhong
2015-12-16 10:10 ` Chris Zhong
2015-12-16 10:10 ` Chris Zhong
2015-12-16 10:10 ` [PATCH v6 1/6] drm/rockchip: return a true clock rate to adjusted_mode Chris Zhong
2015-12-16 10:10   ` Chris Zhong
2015-12-16 10:10   ` Chris Zhong
2015-12-16 10:10 ` [PATCH v6 2/6] drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format Chris Zhong
2015-12-16 10:10   ` Chris Zhong
2015-12-16 10:10 ` [PATCH v6 3/6] Documentation: dt-bindings: Add bindings for rk3288 DW MIPI DSI driver Chris Zhong
2015-12-16 10:10   ` Chris Zhong
2015-12-16 10:10 ` [PATCH v6 4/6] drm: rockchip: Support Synopsys DW MIPI DSI Chris Zhong
2015-12-16 10:10   ` Chris Zhong
2015-12-16 10:10   ` Chris Zhong
2015-12-18  9:47   ` [PATCH v6.1 " Chris Zhong
2015-12-18  9:47     ` Chris Zhong
2015-12-18  9:47     ` Chris Zhong
2015-12-18 10:18     ` Mark yao
2015-12-18 10:18       ` Mark yao
2015-12-18 10:18       ` Mark yao
2015-12-22  6:58   ` [PATCH v6.2 " Chris Zhong
2015-12-22  6:58     ` Chris Zhong
2015-12-22  6:58     ` Chris Zhong
2015-12-23  3:43   ` [PATCH v6.3 " Chris Zhong
2015-12-23  3:43     ` Chris Zhong
2015-12-23  3:43     ` Chris Zhong
2015-12-24  0:55     ` Mark yao [this message]
2015-12-24  0:55       ` Mark yao
2015-12-24  0:55       ` Mark yao
2016-01-06  1:48     ` Mark yao
2016-01-06  1:48       ` Mark yao
2016-01-06  1:48       ` Mark yao
2016-01-06  4:16       ` Chris Zhong
2016-01-06  4:16         ` Chris Zhong
2016-01-06  4:16         ` Chris Zhong
2016-01-06  2:04     ` Mark yao
2016-01-06  2:04       ` Mark yao
2016-01-06  2:04       ` Mark yao
2015-12-16 10:10 ` [PATCH v6 5/6] ARM: dts: rockchip: add rk3288 mipi_dsi nodes Chris Zhong
2015-12-16 10:10   ` Chris Zhong
2015-12-16 10:10   ` Chris Zhong
2015-12-16 10:10 ` [PATCH v6 6/6] ARM: dts: rockchip: add support mipi panel tv080wum-nl0 Chris Zhong
2015-12-16 10:10   ` Chris Zhong
2015-12-17  9:29 ` [PATCH v6 0/6] Add mipi dsi support for rk3288 Heiko Stübner
2015-12-17  9:29   ` Heiko Stübner
2015-12-17  9:29   ` Heiko Stübner
2015-12-18  9:54   ` Chris Zhong
2015-12-18  9:54     ` Chris Zhong
2015-12-18  9:54     ` Chris Zhong

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=567B4288.40207@rock-chips.com \
    --to=mark.yao@rock-chips.com \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=heiko@sntech.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=treding@nvidia.com \
    --cc=zyw@rock-chips.com \
    /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.