Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/aty/
Datyfb_base.c1539 struct fbtype fbtyp; in atyfb_ioctl() local
1551 fbtyp.fb_type = FBTYPE_PCI_GENERIC; in atyfb_ioctl()
1552 fbtyp.fb_width = info->current_par.crtc.vxres; in atyfb_ioctl()
1553 fbtyp.fb_height = info->current_par.crtc.vyres; in atyfb_ioctl()
1554 fbtyp.fb_depth = info->current_par.crtc.bpp; in atyfb_ioctl()
1555 fbtyp.fb_cmsize = disp->cmap.len; in atyfb_ioctl()
1556 fbtyp.fb_size = info->total_vram; in atyfb_ioctl()
1557 if (copy_to_user((struct fbtype *)arg, &fbtyp, sizeof(fbtyp))) in atyfb_ioctl()