On Tue, 2010-07-20 at 17:51 +0200, Michal Nazarewicz wrote: > +** Use cases > + > + Lets analyse some imaginary system that uses the CMA to see how > + the framework can be used and configured. > + > + > + We have a platform with a hardware video decoder and a camera > each > + needing 20 MiB of memory in worst case. Our system is written in > + such a way though that the two devices are never used at the same > + time and memory for them may be shared. In such a system the > + following two command line arguments would be used: > + > + cma=r=20M cma_map=video,camera=r This seems inelegant to me.. It seems like these should be connected with the drivers themselves vs. doing it on the command like for everything. You could have the video driver declare it needs 20megs, and the the camera does the same but both indicate it's shared .. If you have this disconnected from the drivers it will just cause confusion, since few will know what these parameters should be for a given driver set. It needs to be embedded in the kernel. Daniel -- Sent by an consultant of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>