Searched refs:dcbe (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 546 nv50_dac_create(struct drm_connector *connector, struct dcb_output *dcbe) in nv50_dac_create() argument 558 nv_encoder->dcb = dcbe; in nv50_dac_create() 560 bus = nvkm_i2c_bus_find(i2c, dcbe->i2c_index); in nv50_dac_create() 565 encoder->possible_crtcs = dcbe->heads; in nv50_dac_create() 568 "dac-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_dac_create() 1786 nv50_sor_create(struct drm_connector *connector, struct dcb_output *dcbe) in nv50_sor_create() argument 1796 switch (dcbe->type) { in nv50_sor_create() 1808 nv_encoder->dcb = dcbe; in nv50_sor_create() 1812 encoder->possible_crtcs = dcbe->heads; in nv50_sor_create() 1815 "sor-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_sor_create() [all …]
|
D | crc.c | 442 struct dcb_output *dcbe = outp->dcb; in nv50_crc_source_type() local 450 if (dcbe->location != DCB_LOC_ON_CHIP) in nv50_crc_source_type() 453 switch (dcbe->type) { in nv50_crc_source_type()
|
/Linux-v5.10/drivers/gpu/drm/nouveau/dispnv04/ |
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-v5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.c | 1228 const struct dcb_output *dcbe) in nouveau_connector_create() argument 1237 int index = dcbe->connector; in nouveau_connector_create() 1341 dcbe->hasht, dcbe->hashm); in nouveau_connector_create()
|