Searched refs:fbtyp (Results 1 – 1 of 1) sorted by relevance
1833 struct fbtype fbtyp; in atyfb_ioctl() local1839 fbtyp.fb_type = FBTYPE_PCI_GENERIC; in atyfb_ioctl()1840 fbtyp.fb_width = par->crtc.vxres; in atyfb_ioctl()1841 fbtyp.fb_height = par->crtc.vyres; in atyfb_ioctl()1842 fbtyp.fb_depth = info->var.bits_per_pixel; in atyfb_ioctl()1843 fbtyp.fb_cmsize = info->cmap.len; in atyfb_ioctl()1844 fbtyp.fb_size = info->fix.smem_len; in atyfb_ioctl()1845 if (copy_to_user((struct fbtype __user *) arg, &fbtyp, in atyfb_ioctl()1846 sizeof(fbtyp))) in atyfb_ioctl()