Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c608 nv50_dac_create(struct drm_connector *connector, struct dcb_output *dcbe) in nv50_dac_create() argument
620 nv_encoder->dcb = dcbe; in nv50_dac_create()
622 bus = nvkm_i2c_bus_find(i2c, dcbe->i2c_index); in nv50_dac_create()
627 encoder->possible_crtcs = dcbe->heads; in nv50_dac_create()
630 "dac-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_dac_create()
1881 nv50_sor_create(struct drm_connector *connector, struct dcb_output *dcbe) in nv50_sor_create() argument
1891 switch (dcbe->type) { in nv50_sor_create()
1903 nv_encoder->dcb = dcbe; in nv50_sor_create()
1907 encoder->possible_crtcs = dcbe->heads; in nv50_sor_create()
1910 "sor-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_sor_create()
[all …]
Dcrc.c451 struct dcb_output *dcbe = outp->dcb; in nv50_crc_source_type() local
459 if (dcbe->location != DCB_LOC_ON_CHIP) in nv50_crc_source_type()
462 switch (dcbe->type) { in nv50_crc_source_type()
/drivers/gpu/drm/nouveau/dispnv04/
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()
/drivers/gpu/drm/nouveau/
Dnouveau_connector.c1250 const struct dcb_output *dcbe) in nouveau_connector_create() argument
1259 int index = dcbe->connector; in nouveau_connector_create()
1364 dcbe->hasht, dcbe->hashm); in nouveau_connector_create()