linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Accessing FB struct
@ 2011-01-07 12:16 vijay singh
  0 siblings, 0 replies; only message in thread
From: vijay singh @ 2011-01-07 12:16 UTC (permalink / raw)
  To: linux-fbdev

Hello,
Is their any api available under Xlib which can give me information of
frame buffer struct (mentioned below).

struct fb_buffer_info {
        u8      bpp ;
        u8      num_buffers ;
        enum    color_mode mode ;
        u32     height ;
        u32     width ;
        u32     stride ;
        struct
        fbbuffer_addr   buffer_address[NUM_FB_BUFFERS];
};

or what is way to get data available under above struct.

Cheers--
Vij


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-07 12:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07 12:16 Accessing FB struct vijay singh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).