ALSA: hda - Limit 40bit DMA for AMD HDMI controllers
commit6895333a1d046c32a28a79ad0ec6b7ea81f93097
authorTakashi Iwai <tiwai@suse.de>
Wed, 1 Oct 2014 08:30:53 +0000 (1 10:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Dec 2014 23:57:27 +0000 (6 15:57 -0800)
tree7f6523f63fc7c44cc395a18652e325645d5c38dc
parentd90b70c15c225eb29d6d0a00b440d688ba4d69ed
ALSA: hda - Limit 40bit DMA for AMD HDMI controllers

commit 413cbf469a19e7662ba5025695bf5a573927105a upstream.

AMD/ATI HDMI controller chip models, we already have a filter to lower
to 32bit DMA, but the rest are supposed to be working with 64bit
although the hardware doesn't really work with 63bit but only with 40
or 48bit DMA.  In this patch, we take 40bit DMA for safety for the
AMD/ATI controllers as the graphics drivers does.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/hda_intel.c