Home
last modified time | relevance | path

Searched refs:proto_evo (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_dacgf119.c44 state->proto_evo = (ctrl & 0x00000f00) >> 8; in gf119_dac_state()
45 switch (state->proto_evo) { in gf119_dac_state()
H A Dnouveau_nvkm_engine_disp_sornv50.c78 state->proto_evo = (ctrl & 0x00000f00) >> 8; in nv50_sor_state()
79 switch (state->proto_evo) { in nv50_sor_state()
H A Dnouveau_nvkm_engine_disp_dacnv50.c95 state->proto_evo = (ctrl & 0x00000f00) >> 8; in nv50_dac_state()
96 switch (state->proto_evo) { in nv50_dac_state()
H A Dnouveau_nvkm_engine_disp_piornv50.c109 state->proto_evo = (ctrl & 0x00000f00) >> 8; in nv50_pior_state()
111 switch (state->proto_evo) { in nv50_pior_state()
H A Dnouveau_nvkm_engine_disp_sorgv100.c69 state->proto_evo = (ctrl & 0x00000f00) >> 8; in gv100_sor_state()
70 switch (state->proto_evo) { in gv100_sor_state()
H A Dnouveau_nvkm_engine_disp_sorgf119.c147 state->proto_evo = (ctrl & 0x00000f00) >> 8; in gf119_sor_state()
148 switch (state->proto_evo) { in gf119_sor_state()
H A Dnouveau_nvkm_engine_disp_sorg94.c248 state->proto_evo = (ctrl & 0x00000f00) >> 8; in g94_sor_state()
249 switch (state->proto_evo) { in g94_sor_state()
H A Dnouveau_nvkm_engine_disp_nv50.c233 data = nvbios_ocfg_match(bios, data, ior->asy.proto_evo, flags, in nv50_disp_super_ied_on()
237 ior->asy.proto_evo, flags); in nv50_disp_super_ied_on()
245 id, ior->asy.proto_evo, flags, khz); in nv50_disp_super_ied_on()
H A Dior.h26 unsigned proto_evo:4; member