• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/nouveau/

Lines Matching refs:dcb

58 		if (type == OUTPUT_ANY || nv_encoder->dcb->type == type)
121 if (nv_encoder->dcb->i2c_index < 0xf)
122 i2c = nouveau_i2c_find(dev, nv_encoder->dcb->i2c_index);
145 if (nv_encoder->dcb->type == OUTPUT_LVDS ||
146 nv_encoder->dcb->type == OUTPUT_TMDS) {
161 if (nv_connector->dcb->type == DCB_CONNECTOR_DVI_I) {
164 nv_encoder->dcb->type == OUTPUT_TMDS ?
197 if (nv_encoder->dcb->type == OUTPUT_DP &&
209 if (nv_connector->dcb->type == DCB_CONNECTOR_DVI_I) {
284 if (nv_encoder->dcb->lvdsconf.use_acpi_for_edid) {
296 nv_encoder->dcb->lvdsconf.use_straps_for_mode)) {
334 if (nv_connector->dcb->type == DCB_CONNECTOR_DVI_I) {
379 if (nv_connector->dcb->type == DCB_CONNECTOR_LVDS &&
431 if (nv_encoder && nv_encoder->dcb->type == OUTPUT_TV)
558 if (nv_encoder->dcb->type == OUTPUT_LVDS &&
559 (nv_encoder->dcb->lvdsconf.use_straps_for_mode ||
582 if (nv_encoder->dcb->type == OUTPUT_TV)
585 if (nv_connector->dcb->type == DCB_CONNECTOR_LVDS ||
586 nv_connector->dcb->type == DCB_CONNECTOR_eDP)
603 switch (nv_encoder->dcb->type) {
615 !nv_encoder->dcb->duallink_possible)
621 max_clock = nv_encoder->dcb->crtconf.maxfreq;
735 struct dcb_connector_table_entry *dcb = NULL;
741 if (index >= dev_priv->vbios.dcb.connector.entries)
744 dcb = &dev_priv->vbios.dcb.connector.entry[index];
745 if (dcb->drm)
746 return dcb->drm;
748 switch (dcb->type) {
778 NV_ERROR(dev, "unknown connector type: 0x%02x!!\n", dcb->type);
785 nv_connector->dcb = dcb;
796 if (dcb->type == DCB_CONNECTOR_LVDS) {
810 if (dcb->type == DCB_CONNECTOR_DVI_I) {
816 switch (dcb->type) {
845 dcb->drm = connector;
846 return dcb->drm;