Thread (13 messages) 13 messages, 5 authors, 2012-06-20

Re: [PATCH 2/2] iommu/tegra: gart: Reserve iomem resource

From: Lucas Stach <hidden>
Date: 2012-05-21 17:15:46
Also in: lkml

Am Montag, den 21.05.2012, 10:41 -0600 schrieb Stephen Warren:
On 05/21/2012 08:11 AM, Thierry Reding wrote:
quoted
* Hiroshi DOYU wrote:
quoted
GART Register/Aperture range should be reserved.
...
quoted
quoted
diff --git a/drivers/iommu/tegra-gart.c
b/drivers/iommu/tegra-gart.c
...
quoted
quoted
+	if (!devm_request_mem_region(dev, res_remap->start, +
resource_size(res_remap), dev_name(dev))) { +		dev_err(dev,
"failed to reserve GART aperture\n"); +		return -EBUSY; +	} +
I'm not so sure that this is a good idea. If the GART driver
requests the GART aperture, then users of the GART aperture (e.g.
the DRM driver) will no longer be able to use it.
Presumably the DRM driver would be obtaining access to parts of the
GART aperture through the GART driver, rather than just grabbing the
IO region and using it for itself?
With a TTM-like memory manager the DRM driver will take over the address
space management of the GART aperture. The GART driver is only used to
set up the mappings in the IOMMU. The DRM driver is the one that sets
up/tears down the CPU mappings on demand, so the aperture should be
claimed in the DRM driver.

-- Lucas
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help