[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20181222075131.hv75vvoffzzzakqi@wunner.de>
Date: Sat, 22 Dec 2018 08:51:31 +0100
From: Lukas Wunner <lukas@...ner.de>
To: Sinan Kaya <okaya@...nel.org>
Cc: linux-pci@...r.kernel.org,
Maxime Ripard <maxime.ripard@...tlin.com>,
David Airlie <airlied@...ux.ie>, linux-kernel@...r.kernel.org,
dri-devel@...ts.freedesktop.org, linux-acpi@...r.kernel.org,
Sean Paul <sean@...rly.run>
Subject: Re: [PATCH v1 03/11] vga-switcheroo: make PCI dependency explicit
On Sat, Dec 22, 2018 at 12:14:44AM +0000, Sinan Kaya wrote:
> This driver depends on the PCI infrastructure but the dependency has not
> been explicitly called out.
>
> Signed-off-by: Sinan Kaya <okaya@...nel.org>
Reviewed-by: Lukas Wunner <lukas@...ner.de>
> ---
> drivers/gpu/vga/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/vga/Kconfig b/drivers/gpu/vga/Kconfig
> index b677e5d524e6..d5f1d8e1c6f8 100644
> --- a/drivers/gpu/vga/Kconfig
> +++ b/drivers/gpu/vga/Kconfig
> @@ -21,6 +21,7 @@ config VGA_SWITCHEROO
> bool "Laptop Hybrid Graphics - GPU switching support"
> depends on X86
> depends on ACPI
> + depends on PCI
> select VGA_ARB
> help
> Many laptops released in 2008/9/10 have two GPUs with a multiplexer
> --
> 2.19.0
Powered by blists - more mailing lists