linux/drivers/staging/xgifb
Aaro Koskinen 509031dd5f staging: xgifb: fix colours on big-endian machines other than powerpc
XGI framebuffer supports big-endian machines, but it's currently
enabled based on __powerpc__ define (which is wrong, as powerpc can
be also little-endian now). Use __BIG_ENDIAN instead. This will fix
wrong colours on such machines.

Tested on parisc with XGI Z7.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-02-07 17:24:11 +08:00
..
Kconfig
Makefile
TODO
XGI_main.h
XGI_main_26.c staging: xgifb: fix colours on big-endian machines other than powerpc 2015-02-07 17:24:11 +08:00
XGIfb.h
vb_def.h staging: xgifb: Removed a definition which was not used in driver 2014-11-03 16:10:38 -08:00
vb_init.c
vb_init.h
vb_setmode.c staging: remove unneeded parentheses around the right hand side of an assignment 2014-10-27 10:33:06 +08:00
vb_setmode.h
vb_struct.h
vb_table.h
vb_util.c
vb_util.h
vgatypes.h