Searched refs:init_bios (Results 1 – 4 of 4) sorted by relevance
401 .init_bios = gm107_gr_init_bios,
190 .init_bios = gm107_gr_init_bios,
158 void (*init_bios)(struct gf100_gr *); member
2279 if (gr->func->init_bios) in gf100_gr_init()2280 gr->func->init_bios(gr); in gf100_gr_init()