Searched refs:fbtyp (Results 1 – 1 of 1) sorted by relevance
1813 struct fbtype fbtyp; in atyfb_ioctl() local1819 fbtyp.fb_type = FBTYPE_PCI_GENERIC; in atyfb_ioctl()1820 fbtyp.fb_width = par->crtc.vxres; in atyfb_ioctl()1821 fbtyp.fb_height = par->crtc.vyres; in atyfb_ioctl()1822 fbtyp.fb_depth = info->var.bits_per_pixel; in atyfb_ioctl()1823 fbtyp.fb_cmsize = info->cmap.len; in atyfb_ioctl()1824 fbtyp.fb_size = info->fix.smem_len; in atyfb_ioctl()1825 if (copy_to_user((struct fbtype __user *) arg, &fbtyp, in atyfb_ioctl()1826 sizeof(fbtyp))) in atyfb_ioctl()