From: Danilo Krummrich <dakr@redhat.com>
To: Arnd Bergmann <arnd@kernel.org>,
Karol Herbst <kherbst@redhat.com>, Lyude Paul <lyude@redhat.com>,
David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>
Cc: nouveau@lists.freedesktop.org, linux-kernel@vger.kernel.org,
dri-devel@lists.freedesktop.org, Arnd Bergmann <arnd@arndb.de>,
Wayne Lin <Wayne.Lin@amd.com>, Danilo Krummrich <me@dakr.org>
Subject: Re: [Nouveau] [PATCH] drm/nouveau/kms/nv50: hide unused variables
Date: Tue, 26 Sep 2023 00:06:08 +0200 [thread overview]
Message-ID: <e2072b46-11a4-a146-e984-70be30514fe1@redhat.com> (raw)
In-Reply-To: <20230925155930.677620-1-arnd@kernel.org>
On 9/25/23 17:59, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> After a recent change, two variables are only used in an #ifdef:
>
> drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_sor_atomic_disable':
> drivers/gpu/drm/nouveau/dispnv50/disp.c:1569:13: error: unused variable 'ret' [-Werror=unused-variable]
> 1569 | int ret;
> | ^~~
> drivers/gpu/drm/nouveau/dispnv50/disp.c:1568:28: error: unused variable 'aux' [-Werror=unused-variable]
> 1568 | struct drm_dp_aux *aux = &nv_connector->aux;
> | ^~~
>
> Move them into the same conditional block, along with the nv_connector variable
> that becomes unused during that fix.
>
> Fixes: 757033808c95b ("drm/nouveau/kms/nv50-: fixup sink D3 before tearing down link")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Danilo Krummrich <dakr@redhat.com>
> ---
> drivers/gpu/drm/nouveau/dispnv50/disp.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/nouveau/dispnv50/disp.c b/drivers/gpu/drm/nouveau/dispnv50/disp.c
> index 52f1569ee37c1..a0ac8c258d9ff 100644
> --- a/drivers/gpu/drm/nouveau/dispnv50/disp.c
> +++ b/drivers/gpu/drm/nouveau/dispnv50/disp.c
> @@ -1560,15 +1560,13 @@ nv50_sor_atomic_disable(struct drm_encoder *encoder, struct drm_atomic_state *st
> {
> struct nouveau_encoder *nv_encoder = nouveau_encoder(encoder);
> struct nv50_head *head = nv50_head(nv_encoder->crtc);
> - struct nouveau_connector *nv_connector = nv50_outp_get_old_connector(state, nv_encoder);
> #ifdef CONFIG_DRM_NOUVEAU_BACKLIGHT
> + struct nouveau_connector *nv_connector = nv50_outp_get_old_connector(state, nv_encoder);
> struct nouveau_drm *drm = nouveau_drm(nv_encoder->base.base.dev);
> struct nouveau_backlight *backlight = nv_connector->backlight;
> -#endif
> struct drm_dp_aux *aux = &nv_connector->aux;
> int ret;
>
> -#ifdef CONFIG_DRM_NOUVEAU_BACKLIGHT
> if (backlight && backlight->uses_dpcd) {
> ret = drm_edp_backlight_disable(aux, &backlight->edp_info);
> if (ret < 0)
next prev parent reply other threads:[~2023-09-25 22:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-25 15:59 Arnd Bergmann
2023-09-25 22:06 ` Danilo Krummrich [this message]
2023-09-27 16:07 ` [Nouveau] " Danilo Krummrich
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=e2072b46-11a4-a146-e984-70be30514fe1@redhat.com \
--to=dakr@redhat.com \
--cc=Wayne.Lin@amd.com \
--cc=airlied@gmail.com \
--cc=arnd@arndb.de \
--cc=arnd@kernel.org \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=kherbst@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lyude@redhat.com \
--cc=me@dakr.org \
--cc=nouveau@lists.freedesktop.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
all inboxes | Powered by JetHome®