pxafb.txt

来自「Linux Kernel 2.6.9 for OMAP1710」· 文本 代码 · 共 55 行

TXT
55
字号
Driver for PXA25x LCD controller================================The driver supports the following options, either viaoptions=<OPTIONS> when modular or video=pxafb:<OPTIONS> when built in.For example:	modprobe pxafb options=mode:640x480-8,passiveor on the kernel command line	video=pxafb:mode:640x480-8,passivemode: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 picosecondsleft:LEFT == LCCR1_BLW + 1right:RIGHT == LCCR1_ELW + 1hsynclen:HSYNC == LCCR1_HSW + 1upper:UPPER == LCCR2_BFWlower:LOWER == LCCR2_EFRvsynclen:VSYNC == LCCR2_VSW + 1	Display margins and sync timescolor | mono => LCCR0_CMS	umm...active | passive => LCCR0_PAS	Active (TFT) or Passive (STN) displaysingle | dual => LCCR0_SDS	Single or dual panel passive display4pix | 8pix => LCCR0_DPD	4 or 8 pixel monochrome single panel datahsync:HSYNCvsync:VSYNC	Horizontal and vertical sync. 0 => active low, 1 => active	high.dpc:DPC	Double pixel clock. 1=>true, 0=>falseoutputen:POLARITY	Output Enable Polarity. 0 => active low, 1 => active highpixclockpol:POLARITY	pixel clock polarity	0 => falling edge, 1 => rising edge

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?