Searched refs:fb_depth (Results 1 – 5 of 5) sorted by relevance
93 fb.fb_depth = attr.fbtype.fb_depth; in gfx_framework_init()95 fb.fb_bpp = attr.fbtype.fb_depth >> 3; in gfx_framework_init()96 if (attr.fbtype.fb_depth == 15) in gfx_framework_init()171 switch (fb.fb_depth) { in gfx_fb_setpixel()629 switch (fb.fb_depth) { in gfx_fb_putimage()
37 int fb_depth; /* bits per pixel */ member
1982 fb.fb_depth, (fb.fb_pitch << 3) / fb.fb_depth); in command_framebuffer()1986 printf("0: %dx%dx%d\n", fb.fb_width, fb.fb_height, fb.fb_depth); in command_framebuffer()
45 int fb_depth; /* bits per pixel */ member
246 bitmap_attr.fbtype.fb_depth = fb_info.depth; in bitmap_setup_fb()