Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c570 nv50_dac_create(struct drm_connector *connector, struct dcb_output *dcbe) in nv50_dac_create() argument
583 nv_encoder->dcb = dcbe; in nv50_dac_create()
585 bus = nvkm_i2c_bus_find(i2c, dcbe->i2c_index); in nv50_dac_create()
590 encoder->possible_crtcs = dcbe->heads; in nv50_dac_create()
593 "dac-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_dac_create()
597 return nvif_outp_ctor(disp->disp, nv_encoder->base.base.name, dcbe->id, &nv_encoder->outp); in nv50_dac_create()
1828 nv50_sor_create(struct drm_connector *connector, struct dcb_output *dcbe) in nv50_sor_create() argument
1838 switch (dcbe->type) { in nv50_sor_create()
1850 nv_encoder->dcb = dcbe; in nv50_sor_create()
1854 encoder->possible_crtcs = dcbe->heads; in nv50_sor_create()
[all …]
Dcrc.c430 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-6.1.9/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()
/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_connector.c1264 const struct dcb_output *dcbe) in nouveau_connector_create() argument
1273 int index = dcbe->connector; in nouveau_connector_create()
1378 dcbe->hasht, dcbe->hashm); in nouveau_connector_create()