RE: Global Video Buffers Pool - PMM and UPBuffer reference drivers [RFC]

2009-10-14 Thread Marek Szyprowski
Hello, On Monday, October 12, 2009 6:00 PM Russell King wrote: Below are some brief comments from having looked through the code. I don't intend to suggest that they're anywhere near complete though, but are observations I've spotted today. Thank you for your review! On Thu, Oct 01, 2009

Re: Global Video Buffers Pool - PMM and UPBuffer reference drivers [RFC]

2009-10-14 Thread MichaƂ Nazarewicz
Hello, [Code modified a bit to shorten it; removed some error reporting; irrelevant parts of the code removed.] diff --git a/drivers/s3cmm/pmm-init.c b/drivers/s3cmm/pmm-init.c new file mode 100644 index 000..f1e31a5 --- /dev/null +++ b/drivers/s3cmm/pmm-init.c @@ -0,0 +1,75 @@ +static

RE: Global Video Buffers Pool - PMM and UPBuffer reference drivers [RFC]

2009-10-06 Thread Marek Szyprowski
Hello, On Friday, October 02, 2009 6:04 PM David F. Carlson wrote: I am not a fan of the large and static driver based bootmem allocations in the samsung-ap-2.6 git. This work at least addresses that issue. Thanks. Below are some comments. Perhaps I am not getting it. According to