Lines Matching refs:modedb
818 const struct fb_videomode *modedb)
821 var->xres = var->xres_virtual = modedb->xres;
822 var->yres = modedb->yres;
826 var->pixclock = modedb->pixclock;
827 var->left_margin = modedb->left_margin;
828 var->right_margin = modedb->right_margin;
829 var->upper_margin = modedb->upper_margin;
830 var->lower_margin = modedb->lower_margin;
831 var->hsync_len = modedb->hsync_len;
832 var->vsync_len = modedb->vsync_len;
833 var->sync = modedb->sync;
834 var->vmode = modedb->vmode;
1781 struct fb_videomode modedb;
1787 specs->modedb, specs->modedb_len,
1789 } else if (specs->modedb != NULL) {
1791 modedb = specs->modedb[0];
1797 if (specs->modedb[i].flag & FB_MODE_IS_FIRST) {
1798 modedb = specs->modedb[i];
1804 riva_update_var(var, &modedb);
1833 fb_videomode_to_modelist(info->monspecs.modedb, info->monspecs.modedb_len,
2028 fb_destroy_modedb(info->monspecs.modedb);
2029 info->monspecs.modedb = NULL;