Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/aty/
Datyfb_base.c1824 struct fbtype fbtyp; in atyfb_ioctl() local
1830 fbtyp.fb_type = FBTYPE_PCI_GENERIC; in atyfb_ioctl()
1831 fbtyp.fb_width = par->crtc.vxres; in atyfb_ioctl()
1832 fbtyp.fb_height = par->crtc.vyres; in atyfb_ioctl()
1833 fbtyp.fb_depth = info->var.bits_per_pixel; in atyfb_ioctl()
1834 fbtyp.fb_cmsize = info->cmap.len; in atyfb_ioctl()
1835 fbtyp.fb_size = info->fix.smem_len; in atyfb_ioctl()
1836 if (copy_to_user((struct fbtype __user *) arg, &fbtyp, in atyfb_ioctl()
1837 sizeof(fbtyp))) in atyfb_ioctl()