Lines Matching refs:dcb

1554 		.base.hasht  = nv_encoder->dcb->hasht,  in nv50_dac_dpms()
1555 .base.hashm = nv_encoder->dcb->hashm, in nv50_dac_dpms()
1659 .base.hasht = nv_encoder->dcb->hasht, in nv50_dac_detect()
1660 .base.hashm = nv_encoder->dcb->hashm, in nv50_dac_detect()
1710 nv_encoder->dcb = dcbe; in nv50_dac_create()
1746 .base.mthd.hasht = nv_encoder->dcb->hasht, in nv50_audio_mode_set()
1747 .base.mthd.hashm = (0xf0ff & nv_encoder->dcb->hashm) | in nv50_audio_mode_set()
1773 .base.hasht = nv_encoder->dcb->hasht, in nv50_audio_disconnect()
1774 .base.hashm = (0xf0ff & nv_encoder->dcb->hashm) | in nv50_audio_disconnect()
1796 .base.hasht = nv_encoder->dcb->hasht, in nv50_hdmi_mode_set()
1797 .base.hashm = (0xf0ff & nv_encoder->dcb->hashm) | in nv50_hdmi_mode_set()
1829 .base.hasht = nv_encoder->dcb->hasht, in nv50_hdmi_disconnect()
1830 .base.hashm = (0xf0ff & nv_encoder->dcb->hashm) | in nv50_hdmi_disconnect()
1851 .base.hasht = nv_encoder->dcb->hasht, in nv50_sor_dpms()
1852 .base.hashm = nv_encoder->dcb->hashm, in nv50_sor_dpms()
1861 .base.hasht = nv_encoder->dcb->hasht, in nv50_sor_dpms()
1862 .base.hashm = nv_encoder->dcb->hashm, in nv50_sor_dpms()
1877 nv_partner->dcb->or == nv_encoder->dcb->or) { in nv50_sor_dpms()
1884 if (nv_encoder->dcb->type == DCB_OUTPUT_DP) { in nv50_sor_dpms()
1944 .base.hasht = nv_encoder->dcb->hasht, in nv50_sor_mode_set()
1945 .base.hashm = nv_encoder->dcb->hashm, in nv50_sor_mode_set()
1961 switch (nv_encoder->dcb->type) { in nv50_sor_mode_set()
1963 if (nv_encoder->dcb->sorconf.link & 1) { in nv50_sor_mode_set()
2018 if (nv_encoder->dcb->sorconf.link & 1) in nv50_sor_mode_set()
2107 nv_encoder->dcb = dcbe; in nv50_sor_create()
2150 .base.hasht = nv_encoder->dcb->hasht, in nv50_pior_dpms()
2151 .base.hashm = nv_encoder->dcb->hashm, in nv50_pior_dpms()
2153 .pwr.type = nv_encoder->dcb->type, in nv50_pior_dpms()
2195 switch (nv_encoder->dcb->type) { in nv50_pior_mode_set()
2300 nv_encoder->dcb = dcbe; in nv50_pior_create()
2510 struct dcb_table *dcb = &drm->vbios.dcb; in nv50_display_create() local
2565 for (i = 0, dcbe = &dcb->entry[0]; i < dcb->entries; i++, dcbe++) { in nv50_display_create()