Patch "ALSA: hda/hdmi: Register with vga_switcheroo on Dual GPU Macbooks" has been added to the 6.1-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ALSA: hda/hdmi: Register with vga_switcheroo on Dual GPU Macbooks

to the 6.1-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     alsa-hda-hdmi-register-with-vga_switcheroo-on-dual-g.patch
and it can be found in the queue-6.1 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 90e6d835855ec32f75d239a31018fea9dd044451
Author: Orlando Chamberlain <orlandoch.dev@xxxxxxxxx>
Date:   Thu Feb 16 21:34:51 2023 +1100

    ALSA: hda/hdmi: Register with vga_switcheroo on Dual GPU Macbooks
    
    [ Upstream commit 5beb5627a2481aade9aa630b7ebb7f99442321b6 ]
    
    Commit 586bc4aab878 ("ALSA: hda/hdmi - fix vgaswitcheroo detection for
    AMD") caused only AMD gpu's with PX to have their audio component register
    with vga_switcheroo. This meant that Apple Macbooks with apple-gmux as the
    gpu switcher no longer had the audio client registering, so when the gpu is
    powered off by vga_switcheroo snd_hda_intel is unaware that it should have
    suspended the device:
    
    amdgpu: switched off
    snd_hda_intel 0000:03:00.1:
        Unable to change power state from D3hot to D0, device inaccessible
    snd_hda_intel 0000:03:00.1: CORB reset timeout#2, CORBRP = 65535
    
    To resolve this, we use apple_gmux_detect() and register a
    vga_switcheroo audio client when apple-gmux is detected.
    
    Fixes: 586bc4aab878 ("ALSA: hda/hdmi - fix vgaswitcheroo detection for AMD")
    Link: https://lore.kernel.org/all/20230210044826.9834-9-orlandoch.dev@xxxxxxxxx/
    Signed-off-by: Orlando Chamberlain <orlandoch.dev@xxxxxxxxx>
    Link: https://lore.kernel.org/r/20230216103450.12925-1-orlandoch.dev@xxxxxxxxx
    Signed-off-by: Takashi Iwai <tiwai@xxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 2dbc082076f69..81c4a45254ff2 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -50,6 +50,7 @@
 #include <sound/intel-dsp-config.h>
 #include <linux/vgaarb.h>
 #include <linux/vga_switcheroo.h>
+#include <linux/apple-gmux.h>
 #include <linux/firmware.h>
 #include <sound/hda_codec.h>
 #include "hda_controller.h"
@@ -1466,7 +1467,7 @@ static struct pci_dev *get_bound_vga(struct pci_dev *pci)
 				 * vgaswitcheroo.
 				 */
 				if (((p->class >> 16) == PCI_BASE_CLASS_DISPLAY) &&
-				    atpx_present())
+				    (atpx_present() || apple_gmux_detect(NULL, NULL)))
 					return p;
 				pci_dev_put(p);
 			}



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux