Source-Changes archive

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

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   takemura
Date:           Sun Jul 22 09:56:41 UTC 2001

Modified Files:
        syssrc/sys/arch/arm/sa11x0: sa11x0_lcd.c
        syssrc/sys/arch/hpcarm/dev: ipaq_lcd.c sed_saip.c
        syssrc/sys/arch/hpcmips/dev: ite8181.c mq200.c plumvideo.c
        syssrc/sys/arch/hpcsh/dev/hd64461: hd64461video.c
        syssrc/sys/dev/hpc: bivideo.c hpcfb.c hpcfbio.h

Log Message:
You must set 'HPCFB_SWAP_*' if bytes are stored in reverse order, i.e.
little endian like order, however, usage of 'HPCFB_SWAP_*' was widely
misunderstood because it reminded you of 'RI_BSWAP' in raster operation.
Please note that 'RI_BSWAP' indicate that frame buffer byte order is different
from natural order of system while 'HPCFB_REVORDER_*' is independent of
system byte order.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arm/sa11x0/sa11x0_lcd.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/hpcarm/dev/ipaq_lcd.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/hpcarm/dev/sed_saip.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/arch/hpcmips/dev/ite8181.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/arch/hpcmips/dev/mq200.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/arch/hpcmips/dev/plumvideo.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/hpcsh/dev/hd64461/hd64461video.c
cvs rdiff -r1.10 -r1.11 syssrc/sys/dev/hpc/bivideo.c \
    syssrc/sys/dev/hpc/hpcfb.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/hpc/hpcfbio.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