All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Pali Rohár" <pali.rohar@gmail.com>
To: Lukas Wunner <lukas@wunner.de>
Cc: Kai Heng Feng <kai.heng.feng@canonical.com>,
	mjg59@srcf.ucam.org, dvhart@infradead.org, andy@infradead.org,
	Mario Limonciello <mario.limonciello@dell.com>,
	tiwai@suse.com, platform-driver-x86@vger.kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	alsa-devel@alsa-project.org
Subject: Re: [PATCH v2 3/3] ALSA: hda: Disabled unused audio controller for Dell platforms with Switchable Graphics
Date: Sat, 10 Mar 2018 11:40:33 +0100	[thread overview]
Message-ID: <20180310104033.ndmlwt4evbs6xg5u@pali> (raw)
In-Reply-To: <20180310065039.GA6633@wunner.de>

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

On Saturday 10 March 2018 07:50:39 Lukas Wunner wrote:
> Pretty much all modern Nvidia GPUs do have an integrated HDA
> controller, however it's possible to hide it by clearing a bit
> at offset 0x488 in the GPU's config space.  Some BIOSes hide
> the HDA if no external display is attached.
> 
> I could imagine that the BIOS of the Dell machines in question
> hides the HDA if Switchable Graphics is enabled.  If that is the
> case, be aware that there's an ongoing discussion to always expose
> the HDA controller because the behavior of some BIOSes to only
> expose the HDA when a display is attached causes massive problems
> with Linux' HDA driver:
> https://bugs.freedesktop.org/show_bug.cgi?id=75985
> 
> If we decide to always expose the HDA controller on Nvidia cards,
> you may need to also match for the Nvidia vendor ID here.

This is probably the example of reason why current solution based on
vendor id is fragile and could be broken in future... if such changes to
unhide devices are going to be implemented.

-- 
Pali Rohár
pali.rohar@gmail.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: "Pali Rohár" <pali.rohar@gmail.com>
To: Lukas Wunner <lukas@wunner.de>
Cc: mjg59@srcf.ucam.org, alsa-devel@alsa-project.org,
	Mario Limonciello <mario.limonciello@dell.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	tiwai@suse.com, platform-driver-x86@vger.kernel.org,
	Kai Heng Feng <kai.heng.feng@canonical.com>,
	dvhart@infradead.org, andy@infradead.org
Subject: Re: [PATCH v2 3/3] ALSA: hda: Disabled unused audio controller for Dell platforms with Switchable Graphics
Date: Sat, 10 Mar 2018 11:40:33 +0100	[thread overview]
Message-ID: <20180310104033.ndmlwt4evbs6xg5u@pali> (raw)
In-Reply-To: <20180310065039.GA6633@wunner.de>


[-- Attachment #1.1: Type: text/plain, Size: 1088 bytes --]

On Saturday 10 March 2018 07:50:39 Lukas Wunner wrote:
> Pretty much all modern Nvidia GPUs do have an integrated HDA
> controller, however it's possible to hide it by clearing a bit
> at offset 0x488 in the GPU's config space.  Some BIOSes hide
> the HDA if no external display is attached.
> 
> I could imagine that the BIOS of the Dell machines in question
> hides the HDA if Switchable Graphics is enabled.  If that is the
> case, be aware that there's an ongoing discussion to always expose
> the HDA controller because the behavior of some BIOSes to only
> expose the HDA when a display is attached causes massive problems
> with Linux' HDA driver:
> https://bugs.freedesktop.org/show_bug.cgi?id=75985
> 
> If we decide to always expose the HDA controller on Nvidia cards,
> you may need to also match for the Nvidia vendor ID here.

This is probably the example of reason why current solution based on
vendor id is fragile and could be broken in future... if such changes to
unhide devices are going to be implemented.

-- 
Pali Rohár
pali.rohar@gmail.com

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



  reply	other threads:[~2018-03-10 10:40 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-08  9:10 [PATCH v2 1/3] dell-led: Change dell-led.h to dell-common.h Kai-Heng Feng
2018-03-08  9:10 ` [PATCH v2 2/3] platform/x86: dell-*: Add interface for switchable graphics status query Kai-Heng Feng
2018-03-08 16:38   ` Pali Rohár
2018-03-08 16:38     ` Pali Rohár
2018-03-09  8:14     ` Kai Heng Feng
2018-03-08  9:10 ` [PATCH v2 3/3] ALSA: hda: Disabled unused audio controller for Dell platforms with Switchable Graphics Kai-Heng Feng
2018-03-08  9:38   ` [alsa-devel] " Lukas Wunner
2018-03-08 10:38     ` Kai Heng Feng
2018-03-08 10:38       ` Kai Heng Feng
2018-03-08 11:30       ` [alsa-devel] " Lukas Wunner
2018-03-08 11:30         ` Lukas Wunner
2018-03-09  8:22         ` [alsa-devel] " Kai Heng Feng
2018-03-09  9:02   ` Pali Rohár
2018-03-09  9:02     ` Pali Rohár
2018-03-09  9:30     ` Kai Heng Feng
2018-03-09  9:34       ` Mario.Limonciello
2018-03-09  9:34         ` Mario.Limonciello
2018-03-09  9:46         ` Pali Rohár
2018-03-09  9:46           ` Pali Rohár
2018-03-09  9:59           ` Mario.Limonciello
2018-03-09  9:59             ` Mario.Limonciello
2018-03-10 10:38             ` Pali Rohár
2018-03-10 10:38               ` Pali Rohár
2018-03-11 14:03               ` Mario.Limonciello
2018-03-11 14:03                 ` Mario.Limonciello
2018-03-11 14:30                 ` Pali Rohár
2018-03-11 14:30                   ` Pali Rohár
2018-03-12  1:30                   ` Mario.Limonciello
2018-03-12  1:30                     ` Mario.Limonciello
2018-03-13  7:56                     ` Kai Heng Feng
2018-03-13  7:56                       ` Kai Heng Feng
2018-03-13  8:13                       ` Mario.Limonciello
2018-03-13  8:13                         ` Mario.Limonciello
2018-03-10  6:50       ` Lukas Wunner
2018-03-10  6:50         ` Lukas Wunner
2018-03-10 10:40         ` Pali Rohár [this message]
2018-03-10 10:40           ` Pali Rohár
2018-03-11 14:06         ` Mario.Limonciello
2018-03-11 14:06           ` Mario.Limonciello
2018-03-13  8:24         ` Kai Heng Feng
2018-04-07 16:44 ` [PATCH v2 1/3] dell-led: Change dell-led.h to dell-common.h Darren Hart
2018-04-07 16:44   ` Darren Hart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180310104033.ndmlwt4evbs6xg5u@pali \
    --to=pali.rohar@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=andy@infradead.org \
    --cc=dvhart@infradead.org \
    --cc=kai.heng.feng@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lukas@wunner.de \
    --cc=mario.limonciello@dell.com \
    --cc=mjg59@srcf.ucam.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=tiwai@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.