Lines Matching defs:save
287 * vga font save/restore
292 bool save, unsigned plane)
299 if (save) {
310 nouveau_hw_save_vga_fonts(struct drm_device *dev, bool save)
326 if (graphicsmode) /* graphics mode => framebuffer => no need to save */
329 NV_INFO(drm, "%sing VGA fonts\n", save ? "Sav" : "Restor");
335 "cannot save/restore VGA fonts.\n");
343 /* save control regs */
358 nouveau_vga_font_io(dev, iovram, save, plane);
376 * mode state save/load