Lines Matching refs:modedb
823 const struct fb_videomode *modedb)
826 var->xres = var->xres_virtual = modedb->xres;
827 var->yres = modedb->yres;
831 var->pixclock = modedb->pixclock;
832 var->left_margin = modedb->left_margin;
833 var->right_margin = modedb->right_margin;
834 var->upper_margin = modedb->upper_margin;
835 var->lower_margin = modedb->lower_margin;
836 var->hsync_len = modedb->hsync_len;
837 var->vsync_len = modedb->vsync_len;
838 var->sync = modedb->sync;
839 var->vmode = modedb->vmode;
1788 struct fb_videomode modedb;
1794 specs->modedb, specs->modedb_len,
1796 } else if (specs->modedb != NULL) {
1798 modedb = specs->modedb[0];
1804 if (specs->modedb[i].flag & FB_MODE_IS_FIRST) {
1805 modedb = specs->modedb[i];
1811 riva_update_var(var, &modedb);
1840 fb_videomode_to_modelist(info->monspecs.modedb, info->monspecs.modedb_len,
2031 fb_destroy_modedb(info->monspecs.modedb);
2032 info->monspecs.modedb = NULL;