Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c203 nouveau_hw_save_vga_fonts(dev, 0); in nv04_display_destroy()
250 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.c310 nouveau_hw_save_vga_fonts(struct drm_device *dev, bool save) in nouveau_hw_save_vga_fonts() function