diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-10-02 15:25:41 -0300 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-10-02 15:25:41 -0300 |
commit | 82e17c442c3969938435a8b46d2679995af64425 (patch) | |
tree | 3a47b0d8e85501ee80aad581e1ae6c7255bb71bd /src/smi_501.h | |
parent | b32769305275519f7f4d1e0871a71514636ca026 (diff) |
Add support for the extra divider in the alternate pixel clock setting.
Also remove extra includes that were not used.
Diffstat (limited to 'src/smi_501.h')
-rw-r--r-- | src/smi_501.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/smi_501.h b/src/smi_501.h index d2531e0..aba3dc3 100644 --- a/src/smi_501.h +++ b/src/smi_501.h @@ -111,11 +111,15 @@ authorization from the XFree86 Project and Silicon Motion. * 00101 / 32 01101 / 96 10101 / 160 * 00110 / 64 01110 / 192 10110 / 320 * 00111 / 128 01111 / 384 10111 / 640 - * 29:30 P2XCLK SELECT (Panel clock) + * 29:29 P2XCLK SELECT (Panel clock) * 00: 288 MHz * 01: 336 MHz/288 MHz/240 MHz/192 MHz * (see bits 5:4 in the Miscellaneous Timing register * at offset 0x68 on page 2-42). + * 30:30 PLL SELECT + * 0: Use standard p2_xxx clock + * 1: Use PLL_CONTROL (MMIO 0x074) for clock setting. + * Available only for the panel. * 31:31 Disable 2X P2XCLK. * 0: Normal. * 1: 1X clock for P2CLK. |