Home
last modified time | relevance | path

Searched refs:dcbe (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c556 nv50_dac_create(struct drm_connector *connector, struct dcb_output *dcbe) in nv50_dac_create() argument
569 nv_encoder->dcb = dcbe; in nv50_dac_create()
571 bus = nvkm_i2c_bus_find(i2c, dcbe->i2c_index); in nv50_dac_create()
576 encoder->possible_crtcs = dcbe->heads; in nv50_dac_create()
579 "dac-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_dac_create()
583 return nvif_outp_ctor(disp->disp, nv_encoder->base.base.name, dcbe->id, &nv_encoder->outp); in nv50_dac_create()
1720 nv50_sor_create(struct drm_connector *connector, struct dcb_output *dcbe) in nv50_sor_create() argument
1730 switch (dcbe->type) { in nv50_sor_create()
1742 nv_encoder->dcb = dcbe; in nv50_sor_create()
1890 nv50_pior_create(struct drm_connector *connector, struct dcb_output *dcbe) nv50_pior_create() argument
2568 struct dcb_output *dcbe; nv50_display_create() local
[all...]
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c578 nv50_dac_create(struct drm_connector *connector, struct dcb_output *dcbe) in nv50_dac_create() argument
590 nv_encoder->dcb = dcbe; in nv50_dac_create()
592 bus = nvkm_i2c_bus_find(i2c, dcbe->i2c_index); in nv50_dac_create()
597 encoder->possible_crtcs = dcbe->heads; in nv50_dac_create()
600 "dac-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_dac_create()
1818 nv50_sor_create(struct drm_connector *connector, struct dcb_output *dcbe) in nv50_sor_create() argument
1828 switch (dcbe->type) { in nv50_sor_create()
1840 nv_encoder->dcb = dcbe; in nv50_sor_create()
1844 encoder->possible_crtcs = dcbe in nv50_sor_create()
1978 nv50_pior_create(struct drm_connector *connector, struct dcb_output *dcbe) nv50_pior_create() argument
2648 struct dcb_output *dcbe; nv50_display_create() local
[all...]
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c1231 const struct dcb_output *dcbe) in nouveau_connector_create()
1240 int index = dcbe->connector; in nouveau_connector_create()
1344 dcbe->hasht, dcbe->hashm); in nouveau_connector_create()
1230 nouveau_connector_create(struct drm_device *dev, const struct dcb_output *dcbe) nouveau_connector_create() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c1267 const struct dcb_output *dcbe) in nouveau_connector_create()
1276 int index = dcbe->connector; in nouveau_connector_create()
1382 dcbe->hasht, dcbe->hashm); in nouveau_connector_create()
1266 nouveau_connector_create(struct drm_device *dev, const struct dcb_output *dcbe) nouveau_connector_create() argument

Completed in 14 milliseconds