xf86-video-siliconmotion: Changes to 'master'

Paulo Cesar Pereira de Andrade pcpa at kemper.freedesktop.org
Fri Dec 12 10:27:48 PST 2008


 man/siliconmotion.man |   24 ++++++----
 src/smi.h             |    1 
 src/smi_501.c         |  112 +++++++++++++++++++++++++++++++-------------------
 src/smi_501.h         |    2 
 src/smi_driver.c      |   42 +++++++++++-------
 5 files changed, 113 insertions(+), 68 deletions(-)

New commits:
commit 191cbd3f8419cc5b428f262607d7a8594e574f67
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Fri Dec 12 15:50:53 2008 -0200

    Unless there is a xorg.conf option, don't modify mclck neither mxclck.
    
      The option set_mclck was renamed to just MCLK, and a new MXCLCK option
    was added for smi501/502 chips.
      Note that previously, on MSOC chips, the set_mclck option actually
    changed mxclck, what is now done by the MXCLK option.
      The manpage was also update to reflect the options usage.
      A new SMI501_FindMemClock() function was added, as a possible
    placeholder for choosing alternate clocks when programming MMIO 0x68.
    But it should be noted that the smi 501 databook says:
    Miscellaneous Timing
    	Read/Write MMIO_base + 0x000068
    	Power-on Default 0x00000000
    	[...]
    	5:4 Divider Output Frequency Selection for Second PLL.
    		00: 336 MHz.
    		01: 288 MHz.
    		10: 240 MHz.
    		11: 192 MHz.
    while the 502 databook says:
    	Miscellaneous Timing
    	Read/Write MMIO_base + 0x000068
    	Power-on Default 0b0000.00xx.0000.1001.0000.1001.0000.0000
    	[...]
    	5:4 Reserved These bits are reserved.
    but still tells to refer to those bits.



More information about the xorg-commit mailing list