Searched refs:dcbe (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | dfp.c | 453 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 D | disp.c | 573 struct dcb_output *dcbe = nv_encoder->dcb; in nv50_dac_create() local 576 bus = nvkm_i2c_bus_find(i2c, dcbe->i2c_index); in nv50_dac_create() 582 "dac-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_dac_create() 1892 struct dcb_output *dcbe = nv_encoder->dcb; in nv50_sor_create() local 1896 switch (dcbe->type) { in nv50_sor_create() 1909 "sor-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_sor_create() 1914 disp->core->func->sor->get_caps(disp, nv_encoder, ffs(dcbe->or) - 1); in nv50_sor_create() 1917 if (dcbe->type == DCB_OUTPUT_DP) { in nv50_sor_create() 1927 aux = nvkm_i2c_aux_find(i2c, dcbe->i2c_index); in nv50_sor_create() 1946 nvkm_i2c_bus_find(i2c, dcbe->i2c_index); in nv50_sor_create() [all …]
|