stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-kernel@vger.kernel.org
Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org,
	shuah@kernel.org, patches@kernelci.org,
	lkft-triage@lists.linaro.org, pavel@denx.de,
	jonathanh@nvidia.com, f.fainelli@gmail.com,
	stable@vger.kernel.org
Subject: Re: [PATCH 5.10 000/658] 5.10.20-rc3 review
Date: Tue, 2 Mar 2021 10:44:15 -0800	[thread overview]
Message-ID: <b0456766-0744-2086-a9ba-daa6aba5e896@roeck-us.net> (raw)
In-Reply-To: <20210302123520.857524345@linuxfoundation.org>

On 3/2/21 4:38 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.10.20 release.
> There are 658 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
> 
> Responses should be made by Thu, 04 Mar 2021 12:32:41 +0000.
> Anything received after that time might be too late.
> 

Building arm:allmodconfig ... failed
--------------
Error log:
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c: In function 'mtk_aal_config':
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:183:54: error: 'struct mtk_ddp_comp' has no member named 'dev'
  183 |  struct mtk_ddp_comp_dev *priv = dev_get_drvdata(comp->dev);
      |                                                      ^~
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:185:44: error: dereferencing pointer to incomplete type 'struct mtk_ddp_comp_dev'
  185 |  mtk_ddp_write(cmdq_pkt, w << 16 | h, &priv->cmdq_reg, priv->regs, DISP_AAL_SIZE);
      |                                            ^~
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:185:2: error: too many arguments to function 'mtk_ddp_write'
  185 |  mtk_ddp_write(cmdq_pkt, w << 16 | h, &priv->cmdq_reg, priv->regs, DISP_AAL_SIZE);
      |  ^~~~~~~~~~~~~
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:89:6: note: declared here
   89 | void mtk_ddp_write(struct cmdq_pkt *cmdq_pkt, unsigned int value,
      |      ^~~~~~~~~~~~~
make[5]: *** [drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.o] Error 1
make[4]: *** [drivers/gpu/drm/mediatek] Error 2

---
Building arm64:allmodconfig ... failed
--------------
Error log:
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c: In function 'mtk_aal_config':
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:183:54: error: 'struct mtk_ddp_comp' has no member named 'dev'
  183 |  struct mtk_ddp_comp_dev *priv = dev_get_drvdata(comp->dev);
      |                                                      ^~
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:185:44: error: dereferencing pointer to incomplete type 'struct mtk_ddp_comp_dev'
  185 |  mtk_ddp_write(cmdq_pkt, w << 16 | h, &priv->cmdq_reg, priv->regs, DISP_AAL_SIZE);
      |                                            ^~
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:185:2: error: too many arguments to function 'mtk_ddp_write'
  185 |  mtk_ddp_write(cmdq_pkt, w << 16 | h, &priv->cmdq_reg, priv->regs, DISP_AAL_SIZE);
      |  ^~~~~~~~~~~~~
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:89:6: note: declared here
   89 | void mtk_ddp_write(struct cmdq_pkt *cmdq_pkt, unsigned int value,
      |      ^~~~~~~~~~~~~
make[5]: *** [drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.o] Error 1


The same problem also affects v5.11.y.

Am I missing something here ? Why do I see that problem ? It seems to be very basic.

Guenter

  parent reply	other threads:[~2021-03-03  1:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-02 12:38 [PATCH 5.10 000/658] 5.10.20-rc3 review Greg Kroah-Hartman
2021-03-02 16:44 ` Jon Hunter
2021-03-02 18:44 ` Guenter Roeck [this message]
2021-03-02 19:03   ` Greg Kroah-Hartman
2021-03-02 19:21     ` Greg Kroah-Hartman

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=b0456766-0744-2086-a9ba-daa6aba5e896@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=akpm@linux-foundation.org \
    --cc=f.fainelli@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=pavel@denx.de \
    --cc=shuah@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).