All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juerg Haefliger <juerg.haefliger@canonical.com>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: airlied@gmail.com, daniel@ffwll.ch,
	dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org,
	joel@joelfernandes.org, johan+linaro@kernel.org,
	konrad.dybcio@linaro.org, linux-arm-msm@vger.kernel.org,
	linux-kernel@vger.kernel.org, quic_abhinavk@quicinc.com,
	quic_akhilpo@quicinc.com, ribalda@chromium.org,
	robdclark@gmail.com, sean@poorly.run
Subject: Re: [PATCH v2] drm/msm/adreno: Add missing MODULE_FIRMWARE macros
Date: Tue, 15 Aug 2023 13:52:14 +0200	[thread overview]
Message-ID: <20230815135214.15aeff63@gollum> (raw)
In-Reply-To: <b0460532-b5f1-7efc-49af-8d4feecc1085@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 822 bytes --]

On Thu, 22 Jun 2023 21:44:25 +0300
Dmitry Baryshkov <dmitry.baryshkov@linaro.org> wrote:

> On 20/06/2023 08:40, Juerg Haefliger wrote:
> > The driver references some firmware files that don't have corresponding
> > MODULE_FIRMWARE macros and thus won't be listed via modinfo. Fix that.
> > 
> > Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
> > 
> > ---
> > v2:
> >    - Drop addition and removal of zap files (needs more discussion)
> >    - Add new a690_gmu.bin
> >    - Update commit subject and message accordingly
> > ---
> >   drivers/gpu/drm/msm/adreno/adreno_device.c | 11 +++++++++++
> >   1 file changed, 11 insertions(+)  
> 
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> 

It looks like this didn't go anywhere. Is there something missing?

...Juerg

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Juerg Haefliger <juerg.haefliger@canonical.com>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: sean@poorly.run, quic_akhilpo@quicinc.com, ribalda@chromium.org,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	quic_abhinavk@quicinc.com, konrad.dybcio@linaro.org,
	linux-arm-msm@vger.kernel.org, joel@joelfernandes.org,
	freedreno@lists.freedesktop.org, johan+linaro@kernel.org
Subject: Re: [PATCH v2] drm/msm/adreno: Add missing MODULE_FIRMWARE macros
Date: Tue, 15 Aug 2023 13:52:14 +0200	[thread overview]
Message-ID: <20230815135214.15aeff63@gollum> (raw)
In-Reply-To: <b0460532-b5f1-7efc-49af-8d4feecc1085@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 822 bytes --]

On Thu, 22 Jun 2023 21:44:25 +0300
Dmitry Baryshkov <dmitry.baryshkov@linaro.org> wrote:

> On 20/06/2023 08:40, Juerg Haefliger wrote:
> > The driver references some firmware files that don't have corresponding
> > MODULE_FIRMWARE macros and thus won't be listed via modinfo. Fix that.
> > 
> > Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
> > 
> > ---
> > v2:
> >    - Drop addition and removal of zap files (needs more discussion)
> >    - Add new a690_gmu.bin
> >    - Update commit subject and message accordingly
> > ---
> >   drivers/gpu/drm/msm/adreno/adreno_device.c | 11 +++++++++++
> >   1 file changed, 11 insertions(+)  
> 
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> 

It looks like this didn't go anywhere. Is there something missing?

...Juerg

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2023-08-15 11:53 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-16 12:28 [PATCH] drm/msm/adreno: Update MODULE_FIRMWARE macros Juerg Haefliger
2023-06-16 12:28 ` Juerg Haefliger
2023-06-16 15:23 ` Brian Masney
2023-06-16 15:23   ` Brian Masney
2023-06-16 15:55 ` Akhil P Oommen
2023-06-16 15:55   ` Akhil P Oommen
2023-06-17  0:43   ` Dmitry Baryshkov
2023-06-17  0:43     ` Dmitry Baryshkov
2023-06-20  5:08   ` Juerg Haefliger
2023-06-20  5:08     ` Juerg Haefliger
2023-06-20  5:40 ` [PATCH v2] drm/msm/adreno: Add missing " Juerg Haefliger
2023-06-20  5:40   ` Juerg Haefliger
2023-06-22 18:44   ` Dmitry Baryshkov
2023-06-22 18:44     ` Dmitry Baryshkov
2023-08-15 11:52     ` Juerg Haefliger [this message]
2023-08-15 11:52       ` Juerg Haefliger
2023-08-15 14:48       ` Joel Fernandes
2023-08-15 14:48         ` Joel Fernandes

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=20230815135214.15aeff63@gollum \
    --to=juerg.haefliger@canonical.com \
    --cc=airlied@gmail.com \
    --cc=daniel@ffwll.ch \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=joel@joelfernandes.org \
    --cc=johan+linaro@kernel.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=quic_akhilpo@quicinc.com \
    --cc=ribalda@chromium.org \
    --cc=robdclark@gmail.com \
    --cc=sean@poorly.run \
    /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.