Searched refs:vmode_attrs (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/video/fbdev/
H A Dplatinumfb.c144 info->fix.line_length = vmode_attrs[pinfo->vmode-1].hres * (1<<pinfo->cmode)
221 int baseval = vmode_attrs[video_mode-1].hres * (1<<color_mode);
228 return vmode_attrs[video_mode-1].vres * baseval + 0x1000;
472 pinfo->xres = vmode_attrs[vmode-1].hres;
473 pinfo->yres = vmode_attrs[vmode-1].vres;
H A Dplatinumfb.h346 struct vmode_attr vmode_attrs[VMODE_MAX] = { variable in typeref:struct:vmode_attr

Completed in 118 milliseconds