linux/drivers/staging/xgifb
Peter Huewe 5a3a3f64ca staging/xgifb: fix dumpVGAReg compile error if DEBUG is set
If DEBUG is set dumpVGAReg is called and tries to access
XGISR which is defined as (xgifb_info->dev_info.P3c4)
which is not known within this function.

-> add as parameter to dumpVGAReg so xgifb_info becomes known

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-07-31 16:14:53 -07:00
..
Kconfig
Makefile staging/xgifb: Move register helper functions to header 2015-07-14 19:55:31 -07:00
TODO
vb_def.h
vb_init.c
vb_init.h
vb_setmode.c
vb_setmode.h
vb_struct.h
vb_table.h
vb_util.h staging/xgifb: Move register helper functions to header 2015-07-14 19:55:31 -07:00
vgatypes.h
XGI_main_26.c staging/xgifb: fix dumpVGAReg compile error if DEBUG is set 2015-07-31 16:14:53 -07:00
XGI_main.h
XGIfb.h