David Miller
38d2620ea4
svga: Make svga_set_timings() take an iomem regbase pointer.
...
Signed-off-by: David S. Miller <davem@davemloft.net >
Signed-off-by: Paul Mundt <lethal@linux-sh.org >
2011-03-22 15:47:22 +09:00
David Miller
55db092388
svga: Make svga_tilecursor() take an iomem regbase pointer.
...
Signed-off-by: David S. Miller <davem@davemloft.net >
Signed-off-by: Paul Mundt <lethal@linux-sh.org >
2011-03-22 15:47:18 +09:00
David Miller
9c96394bb9
svga: Make svga_set_textmode_vga_regs() take an iomem regbase pointer.
...
Signed-off-by: David S. Miller <davem@davemloft.net >
Signed-off-by: Paul Mundt <lethal@linux-sh.org >
2011-03-22 15:47:15 +09:00
David Miller
1d28fcadb0
svga: Make svga_set_default_crt_regs() take an iomem regbase pointer.
...
Signed-off-by: David S. Miller <davem@davemloft.net >
Signed-off-by: Paul Mundt <lethal@linux-sh.org >
2011-03-22 15:47:10 +09:00
David Miller
ea770789dc
svga: Make svga_wcrt_mask() take an iomem regbase pointer.
...
Signed-off-by: David S. Miller <davem@davemloft.net >
Signed-off-by: Paul Mundt <lethal@linux-sh.org >
2011-03-22 15:47:07 +09:00
David Miller
d907ec04cc
svga: Make svga_wseq_mask() take an iomem regbase pointer.
...
Signed-off-by: David S. Miller <davem@davemloft.net >
Signed-off-by: Paul Mundt <lethal@linux-sh.org >
2011-03-22 15:47:03 +09:00
David Miller
a4ade83948
svga: Make svga_set_default_seq_regs take an iomem regbase pointer.
...
Signed-off-by: David S. Miller <davem@davemloft.net >
Signed-off-by: Paul Mundt <lethal@linux-sh.org >
2011-03-22 15:46:59 +09:00
David Miller
f51a14dded
svga: Make svga_set_default_atc_regs take an iomem regbase pointer.
...
Signed-off-by: David S. Miller <davem@davemloft.net >
Signed-off-by: Paul Mundt <lethal@linux-sh.org >
2011-03-22 15:46:56 +09:00
David Miller
e2fade2c14
svga: Make svga_set_default_gfx_regs take an iomem regbase pointer.
...
Signed-off-by: David S. Miller <davem@davemloft.net >
Signed-off-by: Paul Mundt <lethal@linux-sh.org >
2011-03-22 15:46:52 +09:00
David Miller
dc6aff3a5d
svga: Make svga_wseq_multi take an iomem regbase pointer.
...
Signed-off-by: David S. Miller <davem@davemloft.net >
Signed-off-by: Paul Mundt <lethal@linux-sh.org >
2011-03-22 15:46:48 +09:00
David Miller
21da386d0e
svga: Make svga_wcrt_multi take an iomem regbase pointer.
...
Signed-off-by: David S. Miller <davem@davemloft.net >
Signed-off-by: Paul Mundt <lethal@linux-sh.org >
2011-03-22 15:46:44 +09:00
David Miller
f6b0cc477d
svga: Make svga_wattr take an iomem regbase pointer.
...
And use vga_{r,w}().
Signed-off-by: David S. Miller <davem@davemloft.net >
Signed-off-by: Paul Mundt <lethal@linux-sh.org >
2011-03-22 15:46:40 +09:00
David Miller
1284e49cf1
svga: Use proper VGA register name macros in svga_wattr.
...
Instead of magic register location constants.
Signed-off-by: David S. Miller <davem@davemloft.net >
Signed-off-by: Paul Mundt <lethal@linux-sh.org >
2011-03-22 15:46:36 +09:00
Robert P. J. Day
735643ee6c
Remove "#ifdef __KERNEL__" checks from unexported headers
...
Remove the "#ifdef __KERNEL__" tests from unexported header files in
linux/include whose entire contents are wrapped in that preprocessor
test.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca >
Cc: David Woodhouse <dwmw2@infradead.org >
Cc: Sam Ravnborg <sam@ravnborg.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2008-04-30 08:29:54 -07:00
Antonino A. Daplas
5a87ede945
svgalib: move fb_get_caps to svgalib
...
Move fb_get_caps() method to svgalib.c as svga_get_caps() so it can be used by
s3fb, arkfb and vt8623fb.
Signed-off-by: Antonino Daplas <adaplas@gmail.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-05-09 12:30:57 -07:00
Ondrej Zajicek
34ed25f50b
s3fb: updates
...
Move s3fb_get_tilemax to svgalib.c as svga_get_tilemax, because it reports
limitation of other code from svgalib (svga_settile, svga_tilecopy, ...)
Limit font width to 8 pixels in 4 bpp mode.
Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org >
Signed-off-by: Antonino Daplas <adaplas@gmail.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-05-08 11:15:33 -07:00
Ondrej Zajicek
a268422de8
[PATCH] fbdev driver for S3 Trio/Virge
...
Add a driver for S3 Trio / S3 Virge. Driver is tested with most versions
of S3 Trio and with S3 Virge/DX, on i386.
(akpm: We kind-of have support for this hardware already, but...
virgefb.c
- amiga/zorro specific,
- broken (according to Kconfig),
- uses obsolete/nonexistent interface (struct display_switch)
- recent Adrian Bunk's patch removes this driver
S3triofb.c
- ppc/openfirmware specific
- minimal functionality
- broken (according to Kconfig),
- uses obsolete/nonexistent interface (struct display_switch)
)
Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org >
Cc: James Simmons <jsimmons@infradead.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-02-12 09:48:41 -08:00