All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stu Hsieh <stu.hsieh@mediatek.com>
To: CK Hu <ck.hu@mediatek.com>
Cc: srv_heupstream@mediatek.com, David Airlie <airlied@linux.ie>,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-mediatek@lists.infradead.org,
	Matthias Brugger <matthias.bgg@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v1 00/15] Add RDMA memory mode support for mediatek SOC MT2712
Date: Thu, 2 Aug 2018 19:29:22 +0800	[thread overview]
Message-ID: <1533209362.11190.54.camel@mtksdccf07> (raw)
In-Reply-To: <1532482768.9280.4.camel@mtksdaap41>

Hi, CK:

On Wed, 2018-07-25 at 09:39 +0800, CK Hu wrote:
> Hi, Stu:
> 
> It looks like the series is a bug fix of [1]. In [1], you create third
> crtc but it does not work unless apply this series. So for all the
> patches in this series, you should refer to [2] to add 'Fixes:' and
> 'Cc:' in commit message.
> 
> 
> [1]
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=e6ab087a224fd7bcf712db698fbade673cc9addd
> [2]
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=83ba62bc700bab710b22be3a1bf6cf973f754273
> 
> Regards,
> CK
> 

OK

Regards,
Stu

> On Tue, 2018-07-24 at 16:17 +0800, Stu Hsieh wrote:
> > This patch series add RDMA memory mode support for mediatek SOC MT2712.
> > MT2712 has three display data path, including three HW engine,
> > two OVL and one RDMA.
> > 
> > The RDMA used in third ddp and it need to be set memory mode,
> > then RDMA could read data from memory and output to panel.
> > 
> > Stu Hsieh (15):
> >   drm/mediatek: add connection from RDMA0 to DPI1
> >   drm/mediatek: add connection from RDMA0 to DSI1
> >   drm/mediatek: add connection from RDMA1 to DSI0
> >   drm/mediatek: add connection from RDMA2 to DSI0
> >   drm/mediatek: add RDMA memory mode for crtc created
> >   drm/mediatek: add memory mode for RDMA
> >   drm/mediatek: add layer config to set RDMA for plane setting
> >   drm/mediatek: add RGB color format support for RDMA
> >   drm/mediatek: add YUYV/UYVY color format support for RDMA
> >   drm/mediatek: add drm_device in RDMA for mamory mode to reaquest
> >     buffer
> >   drm/mediatek: add dummy buffer for RDMA memory mode
> >   drm/mediatek: add layer number condition for RDMA to control plane
> >   drm/mediatek: Update some variable name from ovl to comp
> >   drm/mediatek: fixed the error value for add DSI1 in mutex
> >   drm/mediatek: fixed connection from RDMA2 to DSI1
> > 
> >  drivers/gpu/drm/mediatek/mtk_disp_rdma.c    | 122 +++++++++++++++++++++++++++-
> >  drivers/gpu/drm/mediatek/mtk_drm_crtc.c     |  59 +++++++++-----
> >  drivers/gpu/drm/mediatek/mtk_drm_crtc.h     |   4 +-
> >  drivers/gpu/drm/mediatek/mtk_drm_ddp.c      |  20 ++++-
> >  drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h |   2 +
> >  5 files changed, 181 insertions(+), 26 deletions(-)
> > 
> 
> 


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

WARNING: multiple messages have this Message-ID (diff)
From: stu.hsieh@mediatek.com (Stu Hsieh)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v1 00/15] Add RDMA memory mode support for mediatek SOC MT2712
Date: Thu, 2 Aug 2018 19:29:22 +0800	[thread overview]
Message-ID: <1533209362.11190.54.camel@mtksdccf07> (raw)
In-Reply-To: <1532482768.9280.4.camel@mtksdaap41>

Hi, CK:

On Wed, 2018-07-25 at 09:39 +0800, CK Hu wrote:
> Hi, Stu:
> 
> It looks like the series is a bug fix of [1]. In [1], you create third
> crtc but it does not work unless apply this series. So for all the
> patches in this series, you should refer to [2] to add 'Fixes:' and
> 'Cc:' in commit message.
> 
> 
> [1]
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=e6ab087a224fd7bcf712db698fbade673cc9addd
> [2]
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=83ba62bc700bab710b22be3a1bf6cf973f754273
> 
> Regards,
> CK
> 

OK

Regards,
Stu

> On Tue, 2018-07-24 at 16:17 +0800, Stu Hsieh wrote:
> > This patch series add RDMA memory mode support for mediatek SOC MT2712.
> > MT2712 has three display data path, including three HW engine,
> > two OVL and one RDMA.
> > 
> > The RDMA used in third ddp and it need to be set memory mode,
> > then RDMA could read data from memory and output to panel.
> > 
> > Stu Hsieh (15):
> >   drm/mediatek: add connection from RDMA0 to DPI1
> >   drm/mediatek: add connection from RDMA0 to DSI1
> >   drm/mediatek: add connection from RDMA1 to DSI0
> >   drm/mediatek: add connection from RDMA2 to DSI0
> >   drm/mediatek: add RDMA memory mode for crtc created
> >   drm/mediatek: add memory mode for RDMA
> >   drm/mediatek: add layer config to set RDMA for plane setting
> >   drm/mediatek: add RGB color format support for RDMA
> >   drm/mediatek: add YUYV/UYVY color format support for RDMA
> >   drm/mediatek: add drm_device in RDMA for mamory mode to reaquest
> >     buffer
> >   drm/mediatek: add dummy buffer for RDMA memory mode
> >   drm/mediatek: add layer number condition for RDMA to control plane
> >   drm/mediatek: Update some variable name from ovl to comp
> >   drm/mediatek: fixed the error value for add DSI1 in mutex
> >   drm/mediatek: fixed connection from RDMA2 to DSI1
> > 
> >  drivers/gpu/drm/mediatek/mtk_disp_rdma.c    | 122 +++++++++++++++++++++++++++-
> >  drivers/gpu/drm/mediatek/mtk_drm_crtc.c     |  59 +++++++++-----
> >  drivers/gpu/drm/mediatek/mtk_drm_crtc.h     |   4 +-
> >  drivers/gpu/drm/mediatek/mtk_drm_ddp.c      |  20 ++++-
> >  drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h |   2 +
> >  5 files changed, 181 insertions(+), 26 deletions(-)
> > 
> 
> 

WARNING: multiple messages have this Message-ID (diff)
From: Stu Hsieh <stu.hsieh@mediatek.com>
To: CK Hu <ck.hu@mediatek.com>
Cc: Philipp Zabel <p.zabel@pengutronix.de>,
	David Airlie <airlied@linux.ie>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	<dri-devel@lists.freedesktop.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <srv_heupstream@mediatek.com>
Subject: Re: [PATCH v1 00/15] Add RDMA memory mode support for mediatek SOC MT2712
Date: Thu, 2 Aug 2018 19:29:22 +0800	[thread overview]
Message-ID: <1533209362.11190.54.camel@mtksdccf07> (raw)
In-Reply-To: <1532482768.9280.4.camel@mtksdaap41>

Hi, CK:

On Wed, 2018-07-25 at 09:39 +0800, CK Hu wrote:
> Hi, Stu:
> 
> It looks like the series is a bug fix of [1]. In [1], you create third
> crtc but it does not work unless apply this series. So for all the
> patches in this series, you should refer to [2] to add 'Fixes:' and
> 'Cc:' in commit message.
> 
> 
> [1]
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=e6ab087a224fd7bcf712db698fbade673cc9addd
> [2]
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=83ba62bc700bab710b22be3a1bf6cf973f754273
> 
> Regards,
> CK
> 

OK

Regards,
Stu

