All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amd: Clarify that amdgpu.audio only works for non-DC
@ 2025-11-06 20:55 Mario Limonciello (AMD)
  2025-11-06 21:22 ` Alex Deucher
  0 siblings, 1 reply; 2+ messages in thread
From: Mario Limonciello (AMD) @ 2025-11-06 20:55 UTC (permalink / raw)
  To: amd-gfx; +Cc: Mario Limonciello (AMD)

The comment already explains it bu the module parameter help text
doesn't.

Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4684
Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 475a385462429..6ae3a1fb8d455 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -310,7 +310,7 @@ module_param_named(moverate, amdgpu_moverate, int, 0600);
  * DOC: audio (int)
  * Set HDMI/DPAudio. Only affects non-DC display handling. The default is -1 (Enabled), set 0 to disabled it.
  */
-MODULE_PARM_DESC(audio, "Audio enable (-1 = auto, 0 = disable, 1 = enable)");
+MODULE_PARM_DESC(audio, "HDMI/DP Audio enable for non DC displays (-1 = auto, 0 = disable, 1 = enable)");
 module_param_named(audio, amdgpu_audio, int, 0444);
 
 /**
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/amd: Clarify that amdgpu.audio only works for non-DC
  2025-11-06 20:55 [PATCH] drm/amd: Clarify that amdgpu.audio only works for non-DC Mario Limonciello (AMD)
@ 2025-11-06 21:22 ` Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2025-11-06 21:22 UTC (permalink / raw)
  To: Mario Limonciello (AMD); +Cc: amd-gfx

On Thu, Nov 6, 2025 at 4:01 PM Mario Limonciello (AMD)
<superm1@kernel.org> wrote:
>
> The comment already explains it bu the module parameter help text
> doesn't.
>
> Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4684
> Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>

Acked-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> index 475a385462429..6ae3a1fb8d455 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> @@ -310,7 +310,7 @@ module_param_named(moverate, amdgpu_moverate, int, 0600);
>   * DOC: audio (int)
>   * Set HDMI/DPAudio. Only affects non-DC display handling. The default is -1 (Enabled), set 0 to disabled it.
>   */
> -MODULE_PARM_DESC(audio, "Audio enable (-1 = auto, 0 = disable, 1 = enable)");
> +MODULE_PARM_DESC(audio, "HDMI/DP Audio enable for non DC displays (-1 = auto, 0 = disable, 1 = enable)");
>  module_param_named(audio, amdgpu_audio, int, 0444);
>
>  /**
> --
> 2.43.0
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-06 21:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-06 20:55 [PATCH] drm/amd: Clarify that amdgpu.audio only works for non-DC Mario Limonciello (AMD)
2025-11-06 21:22 ` Alex Deucher

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.