search for: drm_nouveau_acpi

Displaying 2 results from an estimated 2 matches for "drm_nouveau_acpi".

2012 Apr 15
1
[PATCH resend] drm/nouveau: fix acpi related kbuild warnings
...ere ACPI_WMI (which depends on X86_PLATFORM_DEVICES) is enabled but X86_PLATFORM_DEVICES is not. Additionally, Nouveau on IA64 would enable these X86-related drivers when ACPI is enabled (doesn't matter but is wrong) and build nouveau_acpi.c which depends on them. To fix this, introduce hidden DRM_NOUVEAU_ACPI variable which selects all acpi/x86 related configs and select it when both X86 and ACPI are enabled. Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> --- drivers/gpu/drm/nouveau/Kconfig | 9 +++++++-- drivers/gpu/drm/nouveau/Makefile | 2 +- drivers/gpu/drm/nouv...
2011 Nov 02
1
[PATCH] drm/nouveau: fix acpi related kbuild warnings
...ere ACPI_WMI (which depends on X86_PLATFORM_DEVICES) is enabled but X86_PLATFORM_DEVICES is not. Additionally, Nouveau on IA64 would enable these X86-related drivers when ACPI is enabled (doesn't matter but is wrong) and build nouveau_acpi.c which depends on them. To fix this, introduce hidden DRM_NOUVEAU_ACPI variable which selects all acpi/x86 related configs and select it when both X86 and ACPI are enabled. Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> --- drivers/gpu/drm/nouveau/Kconfig | 9 +++++++-- drivers/gpu/drm/nouveau/Makefile | 2 +- drivers/gpu/drm/nouv...