mxc display driver framework. More...
mxc display driver framework.
A display device driver could call mxc_dispdrv_register(drv) in its dev_probe() function. Move all dev_probe() things into mxc_dispdrv_driver->init(), init() function should init and feedback setting; Move all dev_remove() things into mxc_dispdrv_driver->deinit(); Move all dev_suspend() things into fb_notifier for SUSPEND, if there is; Move all dev_resume() things into fb_notifier for RESUME, if there is;
ipuv3 fb driver could call mxc_dispdrv_gethandle(name, setting) before a fb need be added, with fbi param passing by setting, after mxc_dispdrv_gethandle() return, FB driver should get the basic setting about fbi info and ipuv3-hw (ipu_id and disp_id).
© Freescale Semiconductor, Inc., 2007.
All rights reserved. Freescale Confidential Proprietary NDA Required |
![]() |