Searched refs:fbtyp (Results 1 – 1 of 1) sorted by relevance
1828 struct fbtype fbtyp; in atyfb_ioctl() local1834 fbtyp.fb_type = FBTYPE_PCI_GENERIC; in atyfb_ioctl()1835 fbtyp.fb_width = par->crtc.vxres; in atyfb_ioctl()1836 fbtyp.fb_height = par->crtc.vyres; in atyfb_ioctl()1837 fbtyp.fb_depth = info->var.bits_per_pixel; in atyfb_ioctl()1838 fbtyp.fb_cmsize = info->cmap.len; in atyfb_ioctl()1839 fbtyp.fb_size = info->fix.smem_len; in atyfb_ioctl()1840 if (copy_to_user((struct fbtype __user *) arg, &fbtyp, in atyfb_ioctl()1841 sizeof(fbtyp))) in atyfb_ioctl()