Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dnv50.c125 state->proto_evo = (ctrl & 0x00000f00) >> 8; in nv50_pior_state()
127 switch (state->proto_evo) { in nv50_pior_state()
237 state->proto_evo = (ctrl & 0x00000f00) >> 8; in nv50_sor_state()
238 switch (state->proto_evo) { in nv50_sor_state()
336 state->proto_evo = (ctrl & 0x00000f00) >> 8; in nv50_dac_state()
337 switch (state->proto_evo) { in nv50_dac_state()
1060 data = nvbios_ocfg_match(bios, data, ior->asy.proto_evo, flags, in nv50_disp_super_ied_on()
1064 ior->asy.proto_evo, flags); in nv50_disp_super_ied_on()
1072 id, ior->asy.proto_evo, flags, khz); in nv50_disp_super_ied_on()
H A Dg94.c274 state->proto_evo = (ctrl & 0x00000f00) >> 8; in g94_sor_state()
275 switch (state->proto_evo) { in g94_sor_state()
H A Dgf119.c310 state->proto_evo = (ctrl & 0x00000f00) >> 8; in gf119_sor_state()
311 switch (state->proto_evo) { in gf119_sor_state()
366 state->proto_evo = (ctrl & 0x00000f00) >> 8; in gf119_dac_state()
367 switch (state->proto_evo) { in gf119_dac_state()
H A Dior.h25 unsigned proto_evo:4; member
H A Duoutp.c434 args->v0.proto = ior->arm.proto_evo; in nvkm_uoutp_mthd_inherit()