projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56810a9
)
staging: xgifb: do not use pVBInfo->BaseAddr
author
Aaro Koskinen
<aaro.koskinen@iki.fi>
Mon, 21 Jan 2013 00:57:48 +0000
(
02:57
+0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 21 Jan 2013 22:00:10 +0000
(14:00 -0800)
Use pre-calculated register addresses instead of pVBInfo->BaseAddr.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/vb_init.c
patch
|
blob
|
history
diff --git
a/drivers/staging/xgifb/vb_init.c
b/drivers/staging/xgifb/vb_init.c
index
e768ee1
..
3115415
100644
(file)
--- a/
drivers/staging/xgifb/vb_init.c
+++ b/
drivers/staging/xgifb/vb_init.c
@@
-1297,10
+1297,10
@@
unsigned char XGIInitNew(struct pci_dev *pdev)
return 0;
}
- outb(0x67, (pVBInfo->BaseAddr + 0x12)); /* 3c2 <- 67 ,ynlai */
-
XGIRegInit(pVBInfo, xgifb_info->vga_base);
+ outb(0x67, pVBInfo->P3c2);
+
if (HwDeviceExtension->jChipType < XG20)
/* Run XGI_GetVBType before InitTo330Pointer */
XGI_GetVBType(pVBInfo);