Re: [Nouveau] [PATCH v2] ALSA: hda: Continue to probe when codec probe fails

2021-04-12 Thread Aaron Plattner
On 4/12/21 12:36 PM, Roy Spliet wrote: Hello Aaron, Thanks for your insights. A follow-up query and some observations in-line. Op 12-04-2021 om 20:06 schreef Aaron Plattner: On 4/10/21 1:48 PM, Roy Spliet wrote: Op 10-04-2021 om 20:23 schreef Lukas Wunner: On Sat, Apr 10, 2021 at 04:51

Re: [Nouveau] [PATCH v2] ALSA: hda: Continue to probe when codec probe fails

2021-04-12 Thread Aaron Plattner
quirk code: https://github.com/torvalds/linux/blob/master/drivers/pci/quirks.c#L5289 (CC Aaron Plattner) My basic understanding is that the audio function stops responding whenever the graphics function is powered off. So the requirement here is that the audio driver can't try to talk

Re: [Nouveau] [PATCH] nv: improve KMS detection

2010-06-02 Thread Aaron Plattner
On Wed, Jun 02, 2010 at 09:20:47AM -0700, Marcin Slusarz wrote: On Fri, May 28, 2010 at 11:45:17AM -0700, Aaron Plattner wrote: On Sun, May 23, 2010 at 03:37:03PM -0700, Ben Skeggs wrote: On Sun, 2010-05-23 at 21:46 +0200, Marcin Slusarz wrote: 1) DRICreatePCIBusID belongs to xserver dri

Re: [Nouveau] [PATCH] nv: improve KMS detection

2010-05-28 Thread Aaron Plattner
On Sun, May 23, 2010 at 03:37:03PM -0700, Ben Skeggs wrote: On Sun, 2010-05-23 at 21:46 +0200, Marcin Slusarz wrote: 1) DRICreatePCIBusID belongs to xserver dri module, so when it's unavailable we can't format string for drmCheckModesettingSupported. (This situation happened to me