mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "CK Hu (胡俊光)" <ck.hu@mediatek.com>
To: "Jason-JH Lin (林睿祥)" <Jason-JH.Lin@mediatek.com>,
	"chunkuang.hu@kernel.org" <chunkuang.hu@kernel.org>,
	"angelogioacchino.delregno@collabora.com"
	<angelogioacchino.delregno@collabora.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Singo Chang (張興國)" <Singo.Chang@mediatek.com>,
	"Johnson Wang (王聖鑫)" <Johnson.Wang@mediatek.com>,
	"Jason-ch Chen (陳建豪)" <Jason-ch.Chen@mediatek.com>,
	"Shawn Sung (宋孝謙)" <Shawn.Sung@mediatek.com>,
	"linux-mediatek@lists.infradead.org"
	<linux-mediatek@lists.infradead.org>,
	"Nancy Lin (林欣螢)" <Nancy.Lin@mediatek.com>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	Project_Global_Chrome_Upstream_Group
	<Project_Global_Chrome_Upstream_Group@mediatek.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"matthias.bgg@gmail.com" <matthias.bgg@gmail.com>
Subject: Re: [PATCH v7 1/4] drm/mediatek: Add mmsys_dev_num to mt8188 vdosys0 driver data
Date: Fri, 28 Jul 2023 07:53:12 +0000	[thread overview]
Message-ID: <7ccff501df5909936e27e352b08aee4c6276ffe6.camel@mediatek.com> (raw)
In-Reply-To: <20230727164114.20638-2-jason-jh.lin@mediatek.com>

Hi, Jason:

On Fri, 2023-07-28 at 00:41 +0800, Jason-JH.Lin wrote:
> Add missing mmsys_dev_num to mt8188 vdosys0 driver data.

Reviewed-by: CK Hu <ck.hu@mediatek.com>

> 
> Fixes: 54b48080278a ("drm/mediatek: Add mediatek-drm of vdosys0
> support for mt8188")
> Signed-off-by: Jason-JH.Lin <jason-jh.lin@mediatek.com>
> ---
>  drivers/gpu/drm/mediatek/mtk_drm_drv.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/mediatek/mtk_drm_drv.c
> b/drivers/gpu/drm/mediatek/mtk_drm_drv.c
> index 6dcb4ba2466c..249c9fd6347e 100644
> --- a/drivers/gpu/drm/mediatek/mtk_drm_drv.c
> +++ b/drivers/gpu/drm/mediatek/mtk_drm_drv.c
> @@ -287,6 +287,7 @@ static const struct mtk_mmsys_driver_data
> mt8186_mmsys_driver_data = {
>  static const struct mtk_mmsys_driver_data mt8188_vdosys0_driver_data
> = {
>  	.main_path = mt8188_mtk_ddp_main,
>  	.main_len = ARRAY_SIZE(mt8188_mtk_ddp_main),
> +	.mmsys_dev_num = 1,
>  };
>  
>  static const struct mtk_mmsys_driver_data mt8192_mmsys_driver_data =
> {

       reply	other threads:[~2023-07-28  7:54 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230727164114.20638-1-jason-jh.lin@mediatek.com>
     [not found] ` <20230727164114.20638-2-jason-jh.lin@mediatek.com>
2023-07-28  7:53   ` CK Hu (胡俊光) [this message]
2023-07-28  8:11   ` AngeloGioacchino Del Regno
     [not found] ` <20230727164114.20638-4-jason-jh.lin@mediatek.com>
2023-07-28  8:11   ` [PATCH v7 3/4] drm/mediatek: Add ability to support dynamic connector selection AngeloGioacchino Del Regno
2023-07-31  9:37     ` Jason-JH Lin (林睿祥)
2023-07-28  9:56   ` CK Hu (胡俊光)
2023-07-31 10:08     ` Jason-JH Lin (林睿祥)
2023-07-31 10:27       ` CK Hu (胡俊光)
2023-07-31  6:37   ` CK Hu (胡俊光)
2023-08-02  5:59     ` Jason-JH Lin (林睿祥)
     [not found] ` <20230727164114.20638-5-jason-jh.lin@mediatek.com>
2023-07-28  8:14   ` [PATCH v7 4/4] drm/mediatek: Add DSI support for mt8188 vdosys0 AngeloGioacchino Del Regno
2023-07-31 16:08     ` Jason-JH Lin (林睿祥)
     [not found] ` <20230727164114.20638-3-jason-jh.lin@mediatek.com>
2023-07-28  8:03   ` [PATCH v7 2/4] drm/mediatek: Fix using wrong drm private data to bind mediatek-drm CK Hu (胡俊光)
2023-07-28  8:11   ` AngeloGioacchino Del Regno
2023-07-28  8:47   ` Eugen Hristev
2023-07-31  8:21     ` Jason-JH Lin (林睿祥)
2023-07-31  8:32       ` Eugen Hristev
2023-08-02  7:05         ` Jason-JH Lin (林睿祥)

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=7ccff501df5909936e27e352b08aee4c6276ffe6.camel@mediatek.com \
    --to=ck.hu@mediatek.com \
    --cc=Jason-JH.Lin@mediatek.com \
    --cc=Jason-ch.Chen@mediatek.com \
    --cc=Johnson.Wang@mediatek.com \
    --cc=Nancy.Lin@mediatek.com \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=Shawn.Sung@mediatek.com \
    --cc=Singo.Chang@mediatek.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=chunkuang.hu@kernel.org \
    --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 \
    /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

Powered by JetHome