Lines Matching refs:dcb
1533 .base.hasht = nv_encoder->dcb->hasht, in nv50_dac_dpms()
1534 .base.hashm = nv_encoder->dcb->hashm, in nv50_dac_dpms()
1638 .base.hasht = nv_encoder->dcb->hasht, in nv50_dac_detect()
1639 .base.hashm = nv_encoder->dcb->hashm, in nv50_dac_detect()
1688 nv_encoder->dcb = dcbe; in nv50_dac_create()
1721 .base.mthd.hasht = nv_encoder->dcb->hasht, in nv50_audio_mode_set()
1722 .base.mthd.hashm = (0xf0ff & nv_encoder->dcb->hashm) | in nv50_audio_mode_set()
1748 .base.hasht = nv_encoder->dcb->hasht, in nv50_audio_disconnect()
1749 .base.hashm = (0xf0ff & nv_encoder->dcb->hashm) | in nv50_audio_disconnect()
1771 .base.hasht = nv_encoder->dcb->hasht, in nv50_hdmi_mode_set()
1772 .base.hashm = (0xf0ff & nv_encoder->dcb->hashm) | in nv50_hdmi_mode_set()
1804 .base.hasht = nv_encoder->dcb->hasht, in nv50_hdmi_disconnect()
1805 .base.hashm = (0xf0ff & nv_encoder->dcb->hashm) | in nv50_hdmi_disconnect()
1826 .base.hasht = nv_encoder->dcb->hasht, in nv50_sor_dpms()
1827 .base.hashm = nv_encoder->dcb->hashm, in nv50_sor_dpms()
1836 .base.hasht = nv_encoder->dcb->hasht, in nv50_sor_dpms()
1837 .base.hashm = nv_encoder->dcb->hashm, in nv50_sor_dpms()
1852 nv_partner->dcb->or == nv_encoder->dcb->or) { in nv50_sor_dpms()
1859 if (nv_encoder->dcb->type == DCB_OUTPUT_DP) { in nv50_sor_dpms()
1919 .base.hasht = nv_encoder->dcb->hasht, in nv50_sor_mode_set()
1920 .base.hashm = nv_encoder->dcb->hashm, in nv50_sor_mode_set()
1936 switch (nv_encoder->dcb->type) { in nv50_sor_mode_set()
1938 if (nv_encoder->dcb->sorconf.link & 1) { in nv50_sor_mode_set()
1993 if (nv_encoder->dcb->sorconf.link & 1) in nv50_sor_mode_set()
2082 nv_encoder->dcb = dcbe; in nv50_sor_create()
2112 .base.hasht = nv_encoder->dcb->hasht, in nv50_pior_dpms()
2113 .base.hashm = nv_encoder->dcb->hashm, in nv50_pior_dpms()
2115 .pwr.type = nv_encoder->dcb->type, in nv50_pior_dpms()
2157 switch (nv_encoder->dcb->type) { in nv50_pior_mode_set()
2258 nv_encoder->dcb = dcbe; in nv50_pior_create()
2468 struct dcb_table *dcb = &drm->vbios.dcb; in nv50_display_create() local
2523 for (i = 0, dcbe = &dcb->entry[0]; i < dcb->entries; i++, dcbe++) { in nv50_display_create()