Lines Matching defs:save
286 * vga font save/restore
291 bool save, unsigned plane)
298 if (save) {
309 nouveau_hw_save_vga_fonts(struct drm_device *dev, bool save)
324 if (graphicsmode) /* graphics mode => framebuffer => no need to save */
327 NV_INFO(drm, "%sing VGA fonts\n", save ? "Sav" : "Restor");
333 "cannot save/restore VGA fonts.\n");
341 /* save control regs */
356 nouveau_vga_font_io(dev, iovram, save, plane);
374 * mode state save/load