Lines Matching refs:dcbent

96 		      struct dcb_output *dcbent, int head, bool dl)  in run_digital_op_script()  argument
104 nouveau_bios_run_init_table(dev, scriptptr, dcbent, head); in run_digital_op_script()
106 nv04_dfp_bind_head(dev, dcbent, head, dl); in run_digital_op_script()
109 static int call_lvds_manufacturer_script(struct drm_device *dev, struct dcb_output *dcbent, int hea… in call_lvds_manufacturer_script() argument
113 …uint8_t sub = bios->data[bios->fp.xlated_entry + script] + (bios->fp.link_c_increment && dcbent->o… in call_lvds_manufacturer_script()
119 run_digital_op_script(dev, scriptofs, dcbent, head, bios->fp.dual_link); in call_lvds_manufacturer_script()
130 nv_write_tmds(dev, dcbent->or, 0, 0x02, 0x72); in call_lvds_manufacturer_script()
136 static int run_lvds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_sc… in run_lvds_table() argument
150 unsigned int outputset = (dcbent->or == 4) ? 1 : 0; in run_lvds_table()
171 if (dcbent->or == 4) in run_lvds_table()
174 if (dcbent->lvdsconf.use_straps_for_mode) { in run_lvds_table()
181 int cmpval_24bit = (dcbent->or == 4) ? 4 : 1; in run_lvds_table()
204 run_digital_op_script(dev, scriptptr, dcbent, head, bios->fp.dual_link); in run_lvds_table()
209 int call_lvds_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script … in call_lvds_script() argument
230 call_lvds_script(dev, dcbent, head, LVDS_INIT, pxclk); in call_lvds_script()
234 call_lvds_script(dev, dcbent, head, LVDS_RESET, pxclk); in call_lvds_script()
236 call_lvds_script(dev, dcbent, head, LVDS_PANEL_OFF, pxclk); in call_lvds_script()
244 ret = call_lvds_manufacturer_script(dev, dcbent, head, script); in call_lvds_script()
246 ret = run_lvds_table(dev, dcbent, head, script, pxclk); in call_lvds_script()
626 int run_tmds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, int pxclk) in run_tmds_table() argument
646 dcbent->location != DCB_LOC_ON_CHIP) in run_tmds_table()
649 switch (ffs(dcbent->or)) { in run_tmds_table()
673 run_digital_op_script(dev, scriptptr, dcbent, head, pxclk >= 165000); in run_tmds_table()