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