Searched refs:fbtyp (Results 1 – 1 of 1) sorted by relevance
1818 struct fbtype fbtyp; in atyfb_ioctl() local1824 fbtyp.fb_type = FBTYPE_PCI_GENERIC; in atyfb_ioctl()1825 fbtyp.fb_width = par->crtc.vxres; in atyfb_ioctl()1826 fbtyp.fb_height = par->crtc.vyres; in atyfb_ioctl()1827 fbtyp.fb_depth = info->var.bits_per_pixel; in atyfb_ioctl()1828 fbtyp.fb_cmsize = info->cmap.len; in atyfb_ioctl()1829 fbtyp.fb_size = info->fix.smem_len; in atyfb_ioctl()1830 if (copy_to_user((struct fbtype __user *) arg, &fbtyp, in atyfb_ioctl()1831 sizeof(fbtyp))) in atyfb_ioctl()