aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/svgalib.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/svgalib.c')
-rw-r--r--drivers/video/svgalib.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/svgalib.c b/drivers/video/svgalib.c
index 7fddc4a9b99b..079cdc911e48 100644
--- a/drivers/video/svgalib.c
+++ b/drivers/video/svgalib.c
@@ -342,6 +342,11 @@ void svga_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor)
342 vga_wcrt(NULL, 0x0A, cs); /* set cursor start and enable it */ 342 vga_wcrt(NULL, 0x0A, cs); /* set cursor start and enable it */
343} 343}
344 344
345int svga_get_tilemax(struct fb_info *info)
346{
347 return 256;
348}
349
345 350
346/* ------------------------------------------------------------------------- */ 351/* ------------------------------------------------------------------------- */
347 352
@@ -623,6 +628,7 @@ EXPORT_SYMBOL(svga_tilecopy);
623EXPORT_SYMBOL(svga_tilefill); 628EXPORT_SYMBOL(svga_tilefill);
624EXPORT_SYMBOL(svga_tileblit); 629EXPORT_SYMBOL(svga_tileblit);
625EXPORT_SYMBOL(svga_tilecursor); 630EXPORT_SYMBOL(svga_tilecursor);
631EXPORT_SYMBOL(svga_get_tilemax);
626 632
627EXPORT_SYMBOL(svga_compute_pll); 633EXPORT_SYMBOL(svga_compute_pll);
628EXPORT_SYMBOL(svga_check_timings); 634EXPORT_SYMBOL(svga_check_timings);