# Makefile for the Linux sound card driver # obj-$(CONFIG_SOUND) += soundcore.o obj-$(CONFIG_SOUND_PRIME) += oss/ obj-$(CONFIG_DMASOUND) += oss/ obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \ firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ obj-$(CONFIG_SND_AOA) += aoa/ # This one must be compilable even if sound is configured out obj-$(CONFIG_AC97_BUS) += ac97_bus.o ifeq ($(CONFIG_SND),y) obj-y += last.o endif soundcore-objs := sound_core.o ext.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/tools/perf/pmu-events/arch/x86/nehalemep
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-12-06 10:38:29 -0500
committerAlex Deucher <alexander.deucher@amd.com>2016-12-07 11:17:21 -0500
commitfaefba95c9e8ca3a523831c2ec2150f5ea054dae (patch)
tree9a22a1a9071737b04cf3b30e32826c4f8203a5d7 /tools/perf/pmu-events/arch/x86/nehalemep
parentab7cd8d83e5dba13027de66f1b008b08b30b71a4 (diff)
drm/amdgpu: just suspend the hw on pci shutdown
We can't just reuse pci_remove as there may be userspace still doing things. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98638 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97980 Reviewed-by: Christian König <christian.koenig@amd.com> Reported-and-tested-by: Mike Lothian <mike@fireburn.co.uk> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/pmu-events/arch/x86/nehalemep')