hi
i am trying to enable second framebuffer in DirectFB using the driver provided ioctl call.. but it is returning th error -ENOMEM saying not able to allocate memory for it...
i found out from the driver source code that memory is allocated using __consistent_alloc with GFP_KERNEL flag asking for PAGE_ALIGN(xres*yres*3 + PAGE_SIZE) memory size (approx 240KB)
 
can any of u tell me the reason behind this error and suggest ways for
enabling double framebuffers
 
regards
joseph
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to