History log of /include/linux/svga.h
Revision Date Author Comments
38d2620ea40c2f9a5f17d6488bf004973570279c 12-Jan-2011 David Miller <davem@davemloft.net> 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>
55db092388455457791cf00216b6b3965a8071f8 12-Jan-2011 David Miller <davem@davemloft.net> 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>
9c96394bb90f855d265116f37897294fa1bdb072 12-Jan-2011 David Miller <davem@davemloft.net> 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>
1d28fcadb0e277844ebffb528cdfd25d44591035 12-Jan-2011 David Miller <davem@davemloft.net> 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>
ea770789dce2d27afab39c3891a475624acbd82f 12-Jan-2011 David Miller <davem@davemloft.net> 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>
d907ec04cc498e11e039e0fff8eb58cf01e885da 12-Jan-2011 David Miller <davem@davemloft.net> 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>
a4ade83948e0ffc317b8227d92107271a0acdda5 12-Jan-2011 David Miller <davem@davemloft.net> 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>
f51a14dded14457e45b1f026a6af5ca6a51e4502 12-Jan-2011 David Miller <davem@davemloft.net> 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>
e2fade2c146ec718796049104b45267ddbfdf7a1 12-Jan-2011 David Miller <davem@davemloft.net> 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>
dc6aff3a5d3e4f565cb07cd5f3b6983850971da7 12-Jan-2011 David Miller <davem@davemloft.net> 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>
21da386d0e4c55f6f7482b4637532b942e22b70a 12-Jan-2011 David Miller <davem@davemloft.net> 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>
f6b0cc477de99fe715f1071b13ab822daed9a34f 12-Jan-2011 David Miller <davem@davemloft.net> 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>
1284e49cf186eaa19056e85a76a443d4eca8995d 12-Jan-2011 David Miller <davem@davemloft.net> 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>
735643ee6cc5249bfac07fcad0946a5e7aff4423 30-Apr-2008 Robert P. J. Day <rpjday@crashcourse.ca> 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>
5a87ede94595f58934000e26e8b13398e63868b5 09-May-2007 Antonino A. Daplas <adaplas@gmail.com> 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>
34ed25f50b347c7e1ff78f9308e025ddd57c2f20 08-May-2007 Ondrej Zajicek <santiago@crfreenet.org> 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>
a268422de8bf1b4c0cb97987b6c329c9f6a3da4b 12-Feb-2007 Ondrej Zajicek <santiago@crfreenet.org> [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>