* [PATCH] drm/amd/display: fix documentation for amdgpu_dm_update_freesync_caps()
@ 2022-08-30 21:57 Alex Deucher
2022-08-30 23:36 ` Stephen Rothwell
2022-08-31 21:42 ` Rodrigo Siqueira Jordao
0 siblings, 2 replies; 3+ messages in thread
From: Alex Deucher @ 2022-08-30 21:57 UTC (permalink / raw)
To: amd-gfx; +Cc: Alex Deucher, Stephen Rothwell, Rodrigo Siqueira, Harry Wentland
Document missing parameter.
Fixes: 8889a13f99e5 ("drm/amd/display: Add some extra kernel doc to amdgpu_dm")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Cc: Harry Wentland <harry.wentland@amd.com>
---
v2: fix aconnector too.
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index 9d5ec1ea23a6..b053c13a81a5 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -9936,7 +9936,8 @@ static int parse_hdmi_amd_vsdb(struct amdgpu_dm_connector *aconnector,
/**
* amdgpu_dm_update_freesync_caps - Update Freesync capabilities
*
- * @aconnector: Connector to query.
+ * @connector: Connector to query.
+ * @edid: EDID from monitor
*
* Amdgpu supports Freesync in DP and HDMI displays, and it is required to keep
* track of some of the display information in the internal data struct used by
--
2.37.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] drm/amd/display: fix documentation for amdgpu_dm_update_freesync_caps()
2022-08-30 21:57 [PATCH] drm/amd/display: fix documentation for amdgpu_dm_update_freesync_caps() Alex Deucher
@ 2022-08-30 23:36 ` Stephen Rothwell
2022-08-31 21:42 ` Rodrigo Siqueira Jordao
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Rothwell @ 2022-08-30 23:36 UTC (permalink / raw)
To: Alex Deucher; +Cc: Harry Wentland, Rodrigo Siqueira, amd-gfx
[-- Attachment #1: Type: text/plain, Size: 642 bytes --]
Hi Alex,
On Tue, 30 Aug 2022 17:57:52 -0400 Alex Deucher <alexander.deucher@amd.com> wrote:
>
> Document missing parameter.
>
> Fixes: 8889a13f99e5 ("drm/amd/display: Add some extra kernel doc to amdgpu_dm")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
> Cc: Harry Wentland <harry.wentland@amd.com>
> ---
>
> v2: fix aconnector too.
>
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Thanks, looks good.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] drm/amd/display: fix documentation for amdgpu_dm_update_freesync_caps()
2022-08-30 21:57 [PATCH] drm/amd/display: fix documentation for amdgpu_dm_update_freesync_caps() Alex Deucher
2022-08-30 23:36 ` Stephen Rothwell
@ 2022-08-31 21:42 ` Rodrigo Siqueira Jordao
1 sibling, 0 replies; 3+ messages in thread
From: Rodrigo Siqueira Jordao @ 2022-08-31 21:42 UTC (permalink / raw)
To: Alex Deucher, amd-gfx; +Cc: Stephen Rothwell, Harry Wentland
On 2022-08-30 17:57, Alex Deucher wrote:
> Document missing parameter.
>
> Fixes: 8889a13f99e5 ("drm/amd/display: Add some extra kernel doc to amdgpu_dm")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
> Cc: Harry Wentland <harry.wentland@amd.com>
> ---
>
> v2: fix aconnector too.
>
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> index 9d5ec1ea23a6..b053c13a81a5 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> @@ -9936,7 +9936,8 @@ static int parse_hdmi_amd_vsdb(struct amdgpu_dm_connector *aconnector,
> /**
> * amdgpu_dm_update_freesync_caps - Update Freesync capabilities
> *
> - * @aconnector: Connector to query.
> + * @connector: Connector to query.
> + * @edid: EDID from monitor
> *
> * Amdgpu supports Freesync in DP and HDMI displays, and it is required to keep
> * track of some of the display information in the internal data struct used by
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
And applied to amd-staging-drm-next.
Thanks
Siqueira
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-08-31 21:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-30 21:57 [PATCH] drm/amd/display: fix documentation for amdgpu_dm_update_freesync_caps() Alex Deucher
2022-08-30 23:36 ` Stephen Rothwell
2022-08-31 21:42 ` Rodrigo Siqueira Jordao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox