Am Mittwoch, den 28.11.2012, 15:17 +0200 schrieb Terje BergstrÃm:On 28.11.2012 01:00, Dave Airlie wrote:So this is obviously wrong. Userspace has to allocate a pushbuffer fromWe generally aim for the first, to stop the gpu from reading/writingI wonder if we should aim at root only access on Tegra20, and force
any memory it hasn't been granted access to,
the second is nice to have though, but really requires a GPU with VM
to implement properly.
IOMMU on Tegra30 and fix the remaining issues we have with IOMMU. The
firewall turns out to be more complicated than I wished.
Biggest problem is that we aim at zero-copy for everything possible,
including command streams. Kernel gets a handle to a command stream, but
the command stream is allocated by the user space process. So the user
space can tamper with the stream once it's been written to the host1x 2D
channel.
the kernel just as every other buffer, then map it into it's own address
space to push in commands. At submit time of the pushbuf kernel has to
make sure that userspace is not able to access the memory any more, i.e.
kernel shoots down the vma or pagetable of the vma.