当前位置: 技术问答>linux和unix
关于framebuffer driver的求助
来源: 互联网 发布时间:2016-10-14
本文导语: 下面帮助文档中的: LCCR1_PPL LCCR1_BLW 是什么意思? Driver for PXA25x LCD controller ================================ The driver supports the following options, either via options= when modular or video=pxafb: when built in. For example: modprobe pxafb...
下面帮助文档中的:
LCCR1_PPL LCCR1_BLW 是什么意思?
Driver for PXA25x LCD controller
================================
The driver supports the following options, either via
options= when modular or video=pxafb: when built in.
For example:
modprobe pxafb options=vmem:2M,mode:640x480-8,passive
or on the kernel command line
video=pxafb:vmem:2M,mode:640x480-8,passive
vmem: VIDEO_MEM_SIZE
Amount of video memory to allocate (can be suffixed with K or M
for kilobytes or megabytes)
mode:XRESxYRES[-BPP]
XRES == LCCR1_PPL + 1
YRES == LLCR2_LPP + 1
The resolution of the display in pixels
BPP == The bit depth. Valid values are 1, 2, 4, 8 and 16.
pixclock:PIXCLOCK
Pixel clock in picoseconds
left:LEFT == LCCR1_BLW + 1
right:RIGHT == LCCR1_ELW + 1
hsynclen:HSYNC == LCCR1_HSW + 1
upper:UPPER == LCCR2_BFW
lower:LOWER == LCCR2_EFR
vsynclen:VSYNC == LCCR2_VSW + 1
Display margins and sync times
LCCR1_PPL LCCR1_BLW 是什么意思?
Driver for PXA25x LCD controller
================================
The driver supports the following options, either via
options= when modular or video=pxafb: when built in.
For example:
modprobe pxafb options=vmem:2M,mode:640x480-8,passive
or on the kernel command line
video=pxafb:vmem:2M,mode:640x480-8,passive
vmem: VIDEO_MEM_SIZE
Amount of video memory to allocate (can be suffixed with K or M
for kilobytes or megabytes)
mode:XRESxYRES[-BPP]
XRES == LCCR1_PPL + 1
YRES == LLCR2_LPP + 1
The resolution of the display in pixels
BPP == The bit depth. Valid values are 1, 2, 4, 8 and 16.
pixclock:PIXCLOCK
Pixel clock in picoseconds
left:LEFT == LCCR1_BLW + 1
right:RIGHT == LCCR1_ELW + 1
hsynclen:HSYNC == LCCR1_HSW + 1
upper:UPPER == LCCR2_BFW
lower:LOWER == LCCR2_EFR
vsynclen:VSYNC == LCCR2_VSW + 1
Display margins and sync times
|
LCCR1_PPL 和LLCR2_LPP 定义了点的XY轴位深度,也就是说用1,2,4,8,16这些多少个位表示一个点的值。
LCCR1_BLW 和LCCR1_ELW 定义了水平的一个范畴,用于时钟同步。
LCCR1_BLW 和LCCR1_ELW 定义了水平的一个范畴,用于时钟同步。
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。