summaryrefslogtreecommitdiff
path: root/fs/fat/file.c
diff options
context:
space:
mode:
authorDaniel Haid <d.haid@gogi.tv>2011-06-08 20:04:45 +1000
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-23 15:24:06 -0700
commit7afcf47248740d54603b08c4caa54a1233f8b33d (patch)
tree48c08f76a02d71eea40385ca2c8d15d25a14803f /fs/fat/file.c
parent6f478b78cd877e867a2f243cad75858c275d987d (diff)
drm/radeon/kms: fix for radeon on systems >4GB without hardware iommu
commit 62fff811d73095bd95579d72f558f03c78f7914a upstream. On my x86_64 system with >4GB of ram and swiotlb instead of a hardware iommu (because I have a VIA chipset), the call to pci_set_dma_mask (see below) with 40bits returns an error. But it seems that the radeon driver is designed to have need_dma32 = true exactly if pci_set_dma_mask is called with 32 bits and false if it is called with 40 bits. I have read somewhere that the default are 32 bits. So if the call fails I suppose that need_dma32 should be set to true. And indeed the patch fixes the problem I have had before and which I had described here: http://choon.net/forum/read.php?21,106131,115940 Acked-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/fat/file.c')
0 files changed, 0 insertions, 0 deletions