> On Tue, 2018-07-24 at 16:17 +0800, Stu Hsieh wrote:
> > This patch series add RDMA memory mode support for mediatek SOC MT2712.
> > MT2712 has three display data path, including three HW engine,
> > two OVL and one RDMA.
> > 
> > The RDMA used in third ddp and it need to be set memory mode,
> > then RDMA could read data from memory and output to panel.
> > 
> > Stu Hsieh (15):
> >   drm/mediatek: add connection from RDMA0 to DPI1
> >   drm/mediatek: add connection from RDMA0 to DSI1
> >   drm/mediatek: add connection from RDMA1 to DSI0
> >   drm/mediatek: add connection from RDMA2 to DSI0
> >   drm/mediatek: add RDMA memory mode for crtc created
> >   drm/mediatek: add memory mode for RDMA
> >   drm/mediatek: add layer config to set RDMA for plane setting
> >   drm/mediatek: add RGB color format support for RDMA
> >   drm/mediatek: add YUYV/UYVY color format support for RDMA
> >   drm/mediatek: add drm_device in RDMA for mamory mode to reaquest
> >     buffer
> >   drm/mediatek: add dummy buffer for RDMA memory mode
> >   drm/mediatek: add layer number condition for RDMA to control plane
> >   drm/mediatek: Update some variable name from ovl to comp
> >   drm/mediatek: fixed the error value for add DSI1 in mutex
> >   drm/mediatek: fixed connection from RDMA2 to DSI1
> > 
> >  drivers/gpu/drm/mediatek/mtk_disp_rdma.c    | 122 +++++++++++++++++++++++++++-
> >  drivers/gpu/drm/mediatek/mtk_drm_crtc.c     |  59 +++++++++-----
> >  drivers/gpu/drm/mediatek/mtk_drm_crtc.h     |   4 +-
> >  drivers/gpu/drm/mediatek/mtk_drm_ddp.c      |  20 ++++-
> >  drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h |   2 +
> >  5 files changed, 181 insertions(+), 26 deletions(-)
> > 
> 
> 



  reply	other threads:[~2018-08-02 11:29 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-24  8:17 [PATCH v1 00/15] Add RDMA memory mode support for mediatek SOC MT2712 Stu Hsieh
2018-07-24  8:17 ` Stu Hsieh
2018-07-24  8:17 ` Stu Hsieh
2018-07-24  8:17 ` [PATCH v1 01/15] drm/mediatek: add connection from RDMA0 to DPI1 Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17 ` [PATCH v1 02/15] drm/mediatek: add connection from RDMA0 to DSI1 Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17 ` [PATCH v1 03/15] drm/mediatek: add connection from RDMA1 to DSI0 Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17 ` [PATCH v1 04/15] drm/mediatek: add connection from RDMA2 " Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17 ` [PATCH v1 05/15] drm/mediatek: add RDMA memory mode for crtc created Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17 ` [PATCH v1 06/15] drm/mediatek: add memory mode for RDMA Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-25  2:40   ` CK Hu
2018-07-25  2:40     ` CK Hu
2018-07-25  2:40     ` CK Hu
2018-08-02 11:36     ` Stu Hsieh
2018-08-02 11:36       ` Stu Hsieh
2018-08-02 11:36       ` Stu Hsieh
2018-08-03  7:30       ` CK Hu
2018-08-03  7:30         ` CK Hu
2018-08-03  7:30         ` CK Hu
2018-07-24  8:17 ` [PATCH v1 07/15] drm/mediatek: add layer config to set RDMA for plane setting Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17 ` [PATCH v1 08/15] drm/mediatek: add RGB color format support for RDMA Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17 ` [PATCH v1 09/15] drm/mediatek: add YUYV/UYVY " Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17 ` [PATCH v1 10/15] drm/mediatek: add drm_device in RDMA for mamory mode to reaquest buffer Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17 ` [PATCH v1 11/15] drm/mediatek: add dummy buffer for RDMA memory mode Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-25  5:42   ` CK Hu
2018-07-25  5:42     ` CK Hu
2018-07-25  5:42     ` CK Hu
2018-08-02 11:45     ` Stu Hsieh
2018-08-02 11:45       ` Stu Hsieh
2018-08-02 11:45       ` Stu Hsieh
2018-07-24  8:17 ` [PATCH v1 12/15] drm/mediatek: add layer number condition for RDMA to control plane Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-25  3:02   ` CK Hu
2018-07-25  3:02     ` CK Hu
2018-07-25  3:02     ` CK Hu
2018-08-02 11:38     ` Stu Hsieh
2018-08-02 11:38       ` Stu Hsieh
2018-08-02 11:38       ` Stu Hsieh
2018-07-24  8:17 ` [PATCH v1 13/15] drm/mediatek: Update some variable name from ovl to comp Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17 ` [PATCH v1 14/15] drm/mediatek: fixed the error value for add DSI1 in mutex Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-25  5:10   ` CK Hu
2018-07-25  5:10     ` CK Hu
2018-07-25  5:10     ` CK Hu
2018-08-02 11:39     ` Stu Hsieh
2018-08-02 11:39       ` Stu Hsieh
2018-08-02 11:39       ` Stu Hsieh
2018-07-24  8:17 ` [PATCH v1 15/15] drm/mediatek: fixed connection from RDMA2 to DSI1 Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-24  8:17   ` Stu Hsieh
2018-07-25  1:39 ` [PATCH v1 00/15] Add RDMA memory mode support for mediatek SOC MT2712 CK Hu
2018-07-25  1:39   ` CK Hu
2018-07-25  1:39   ` CK Hu
2018-08-02 11:29   ` Stu Hsieh [this message]
2018-08-02 11:29     ` Stu Hsieh
2018-08-02 11:29     ` Stu Hsieh

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=1533209362.11190.54.camel@mtksdccf07 \
    --to=stu.hsieh@mediatek.com \
    --cc=airlied@linux.ie \
    --cc=ck.hu@mediatek.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=srv_heupstream@mediatek.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.