Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddfp.c453 struct dcb_output *dcbe = nv_encoder->dcb; in nv04_dfp_commit() local
457 if (dcbe->type == DCB_OUTPUT_TMDS) in nv04_dfp_commit()
458 run_tmds_table(dev, dcbe, head, nv_encoder->mode.clock); in nv04_dfp_commit()
459 else if (dcbe->type == DCB_OUTPUT_LVDS) in nv04_dfp_commit()
460 call_lvds_script(dev, dcbe, head, LVDS_RESET, nv_encoder->mode.clock); in nv04_dfp_commit()
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c563 struct dcb_output *dcbe = nv_encoder->dcb; in nv50_dac_create() local
566 bus = nvkm_i2c_bus_find(i2c, dcbe->i2c_index); in nv50_dac_create()
572 "dac-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_dac_create()
1885 struct dcb_output *dcbe = nv_encoder->dcb; in nv50_sor_create() local
1889 switch (dcbe->type) { in nv50_sor_create()
1902 "sor-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_sor_create()
1907 disp->core->func->sor->get_caps(disp, nv_encoder, ffs(dcbe->or) - 1); in nv50_sor_create()
1910 if (dcbe->type == DCB_OUTPUT_DP) { in nv50_sor_create()
1920 aux = nvkm_i2c_aux_find(i2c, dcbe->i2c_index); in nv50_sor_create()
1939 nvkm_i2c_bus_find(i2c, dcbe->i2c_index); in nv50_sor_create()
[all …]
H A Dcrc.c432 struct dcb_output *dcbe = outp->dcb; in nv50_crc_source_type() local
440 if (dcbe->location != DCB_LOC_ON_CHIP) in nv50_crc_source_type()
443 switch (dcbe->type) { in nv50_crc_source_type()