Re: [Linux-fbdev-devel] Re: radeon, apertures & memory mapping
From: Soeren Sandmann <hidden>
Date: 2005-03-14 16:30:04
From: Soeren Sandmann <hidden>
Date: 2005-03-14 16:30:04
Benjamin Herrenschmidt [off-list ref] writes:
In an ideal world ... However, since we are planning to move the memory manager to the kernel, that would mean a kernel access (syscall, ioctl, whatever...) twice per access to AGP memory. Not realistic.
Could the user space driver batch many such accesses together and use a lock_many()/unlock_many() API? Søren