All of lore.kernel.org
 help / color / mirror / Atom feed
From: Isabella Basso <isabbasso@riseup.net>
To: alexander.deucher@amd.com, christian.koenig@amd.com,
	daniel@ffwll.ch, harry.wentland@amd.com,
	Rodrigo.Siqueira@amd.com, Felix.Kuehling@amd.com
Cc: ~lkcamp/patches@lists.sr.ht,
	Isabella Basso <isabbasso@riseup.net>,
	amd-gfx@lists.freedesktop.org
Subject: [PATCH 04/10] drm/amdgpu: fix function scopes
Date: Tue,  7 Dec 2021 22:25:23 -0300	[thread overview]
Message-ID: <20211208012529.372478-5-isabbasso@riseup.net> (raw)
In-Reply-To: <20211208012529.372478-1-isabbasso@riseup.net>

This turns previously global functions into static, thus removing
compile-time warnings such as:

 warning: no previous prototype for 'release_psp_cmd_buf' [-Wmissing-prototypes]
 521 | void release_psp_cmd_buf(struct psp_context *psp)
     |      ^~~~~~~~~~~~~~~~~~~
 ...
 warning: no previous prototype for 'amdgpu_vkms_output_init' [-Wmissing-prototypes]
 399 | int amdgpu_vkms_output_init(struct drm_device *dev,
     |     ^~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Isabella Basso <isabbasso@riseup.net>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c
index af3a2f8c12b4..96895cccf9e7 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c
@@ -411,8 +411,8 @@ static struct drm_plane *amdgpu_vkms_plane_init(struct drm_device *dev,
 	return plane;
 }
 
-int amdgpu_vkms_output_init(struct drm_device *dev,
-			    struct amdgpu_vkms_output *output, int index)
+static int amdgpu_vkms_output_init(struct drm_device *dev, struct
+				   amdgpu_vkms_output *output, int index)
 {
 	struct drm_connector *connector = &output->connector;
 	struct drm_encoder *encoder = &output->encoder;
-- 
2.34.1


  parent reply	other threads:[~2021-12-08  3:16 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-08  1:25 [PATCH 00/10] drm/amd: fix various compilation warnings Isabella Basso
2021-12-08  1:25 ` [PATCH 01/10] drm/amd: Mark IP_BASE definition as __maybe_unused Isabella Basso
2021-12-08 19:37   ` Alex Deucher
2021-12-08  1:25 ` [PATCH 02/10] drm/amd: fix improper docstring syntax Isabella Basso
2021-12-08 19:40   ` Alex Deucher
2021-12-08  1:25 ` [PATCH 03/10] drm/amdgpu: add missing function prototype for amdgpu_ras_mca_query_error_status Isabella Basso
2021-12-08 19:42   ` Alex Deucher
2021-12-08  1:25 ` Isabella Basso [this message]
2021-12-08 19:44   ` [PATCH 04/10] drm/amdgpu: fix function scopes Alex Deucher
2021-12-08  1:25 ` [PATCH 05/10] drm/amdkfd: " Isabella Basso
2021-12-08 19:46   ` Alex Deucher
2021-12-08  1:25 ` [PATCH 06/10] drm/amd/display: " Isabella Basso
2021-12-08 14:59   ` Rodrigo Siqueira Jordao
2021-12-08  1:25 ` [PATCH 07/10] drm/amd: append missing includes Isabella Basso
2021-12-08 15:10   ` Rodrigo Siqueira Jordao
2021-12-08 19:48     ` Alex Deucher
2021-12-08  1:25 ` [PATCH 08/10] drm/amdgpu: fix location of prototype for amdgpu_kms_compat_ioctl Isabella Basso
2021-12-08 19:50   ` Alex Deucher
2021-12-08  1:25 ` [PATCH 09/10] drm/amdgpu: remove unnecessary variables Isabella Basso
2021-12-08 15:08   ` Rodrigo Siqueira Jordao
2021-12-08 18:20   ` Felix Kuehling
2021-12-08  1:25 ` [PATCH 10/10] drm/amdgpu: re-format file header comments Isabella Basso
2021-12-08 19:52   ` Alex Deucher
2021-12-08 15:13 ` [PATCH 00/10] drm/amd: fix various compilation warnings Rodrigo Siqueira Jordao

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=20211208012529.372478-5-isabbasso@riseup.net \
    --to=isabbasso@riseup.net \
    --cc=Felix.Kuehling@amd.com \
    --cc=Rodrigo.Siqueira@amd.com \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=christian.koenig@amd.com \
    --cc=daniel@ffwll.ch \
    --cc=harry.wentland@amd.com \
    --cc=~lkcamp/patches@lists.sr.ht \
    /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.