On Wed, Oct 28, 2009 at 4:44 PM, Myles Watson mylesgw@gmail.com wrote:
fbbits = ((log2(uma_memory_size >> 20) - 2) << 4);
Why not use CONFIG_VIDEO_MB here? If it is going to be fixed at compile time, it seems like you can get rid of uma_memory_size.
Either way:
Acked-by: Myles Watson mylesgw@gmail.com
Thanks, Myles