]> Pileus Git - ~andy/linux/commit
drm/radeon/kms: enable the ttm dma pool if swiotlb is on V4
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 17 Oct 2011 21:15:08 +0000 (17:15 -0400)
committerDave Airlie <airlied@redhat.com>
Tue, 6 Dec 2011 10:39:44 +0000 (10:39 +0000)
commitc52494f69538f6fe1a234972f024011b17a48329
treecb532a596f4c06b7b2efc05e887cfa78940348fa
parent2334b75ffbef6b8932f09ec4418b65ddb764ae99
drm/radeon/kms: enable the ttm dma pool if swiotlb is on V4

With the exception that we do not handle the AGP case. We only
deal with PCIe cards such as ATI ES1000 or HD3200 that have been
detected to only do DMA up to 32-bits.

V2 force dma32 if we fail to set bigger dma mask
V3 Rebase on top of no memory account changes (where/when is my
   delorean when i need it ?)
V4 add debugfs entry is swiotlb is active not only if we are
   on dma 32bits only gpu

CC: Dave Airlie <airlied@redhat.com>
CC: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_device.c
drivers/gpu/drm/radeon/radeon_gart.c
drivers/gpu/drm/radeon/radeon_ttm.c