我的rfs里面只有ti81xxfb.ko
/dev下面没有fb0
怎么使用啊?
需要看哪些文档呢?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我的rfs里面只有ti81xxfb.ko
/dev下面没有fb0
怎么使用啊?
需要看哪些文档呢?
在《TI81XX PSP VPSS Video Driver User Guide》中有介绍:
Application need assign the memroy size when loading ti81xxfb.ko if accessing /dev/fb1 and /dev/fb2 nodes
$ insmod ti81xxfb.ko vram=0:XXM,1:YYM,2:ZZM
FBDEV driver supports set of command line argument for size of vram and debug option. These argument are only specified at the time of inserting the driver since FBDev driver only supports dynamic build.
Below is the list of arguments which Fbdev driver supports -
| Argument | Description |
|---|---|
| vram | VRAM allocated memory for a framebuffer, user can individually configure VRAM buffers for each plane/device node |
| debug | Enable Fbdev driver debug messaging |
Following example shows how to specify size of framebuffer:
$ insmod ti81xxfb.ko vram=0:16M,1:16M,2:6M
Following example shows how to enable debug of Fbdev:
$ insmod ti81xxfb.ko debug=1
文档链接:
http://processors.wiki.ti.com/index.php/TI81XX_PSP_VPSS_Video_Driver_User_Guide