Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/arm/s3c2xx0



Module Name:    src
Committed By:   bsh
Date:           Sat Feb 14 07:12:50 UTC 2004

Added Files:
        src/sys/arch/arm/s3c2xx0: s3c24x0_lcd.c s3c24x0_lcd.h

Log Message:
Support S3C24X0's on-chip LCD controller.

lcd driver can be configured with or without wsdisplay.
With wsdisplay, it supports text mode using rasops in 8bpp or 16bpp.
Without it, users only can mmap(2) the framebuffer.

XXX: 1-, 2-, 4-, or 24- bpp mode is not supported yet.
XXX: S3C24x0's LCD controller can have virtual screen which is bigger
     than actual LCD panel. Our wsdisplay framework doesn't have
     features to utilize it.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/arch/arm/s3c2xx0/s3c24x0_lcd.c \
    src/sys/arch/arm/s3c2xx0/s3c24x0_lcd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index