s3fb: implement fb_get_caps
authorAntonino A. Daplas <adaplas@gmail.com>
Tue, 8 May 2007 07:39:39 +0000 (00:39 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:15:32 +0000 (11:15 -0700)
commit56c7554938e5945b770365e326f0c3d031ca231f
treeb26f422832971b67e1e4573cffdbe7f9e7fd9936
parent38a3dc51852d8350b156ea909c5aa8767d71b005
s3fb: implement fb_get_caps

Implement fb_get_caps().  This will allow the driver to tell upper layer that
it can only support 256 8x16 bitmaps when in tileblitting mode
(var->bits_per_pixel == 0);

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>
drivers/video/s3fb.c