* [PATCH] ALSA: hda/hdmi - enable runtime pm for more AMD display audio
@ 2022-11-08 8:47 Evan Quan
2022-11-08 9:14 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Evan Quan @ 2022-11-08 8:47 UTC (permalink / raw)
To: alsa-devel, amd-gfx; +Cc: alexander.deucher, Evan Quan, tiwai
We are able to power down the GPU and audio via the GPU driver
so flag these asics as supporting runtime pm.
Signed-off-by: Evan Quan <evan.quan@amd.com>
Change-Id: Ib7ea9bfe7b62b98afd63f96a2d98795504e7ae04
---
sound/pci/hda/hda_intel.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 0a83eb6b88b1..e6a33e34efb9 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2712,6 +2712,9 @@ static const struct pci_device_id azx_ids[] = {
{ PCI_DEVICE(0x1002, 0xab28),
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS |
AZX_DCAPS_PM_RUNTIME },
+ { PCI_DEVICE(0x1002, 0xab30),
+ .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS |
+ AZX_DCAPS_PM_RUNTIME },
{ PCI_DEVICE(0x1002, 0xab38),
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS |
AZX_DCAPS_PM_RUNTIME },
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: hda/hdmi - enable runtime pm for more AMD display audio
2022-11-08 8:47 [PATCH] ALSA: hda/hdmi - enable runtime pm for more AMD display audio Evan Quan
@ 2022-11-08 9:14 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2022-11-08 9:14 UTC (permalink / raw)
To: Evan Quan; +Cc: alexander.deucher, alsa-devel, tiwai, amd-gfx
On Tue, 08 Nov 2022 09:47:46 +0100,
Evan Quan wrote:
>
> We are able to power down the GPU and audio via the GPU driver
> so flag these asics as supporting runtime pm.
>
> Signed-off-by: Evan Quan <evan.quan@amd.com>
> Change-Id: Ib7ea9bfe7b62b98afd63f96a2d98795504e7ae04
Applied now. I dropped the useless change-id tag, and added
Cc-to-stable.
thanks,
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-09 17:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-08 8:47 [PATCH] ALSA: hda/hdmi - enable runtime pm for more AMD display audio Evan Quan
2022-11-08 9:14 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox