Home
last modified time | relevance | path

Searched refs:fb_depth (Results 1 – 4 of 4) sorted by relevance

/drivers/video/
Dsbuslib.c102 int type, int fb_depth, unsigned long fb_size) in sbusfb_ioctl_helper() argument
111 __put_user(fb_depth, &f->fb_depth) || in sbusfb_ioctl_helper()
Dsbuslib.h23 int type, int fb_depth, unsigned long fb_size);
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c414 unsigned fb_bpp, fb_depth, fb_offset, fb_pitch, fb_size; in vmw_fb_init() local
418 fb_depth = 24; in vmw_fb_init()
441 par->depth = fb_depth; in vmw_fb_init()
/drivers/video/aty/
Datyfb_base.c1832 fbtyp.fb_depth = info->var.bits_per_pixel; in atyfb_ioctl()