Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnouveau_bios.c5912 struct dcb_connector_table_entry *cte; in nouveau_bios_connector_entry() local
5917 cte = &bios->dcb.connector.entry[index]; in nouveau_bios_connector_entry()
5918 if (cte->type == 0xff) in nouveau_bios_connector_entry()
5921 return cte; in nouveau_bios_connector_entry()
5964 struct dcb_connector_table_entry *cte = &bios->dcb.connector.entry[idx]; in apply_dcb_connector_quirks() local
5969 if (cte->type == DCB_CONNECTOR_HDMI_1) in apply_dcb_connector_quirks()
5970 cte->type = DCB_CONNECTOR_DVI_I; in apply_dcb_connector_quirks()
5984 struct dcb_connector_table_entry *cte; in parse_dcb_connector_table() local
6005 cte = &ct->entry[0]; in parse_dcb_connector_table()
6006 for (i = 0; i < conntab[2]; i++, entry += conntab[3], cte++) { in parse_dcb_connector_table()
[all …]