Searched refs:dcbe (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 576 nv50_dac_create(struct drm_connector *connector, struct dcb_output *dcbe) in nv50_dac_create() argument 588 nv_encoder->dcb = dcbe; in nv50_dac_create() 590 bus = nvkm_i2c_bus_find(i2c, dcbe->i2c_index); in nv50_dac_create() 595 encoder->possible_crtcs = dcbe->heads; in nv50_dac_create() 598 "dac-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_dac_create() 1850 nv50_sor_create(struct drm_connector *connector, struct dcb_output *dcbe) in nv50_sor_create() argument 1860 switch (dcbe->type) { in nv50_sor_create() 1872 nv_encoder->dcb = dcbe; in nv50_sor_create() 1876 encoder->possible_crtcs = dcbe->heads; in nv50_sor_create() 1879 "sor-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_sor_create() [all …]
|
D | crc.c | 430 struct dcb_output *dcbe = outp->dcb; in nv50_crc_source_type() local 438 if (dcbe->location != DCB_LOC_ON_CHIP) in nv50_crc_source_type() 441 switch (dcbe->type) { in nv50_crc_source_type()
|
/linux-5.19.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-5.19.10/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.c | 1248 const struct dcb_output *dcbe) in nouveau_connector_create() argument 1257 int index = dcbe->connector; in nouveau_connector_create() 1362 dcbe->hasht, dcbe->hashm); in nouveau_connector_create()
|