Home
last modified time | relevance | path

Searched refs:nouveau_hw_save_vga_fonts (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c202 nouveau_hw_save_vga_fonts(dev, 0); in nv04_display_destroy()
245 nouveau_hw_save_vga_fonts(dev, 1); in nv04_display_create()
H A Dhw.h47 void nouveau_hw_save_vga_fonts(struct drm_device *, bool save);
H A Dhw.c309 nouveau_hw_save_vga_fonts(struct drm_device *dev, bool save) in nouveau_hw_save_vga_fonts() function